LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem in write permissions in USB Device (https://www.linuxquestions.org/questions/linux-newbie-8/problem-in-write-permissions-in-usb-device-799207/)

BlueSkull 03-31-2010 03:46 PM

Problem in write permissions in USB Device
 
I'm using Ubuntu 9.10.
I'm facing problem, whenever i attach USB pen drive i have only read permissions and it gives error
Code:

Unable to unmount usb0
umount: /media/usb0 is not in the fstab (and you are not root)

help

steve_philcox 04-01-2010 07:16 PM

I've seen this error message when trying to unmount a usb device. The reason was insufficient permission for MY user. Solution was to use sudo to act as administrator:

sudo umount /mount-point

This has worked for me when using a live CD on xubuntu 9.04

BlueSkull 04-02-2010 12:18 PM

I know how the umount command works.
All this time I'm using Terminal only for Copying, moving files and unmounting USB.
I was trying to figure out why I'm now facing this problem.
I'm using the same user account from months and never faced this problem before.
I just installed some packages from update manager and after restart I started facing the problem


All times are GMT -5. The time now is 01:36 AM.