** Changed in: nautilus (Debian)
       Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/158973

Title:
  nautilus does not mount sshfs volume when set in /etc/fstab

Status in Nautilus:
  Expired
Status in nautilus package in Ubuntu:
  Invalid
Status in nautilus package in Debian:
  Fix Released

Bug description:
  Binary package hint: nautilus

  #In My /etc/fstab there is :
  (...)
  sshfs#[email protected]:/home/vol/caixa_entrada /media/caixa_entrada fuse 
rw,users,user,nosuid,auto,nodev,allow_other,umask=000 0 0
  # Then create mount point and permitions
  mkdir -p  /media/caixa_entrada
  chmod 777 /media/caixa_entrada/ 

  # Add to /etc/modules (is default in Ubuntu Gutsy, but not default in Feisty)
  fuse
   
  # Add to /etc/fuse.conf
  user_allow_other

  # Add my user to group `fuse` (not default in Ubuntu Gutsy)
  adduser hamacker fuse

  # set my login `hamacker` to login in 192.168.1.3 without a password 
(ssh-keygen -t dsa) and OK.
  Testing to mount /media/caixa_entrada without password via terminal is OK.

  Go to nautilus, open address bar and type
  sshfs://[email protected]:/home/vol/caixa_entrada is OK too.

  Go to Nautilus, open left panel, choose `caixa_entrada` and right
  click and set 'Mount' does not run, a icon representing harddrive
  `caixa_entrada` appear in desktop area and disapear too fast and
  /media/caixa_entrada are not mounted.

  No log in /var/log/messages and no any message on screen to describe
  whats happen.

  The same method runs OK in nautilus when Ubuntu Feisty.

  Any idea whats happen ?
  It's a nautiilus error or the same method does not run anymore ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/158973/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to