I am trying to mount some of my hard drive and USB but getting this error
Error mounting: mount exited with exit code 1: helper failed with:
mount: only root can mount /dev/sdd1 on /media/sdd1
how can I fix this?
There is no drive by the name of /dev/sdd1
and no /media/sdd1
cause when I try to unmount/detach it I get:
root@sysadmin-MS-7592:/home/sysadmin# udisks --unmount /dev/sdd1
Unmount failed: Device is not mounted
root@sysadmin-MS-7592:/home/sysadmin# udisks --detach /dev/sdd1
Detach failed: Device is not a drive
sudo umount /dev/sdd1
to unmount. – Avinash Raj Jan 09 '14 at 13:51sudo
). – Avinash Raj Jan 09 '14 at 13:52sudo nautilus
command on terminal.The mounted drive will be appeared on the devices list.Right click on the drive and then click unmount.Your drive will be unmounted. – Avinash Raj Jan 09 '14 at 14:14