When trying to mount one of my NTFS partitions without specifying the
"-t" option mount uses reiserfs instead of NTFS.
The mount command (util-linux-ng 2.13):
user@centrino:~$ sudo mount /dev/sdh1 /mnt/data
mount: Operation not supported
The above mount command leads to the following output in /var/log/messages:
Jan 7 16:19:02 centrino kernel: [802892.168000] ReiserFS: sdh1: found
reiserfs format "3.6" with standard journal
Jan 7 16:19:02 centrino kernel: [802892.168000] ReiserFS: sdh1: using
ordered data mode
Jan 7 16:19:02 centrino kernel: [802892.168000] ReiserFS: sdh1:
warning: sh-461: journal_init: wrong transaction max size (580377787).
Changed to 1024
Jan 7 16:19:02 centrino kernel: [802892.168000] ReiserFS: sdh1: journal
params: device sdh1, size 8192, journal first block 18, max trans len
1024, max batch 900, max commit age 938405364, max trans age 30
Jan 7 16:19:02 centrino kernel: [802892.172000] ReiserFS: sdh1:
checking transaction log (sdh1)
Jan 7 16:19:03 centrino kernel: [802893.316000] ReiserFS: warning:
is_tree_node: node level 30794 does not match to the expected one 4
Jan 7 16:19:03 centrino kernel: [802893.316000] ReiserFS: sdh1:
warning: vs-5150: search_by_key: invalid format found in block 4194288.
Fsck?
Jan 7 16:19:03 centrino kernel: [802893.316000] ReiserFS: sdh1:
warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred
trying to find stat data of [1 2 0x0 SD]
Jan 7 16:19:03 centrino kernel: [802893.316000] ReiserFS: sdh1: Using
r5 hash to sort names
Jan 7 16:19:03 centrino kernel: [802893.320000] ReiserFS: sdh1:
warning: xattrs/ACLs enabled and couldn't find/create .reiserfs_priv.
Failing mount.
Using strace shows that mount tries mounting the partition as reiserfs:
mount("/dev/sdh1", "/mnt/data", "reiserfs", MS_MGC_VAL, NULL) = -1
EOPNOTSUPP (Operation not supported)
fdisk proves that it is actually an NTFS partition:
user@centrino:~$ fdisk -l /dev/sdh
Disk /dev/sdh: 300.0 GB, 300069052416 bytes
255 heads, 63 sectors/track, 36481 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xeeff2264
Device Boot Start End Blocks Id System
/dev/sdh1 1 36481 293033601 7 HPFS/NTFS
I own two identical drives with the same partitioning. Only one drive
shows this behavior. The other one mounts as expected.
Has anyone got an explanation why things go wrong?
Best regards, Peter.
-
To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html