Port-i386 archive

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

NetBSD/i386 5.1.2 NTFS problem



I thought I'd report a problem with NetBSD's ability to read NTFS file systems, as shown by the terminal output below.

I just booted from the NetBSD/i386 5.1.2 install CD, dropped into a shell,mounted a Windows 7 NTFS partition, executed `ls -lR' on it, piped the output to less and typed `G' to go to the end of the listing. That produced many "ntfs_procfixups: magic doesn't match" errors (many more than are shown), then the system crashed.


Ray



Welcome to the NetBSD 5.1.2 boot-only install CD
===============================================================================

This CD contains only the install kernels. Binary sets to complete the
installation must be downloaded separately.

[..]

# fdisk wd0
Disk: /dev/rwd0d
NetBSD disklabel disk geometry:
cylinders: 484518, heads: 16, sectors/track: 63 (1008 sectors/cylinder)
total sectors: 488395055

BIOS disk geometry:
cylinders: 1023, heads: 224, sectors/track: 19 (4256 sectors/cylinder)
total sectors: 488395055

Partition table:
0: NTFS, OS/2 HPFS, QNX2 or Advanced UNIX (sysid 7)
    start 2048, size 204800 (100 MB, Cyls 0/107/16-48/134/14), Active
1: NTFS, OS/2 HPFS, QNX2 or Advanced UNIX (sysid 7)
    start 206848, size 488183808 (238371 MB, Cyls 48/134/15-114753/99/7)
2: <UNUSED>
3: <UNUSED>
First active partition: 0
Drive serial number: 952497139 (0x38c5f3f3)
#
# disklabel wd0
# /dev/rwd0d:
type: ESDI
disk: ST3250318AS
label: fictitious
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 484518
total sectors: 488395055
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # microseconds
track-to-track seek: 0  # microseconds
drivedata: 0

6 partitions:
#        size    offset     fstype [fsize bsize cpg/sgs]
d: 488395055 0 unused 0 0 # (Cyl. 0 - 484518*) e: 204800 2048 NTFS # (Cyl. 2*- 205*) f: 488183808 206848 NTFS # (Cyl. 205*- 484514*)
disklabel: boot block size 0
disklabel: super block size 0
#
# mount /dev/wd0f /mnt
# ls -lR /mnt | less


ntfs_procfixups: magic doesn't match: 00000000 != 58444e49
ntfs_procfixups: magic doesn't match: 00000000 != 58444e49
ntfs_procfixups: magic doesn't match: 00000000 != 58444e49
ntfs_procfixups: magic doesn't match: 00000000 != 58444e49
panic: malloc: out of space in kmem_map
fatal breakpoint trap in supervisor mode
trap type 1 code 0 eip c057a7fc cs 8 eflags 246 cr2 bb46a010 ilevel 0
Stopped in pid 2840.1 (ls) at   netbsd:breakpoint+0x4:  popl    %ebp
db{0}>


Home | Main Index | Thread Index | Old Index