Thread: Cannot Mount-Unmount Drive with normal click
hello everybody
ubuntu(9.10) not let me permission mount/unmount ntfs partition normal click . have using sudo mount command below every time.
"sudo mount /dev/sda6 /media/sda6"
, similar command unmount
when try mount using normal click following error message
-----------
error unmounting: umount exited exit code 1: helper
failed with:
umount: root can unmount /dev/sda6 /media/sda6
------------
, similar error mounting
this problem started when used storage device manager(pysdm) mount drives
have same problem drives
please help!!!
i thought the output terminal (applications-accessories-terminal) commands below help
code:
mount
sudo blkid
cat /etc/fstab
the output of terminal goes this
-------------------------
vaibhav@vaibhav-desktop:~$ mount
/dev/sda8 on / type ext4 (rw)
none on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/dev/sda5 on /media/sda5 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda6 on /media/sda6 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
/dev/sda7 on /media/sda7 type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/vaibhav/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=vaibhav)
vaibhav@vaibhav-desktop:~$ sudo blkid
/dev/sda1: uuid="d0cc76f6cc76d666" type="ntfs"
/dev/sda5: uuid="b4847c76847c3cc4" type="ntfs"
/dev/sda6: uuid="0a7c9ce27c9cc9b9" type="ntfs"
/dev/sda7: uuid="6c8c43258c42e962" type="ntfs"
/dev/sda8: uuid="9add4f41-0e02-4086-98e9-e9c492f59fff" type="ext4"
/dev/sda9: uuid="729af3c6-afbc-419c-9811-18960a0609ff" type="swap"
vaibhav@vaibhav-desktop:~$ cat /etc/fstab
uuid=b4847c76847c3cc4 /media/sda5 ntfs-3g defaults 0 0
uuid=9add4f41-0e02-4086-98e9-e9c492f59fff / ext4 defaults 0 1
uuid=729af3c6-afbc-419c-9811-18960a0609ff /swap swap sw 0 0
/dev/sda6 /media/sda6 ntfs defaults 0 0
/dev/sda7 /media/sda7 ntfs defaults 0 0
-------------------------
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Cannot Mount-Unmount Drive with normal click
Ubuntu
Comments
Post a Comment