NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/23202 (cannot use long filename on msdosfs)



The following reply was made to PR kern/23202; it has been noted by GNATS.

From: "David H. Gutteridge" <dhgutteridge%sympatico.ca@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/23202 (cannot use long filename on msdosfs)
Date: Mon, 31 Jan 2011 22:10:03 -0500

 dholland%NetBSD.org@localhost wrote on Mon, 31 Jan 2011 at 02:40:33 +0000 
(UTC):
 >Feedback timeout. Anyone have msdosfs images with long filenames to test
 >with? The problem almost certainly disappeared a long time ago.
 
 I just tested on 5.99.41 with a Windows NT4-related image and could
 not duplicate the problem.  A log is attached below.  I can supply the
 image if desired.
 
 Dave
 
 [root@arcus-v3:root]# vnconfig -cv vnd0 /home/disciple/nt4serv-1.img 
 /dev/rvnd0d: 1474560 bytes on /home/disciple/nt4serv-1.img
 [root@arcus-v3:root]# mount_msdos -l /dev/vnd0d /mnt
 [root@arcus-v3:root]# cd /mnt
 [root@arcus-v3:mnt]# ls -l
 total 1326
 -r-xr-xr-x  1 root  wheel       3 Oct 14  1996 DISK101
 -r-xr-xr-x  1 root  wheel   47840 Oct 14  1996 HAL486C.DLL
 -r-xr-xr-x  1 root  wheel   65664 Oct 14  1996 HALAPIC.DLL
 -r-xr-xr-x  1 root  wheel   45952 Oct 14  1996 HALMCA.DLL
 -r-xr-xr-x  1 root  wheel   26800 Oct 14  1996 NTDETECT.COM
 -r-xr-xr-x  1 root  wheel  884928 Oct 14  1996 NTKRNLMP.EXE
 -r-xr-xr-x  1 root  wheel  151376 Oct 14  1996 SETUPLDR.BIN
 -r-xr-xr-x  1 root  wheel  132502 Oct 14  1996 TXTSETUP.SIF
 [root@arcus-v3:mnt]# touch longlonglongfilename
 [root@arcus-v3:mnt]# ls -l
 total 1326
 -r-xr-xr-x  1 root  wheel       3 Oct 14  1996 DISK101
 -r-xr-xr-x  1 root  wheel   47840 Oct 14  1996 HAL486C.DLL
 -r-xr-xr-x  1 root  wheel   65664 Oct 14  1996 HALAPIC.DLL
 -r-xr-xr-x  1 root  wheel   45952 Oct 14  1996 HALMCA.DLL
 -r-xr-xr-x  1 root  wheel   26800 Oct 14  1996 NTDETECT.COM
 -r-xr-xr-x  1 root  wheel  884928 Oct 14  1996 NTKRNLMP.EXE
 -r-xr-xr-x  1 root  wheel  151376 Oct 14  1996 SETUPLDR.BIN
 -r-xr-xr-x  1 root  wheel  132502 Oct 14  1996 TXTSETUP.SIF
 -rwxr-xr-x  1 root  wheel       0 Jan 31 21:59 longlonglongfilename
 [root@arcus-v3:mnt]# cd
 [root@arcus-v3:root]# umount /mnt
 [root@arcus-v3:root]# mount_msdos -s /dev/vnd0d /mnt
 [root@arcus-v3:root]# ls /mnt
 disk101         halapic.dll     longlo~1        ntkrnlmp.exe    txtsetup.sif
 hal486c.dll     halmca.dll      ntdetect.com    setupldr.bin
 [root@arcus-v3:root]# ls -l /mnt
 total 1326
 -r-xr-xr-x  1 root  wheel       3 Oct 14  1996 disk101
 -r-xr-xr-x  1 root  wheel   47840 Oct 14  1996 hal486c.dll
 -r-xr-xr-x  1 root  wheel   65664 Oct 14  1996 halapic.dll
 -r-xr-xr-x  1 root  wheel   45952 Oct 14  1996 halmca.dll
 -rwxr-xr-x  1 root  wheel       0 Jan 31 21:59 longlo~1
 -r-xr-xr-x  1 root  wheel   26800 Oct 14  1996 ntdetect.com
 -r-xr-xr-x  1 root  wheel  884928 Oct 14  1996 ntkrnlmp.exe
 -r-xr-xr-x  1 root  wheel  151376 Oct 14  1996 setupldr.bin
 -r-xr-xr-x  1 root  wheel  132502 Oct 14  1996 txtsetup.sif
 [root@arcus-v3:root]# umount /mnt
 [root@arcus-v3:root]# mount_msdos -l /dev/vnd0d /mnt
 [root@arcus-v3:root]# ls -ltr /mnt
 total 1326
 -r-xr-xr-x  1 root  wheel       3 Oct 14  1996 DISK101
 -r-xr-xr-x  1 root  wheel   47840 Oct 14  1996 HAL486C.DLL
 -r-xr-xr-x  1 root  wheel   65664 Oct 14  1996 HALAPIC.DLL
 -r-xr-xr-x  1 root  wheel   45952 Oct 14  1996 HALMCA.DLL
 -r-xr-xr-x  1 root  wheel   26800 Oct 14  1996 NTDETECT.COM
 -r-xr-xr-x  1 root  wheel  884928 Oct 14  1996 NTKRNLMP.EXE
 -r-xr-xr-x  1 root  wheel  151376 Oct 14  1996 SETUPLDR.BIN
 -r-xr-xr-x  1 root  wheel  132502 Oct 14  1996 TXTSETUP.SIF
 -rwxr-xr-x  1 root  wheel       0 Jan 31 21:59 longlonglongfilename
 [root@arcus-v3:root]# umount /mnt
 
 


Home | Main Index | Thread Index | Old Index