내 Ubuntu 노트북이 사망하여 하드 드라이브를 꺼내서 USB를 통해 Raspbian을 실행하는 Raspberry Pi에 연결했습니다. 디스크에 있는 파일에 액세스하려고 합니다.
sudo parted -l
산출:
Model: ST500LT0 32-1E9142 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 boot
2 538MB 492GB 491GB ext4
3 492GB 500GB 8483MB linux-swap(v1)
492GB 파티션에 CD를 넣고 싶습니다. 숫자 2는 /dev/sda2를 의미한다고 가정합니다. 맞나요? 나는 노력했지만 sudo mount /dev/sda2 /mnt
이것이 나에게 주었다
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
missing codepage or helper program, or other error
내가 뭘 잘못하고 있는지에 대한 아이디어가 있습니까?