Hello All:
I have a quick question about removing my USB key safely. When I try to remove it by right clicking, or using the command umount /media/sda1 I get the following message.
umount: /media/sda1 is not in the fstab (and you are not root)
What does this mean? I've tried to change the access to all users via the command:
sudo chmod 777 /media/sda1/
Any ideas?
Cheers,
t.
I have a quick question about removing my USB key safely. When I try to remove it by right clicking, or using the command umount /media/sda1 I get the following message.
umount: /media/sda1 is not in the fstab (and you are not root)
What does this mean? I've tried to change the access to all users via the command:
sudo chmod 777 /media/sda1/
Any ideas?
Cheers,
t.
Comment