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
작동하지 않습니다(파일 시스템을 지정해야 함).