
Ubuntu 13.04で正常に動作するセカンダリハードドライブがあります。にインストールしました/media/user/<some UUID>/
。問題なくファイルを読み書きできます。私のUbuntuはデフォルトのSSDにインストールされています。
同社の新しい方針により、CentOS 6.7を強制的にインストールしました。これでドライブをマウントしようとすると問題が発生します。
sudo fdisk -l
生産する
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00095739
Device Boot Start End Blocks Id System
sudo mount -t autofs -o loop,offset=32256 /dev/sdb /secondary_hdd/
言う
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so`
その後、
sudo file -Ls /dev/sdb
出力
/dev/sdb: x86 boot sector, code offset 0xb8
dmesg
生産
sd 7:0:0:0: Attached scsi generic sg2 type 0
sd 7:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
sd 7:0:0:0: [sdb] Write Protect is off
sd 7:0:0:0: [sdb] Mode Sense: 23 00 00 00
sd 7:0:0:0: [sdb] Assuming drive cache: write through
sd 7:0:0:0: [sdb] Assuming drive cache: write through
sdb:
sd 7:0:0:0: [sdb] Assuming drive cache: write through
sd 7:0:0:0: [sdb] Attached SCSI disk`
セカンダリディスクをフォーマットしていないので、何が間違っているのかわかりません。
修正する:
試しましたがsudo mount /dev/sdb /secondary_hdd
機能しません(ファイルシステムを指定する必要があります)。