Displaying 1 result from an estimated 1 matches for "nowin95".
Did you mean:
nowin
2010 Jun 20
2
Samba access of FAT32 mounted file system on FreeBSD
...0700
=======
= eof =
=======
My mounts look like this:
/dev/fuse0 on /mnt/noontec-movies (fusefs, local, synchronous)
/dev/da1s1 on /mnt/noontec (msdosfs, local)
(fuse0 due to the ntfs)
I've tried every which way to mount the FAT32 disk, including:
mount_msdosfs -o large=yes,longnames=yes,nowin95=yes -u root -g wheel -m
777 /dev/da1s1 /mnt/noontec
mount_msdosfs -o large=yes,longnames=yes,nowin95=yes -u nobody -g nobody
-m 777 /dev/da1s1 /mnt/noontec
With all the options, with just defaults, etc etc etc. They all work as
expected on the machine, full read/write access however Samba fails to...