On 9/20/06, Vladimir A. Pavlov <[EMAIL PROTECTED]> wrote:
> > /dev/sda1 /mnt/flash vfat noauto,users,umask=000 0 0 > > I'm using LFS-6.2, maybe a permissions or group issue?
I could be wrong, but you might still need your user to be in the "disk" group to be able to perform the mount. Check the device permissions of /dev/sda1.
Here is my "ls -l /bin/mount": -rwsr-xr-x 1 root root 52384 Jun 9 00:13 /mnt/lfs/bin/mount Note, it's SUID.
Mount is suid, but it still checks the permissions of the executing user. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
