You are not logged in.
Pages: 1
i know this is a stupid question. but im desperate. i cant find solution to my problem.
i need help guys.
so, i have a vfat partition that is shared with windows(im dual booting).
so i edited out my /etc/fstab file like:
/dev/sda4 /home/djre/shared/data vfat user,rw 0 0
i didnt add defaults because i dont want to continually have to SU to copy and write files to the partition, so i opted for user option so i could own the partition. however, when i try to mount it it says only root can do that.
what am i missing?
thanks in advance.
Offline
How do you try to mount the device ?
(You may be doing this correctly but I can't tell from your post, so...)
You can only mount the device if you only specify either the device name OR the mount point, like
mount /dev/sda4
or
mount /home/djre/shared/data
Offline
Pages: 1