Page 1 of 1

umount

Posted: 07 Jun 2014, 02:38
by Ed_P
Unmounting/removing a USB flash drive should not require root privileges to perform. IMO Don't need admin rights to do it in Windows.

Re: umount

Posted: 07 Jun 2014, 11:23
by donald
That's exact the Reason why I prefer Linux

Because it doesn't behave like Windows!! :wink:

Re: umount

Posted: 13 Jun 2014, 17:47
by Ed_P
I prefer consistency. Signed in as guest, using spaceFM I can dismount a USB drive no problem. Try doing the same thing as guest in a script or terminal and it fails because it requires root privileges.

Code: Select all

uest@porteus:~$ umount /mnt/sdb1
umount: only root can unmount /dev/sdb1 from /mnt/sdb1
guest@porteus:~$