我收到此错误:
mount: /mnt/dev/sda3: wrong fs type, bad option, bad superblock on /dev/sda2, missing codepage or helper program, or other error.
我试过了:
sudo apt-get install nfs-common
而且:
sudo apt-get install cifs-utils
但仍然没有好处。
我打字
sudo fdisk -l
并获得此输出
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 718847 716800 350M 7 HPFS/NTFS/exFAT
/dev/sda2 718848 204802047 204083200 97.3G 7 HPFS/NTFS/exFAT
/dev/sda3 204802110 512002047 307199938 146.5G f W95 Ext'd (LBA)
/dev/sda4 512002048 976771071 464769024 221.6G 7 HPFS/NTFS/exFAT
/dev/sda5 204802112 339970047 135167936 64.5G 7 HPFS/NTFS/exFAT
/dev/sda6 339972096 355971071 15998976 7.6G 82 Linux swap / Solaris
/dev/sda7 355973120 512002047 156028928 74.4G 83 Linux
Partition 3 does not start on physical sector boundary.
Partition table entries are not in disk order.
我必须访问/ dev / sda4,sda5。我可以通过文件管理器访问它,但不能通过终端访问它。
我使用的是Ubuntu 18.04 LTS
答案 0 :(得分:0)
您无法挂载sda3,因为它是扩展分区。尝试挂载在sda3:sda5或sda7中创建的逻辑分区。 sda6是交换分区,因此无法安装。