Hi, On Wed, Apr 16, 2003 at 07:30:34AM +0200, Marc Lorber wrote: > On my own configuration I have got the same trouble ... I have tried a > lot options of mounting and did not succed to find a solution.
> > I upgraded woody to testing and since this moment, any normal user > > cannot anymore acceed to vfat mounted partitions. > > /dev/hdc2 on / type ext3 (rw,errors=remount-ro) > > proc on /proc type proc (rw) > > devpts on /dev/pts type devpts (rw,gid=5,mode=620) > > /dev/hda1 on /winc type vfat (rw,noexec,nosuid,nodev,uid=65534,gid=65534) > > /dev/hdc1 on /data type vfat (rw,noexec,nosuid,nodev,uid=65534,gid=65534) > > /dev/hdc5 on /home type ext3 (rw) > > [EMAIL PROTECTED]:~$ seems you haven't set the user option in your fstab set. See: man mount, search for: user In my fstab the windows entries looks like: /dev/sda2 /mnt/winnt ntfs umask=0,rw,noauto,user 0 2 /dev/sda3 /mnt/fat vfat umask=0,rw,noauto,user 0 2 /dev/sda5 /mnt/fat32 vfat umask=0,rw,noauto,user 0 2 /dev/sdb1 /mnt/ntfs_h ntfs umask=0,rw,noauto,user 0 2 (I should tweak the umask sometimes.) Regards, Mike

