我的 U 盘无法安装,尽管它在我朋友的系统上运行良好。我收到以下错误消息:
Error mounting system-managed device /dev/sdc1: Command-line `mount "/mnt/usb-hp_v210w_0419570000000162-0:0-part1"' exited with non-zero exit status 32: mount: wrong fs type, bad option, bad superblock on /dev/sdc1,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
答案1
wrong fs type
安装 USB 驱动器时导致的错误主要是由于当前内核中的坏扇区造成的。更新内核将解决此问题。运行以下命令更新内核,
sudo apt-get install linux-generic
之后重新启动您的电脑,然后尝试安装您的 USB。