В пт, 18/11/2005 в 22:34 +0000, Craig Rodrigues пишет: > rodrigc 2005-11-18 22:34:31 UTC > > FreeBSD src repository > > Modified files: > sys/fs/msdosfs msdosfs_vfsops.c > Log: > Add "shortnames" and "longnames" mount options which are > synonyms for "shortname" and "longname" mount options. The old > (before nmount()) mount_msdosfs program accepted "shortnames" and > "longnames", > but the kernel nmount() checked for "shortname" and "longname". > So, make the kernel accept "shortnames", "longnames", "shortname", > "longname" > for forwards and backwarsd compatibility. > > Discovered by: Rainer Hurling <rhurlin at gwdg dot de>
Probably same problem exists with mount_smb now. Long names converted to 8.3 form that is not desired, but both -o longname and -o longnames does not accepted. Any hints ? -- Vladimir B. Grebenschikov [EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
