NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Does ntfs-3g work under 5.99.60?
Hello. I installed fuse-ntfs-3g-1.1120 from filesystems/fuse-ntfs-3g
and tried to mount ntfs partition from usb hdd drive.
Typescript is below.
What does
ntfs-3g: puffs_mount: directory "/mnt/flash": Invalid argument
mean?
==================================================================
kdump output
21669 1 ntfs-3g CALL __lstat50(0xbfbfdde8,0xbfbfdd14)
21669 1 ntfs-3g NAMI "/mnt"
21669 1 ntfs-3g RET __lstat50 0
21669 1 ntfs-3g CALL __lstat50(0xbfbfdde8,0xbfbfdd14)
21669 1 ntfs-3g NAMI "/mnt/flash"
21669 1 ntfs-3g RET __lstat50 0
21669 1 ntfs-3g CALL open(0xbbaa71f6,2,0xbbb4a920)
21669 1 ntfs-3g NAMI "/dev/puffs"
21669 1 ntfs-3g RET open 4
21669 1 ntfs-3g CALL
__mount50(0xbbaa71fb,0xbfbfdde8,0x18,0xbb819000,0xd34)
21669 1 ntfs-3g NAMI "/mnt/flash"
21669 1 ntfs-3g RET __mount50 -1 errno 22 Invalid argument
21669 1 ntfs-3g CALL write(2,0xbfbfda14,9)
21669 1 ntfs-3g GIO fd 2 wrote 9 bytes
"ntfs-3g: "
21669 1 ntfs-3g RET write 9
21669 1 ntfs-3g CALL write(2,0xbfbfda34,0x23)
21669 1 ntfs-3g GIO fd 2 wrote 35 bytes
"puffs_mount: directory \"/mnt/flash\""
21669 1 ntfs-3g RET write 35/0x23
21669 1 ntfs-3g CALL write(2,0xbbb9d5d7,2)
21669 1 ntfs-3g GIO fd 2 wrote 2 bytes
": "
21669 1 ntfs-3g RET write 2
21669 1 ntfs-3g CALL issetugid
21669 1 ntfs-3g RET issetugid 0
21669 1 ntfs-3g CALL issetugid
21669 1 ntfs-3g RET issetugid 0
21669 1 ntfs-3g CALL open(0xbfbfd43c,0x400000,0xbbbf1be9)
21669 1 ntfs-3g NAMI "/usr/share/nls/nls.alias.db"
21669 1 ntfs-3g RET open -1 errno 2 No such file or directory
21669 1 ntfs-3g CALL open(0xbbb9b1af,0x400000,6)
21669 1 ntfs-3g NAMI "/usr/share/nls/nls.alias"
21669 1 ntfs-3g RET open 6
21669 1 ntfs-3g CALL __fstat50(6,0xbfbfd7c4)
21669 1 ntfs-3g RET __fstat50 0
21669 1 ntfs-3g CALL mmap(0,0x5f0,1,2,6,0,0,0)
21669 1 ntfs-3g RET mmap -1146630144/0xbba7d000
21669 1 ntfs-3g CALL close(6)
21669 1 ntfs-3g RET close 0
21669 1 ntfs-3g CALL munmap(0xbba7d000,0x5f0)
21669 1 ntfs-3g RET munmap 0
21669 1 ntfs-3g CALL open(0xbfbfd91b,0,0x804fc98)
21669 1 ntfs-3g NAMI "/usr/share/nls/C/libc.cat"
21669 1 ntfs-3g RET open 6
21669 1 ntfs-3g CALL __fstat50(6,0xbfbfd844)
21669 1 ntfs-3g RET __fstat50 0
21669 1 ntfs-3g CALL mmap(0,0x10be,1,1,6,0,0,0)
21669 1 ntfs-3g RET mmap -1146634240/0xbba7c000
21669 1 ntfs-3g CALL close(6)
21669 1 ntfs-3g RET close 0
21669 1 ntfs-3g CALL munmap(0xbba7c000,0x10be)
21669 1 ntfs-3g RET munmap 0
21669 1 ntfs-3g CALL write(2,0xbfbfda14,0x11)
21669 1 ntfs-3g GIO fd 2 wrote 17 bytes
"Invalid argument\n"
==================================================================
work# disklabel sd0
# /dev/rsd0d:
type: SCSI
disk: Transcend
label: fictitious
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 16
sectors/cylinder: 1008
cylinders: 16383
total sectors: 312581808
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0 # microseconds
track-to-track seek: 0 # microseconds
drivedata: 0
5 partitions:
# size offset fstype [fsize bsize cpg/sgs]
d: 312581808 0 unused 0 0 # (Cyl. 0 - 310100)
e: 312576642 63 NTFS # (Cyl. 0*- 310095*)
disklabel: boot block size 0
disklabel: super block size 0
work# ls -ld /mnt/flash
drwxr-xr-x 2 root wheel 512 Feb 1 12:46 /mnt/flash
work# ls -l /mnt/flash
work# ntfs-3g /dev/sd0e /mnt/flash -o force
ntfs-3g: puffs_mount: directory "/mnt/flash": Invalid argument
work#
Home |
Main Index |
Thread Index |
Old Index