Hello,
This seems to be a common problem for people new to Linux.
Make sure the drive is not mounted, then as root edit your /etc/fstab file by adding the following line:
/dev/hdb1 /share vfat defaults,user,noauto,rw 0 2
Then as normal user issue the following command:
mount /share
That should take care of the problem.
![]()


Reply With Quote
)
Bookmarks