The latest on-20060918 source drop included some pcfs fixes: PSARC case 2005/361 : PCFS timestamp handling cleanup BUG/RFE: 4401668 RFE: pcfs should support force unmount BUG/RFE: 6248624 pcfs file timestamp handling needs cleanup BUG/RFE: 6278733 pcfs statvfs implementation is slow BUG/RFE: 6351785 pcfs should support cluster sizes over 32Kb for Fat32 despite violating the spec BUG/RFE: 6364444 pcfs can still crash in pc_getcluster with one-off overflow
Can anyone running these bits (or newer bits) try the following: [b] # mkfile 1440k /tmp/bla # lofiadm -a /tmp/bla /dev/lofi/9 # mkfs -F pcfs -o nofdisk,fat=12,spc=1,nsect=18,ntrack=2,size=2880 /dev/rlofi/9 # mount -F pcfs /dev/lofi/9 /mnt # touch /mnt/AbCdEfGh # touch /mnt/AbCdEfGhIj # ls -l /mnt total 0 -rwxrwxrwx 1 root root 0 Sep 21 17:17 ABCDEFGH -rwxrwxrwx 1 root root 0 Sep 21 17:17 AbCdEfGhIj [/b] With S10 6/2006 the mixed upper/lowercase characters of the short filename were preserved. Does anyone else get uppercase characters only? A new bug? This message posted from opensolaris.org _______________________________________________ ufs-discuss mailing list [email protected]
