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

[debian-users:32303] 特定のファイルシステム (ext2,ext3,reiserfs) がマウントできない



谷口と申します。

OS:Debian sid kernel-2.4.18
マシン:mebius pc-pj1-m3
PCMCIAカード:Melco IFC-ILCB3 IEEE1394インターフェースカード (Card Bus)
外付けHD:I-O DATA HDA-iE80 (IEEE1394接続)

という環境です。
外付けHDは、/dev/sda1、/dev/sda2、/dev/sda3、/dev/sda5
として認識されております。
この状態で、ext2、ext3、reiserfs でフォーマットするとマウントできませ
ん。その時の結果は以下の通りです。

# mount -t ext2 -o ro /dev/sda2 /mnt/

EXT2-fs error (device sd(8,5)): ext2_check_descriptors: Block bitmap
	for group 1 not in group (block 0)!
EXT2-fs: group descriptors corrupted!
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
       or too many mounted file systems


# mount -t ext3 -o ro /dev/sda3 /mnt/

EXT3-fs error (device sd(8,5)): ext3_check_descriptors: Block bitmap
	for group 1 not in group (block 0)!
EXT3-fs: group descriptors corrupted!
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
       or too many mounted file systems


# mount -t reiserfs -o ro /dev/sda5 /mnt

read-super_block: can't find a reiserfs filesystem on (dev 08:05),
	block 64, size 1024)
read-super_block: can't find a reiserfs filesystem on (dev 08:05),
	block 64, size 1024)



リードオンリーでやらないとファイルシステムが壊れてしまうようです。
ntfs,fat32(fvat) にてフォーマットした場合は問題なくマウントでき、vfat
の時はきちんと書き込みもできます。

なにか情報をお持ちの方、教えてください。よろしくお願いします。


-----
Norio Taniguchi <white@xxxxxxxxxxxxx>