硬盘不能自动挂载
具体弹出的信息如下:
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sdb1': 操作不支持
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sdb1 /media/sdb8 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sdb1 /media/sdb8 ntfs-3g force 0 0
NTFS在windows系统下没有正常卸载,例如直接拔掉移动硬盘,例如非正常关机。导致ubuntu不敢随便加载。
打开windows系统,插入移动硬盘,正常卸载它,然后再插入ubuntu系统中,问题即可解决。
另外可以使用 sudo mount -t ntfs-3g /dev/sdb1 /media/sdb8 -o force 强行手动挂载。
EG.
han@han-laptop:/media$ sudo mount -t ntfs-3g /dev/sdb2 /media/02 -o force
$LogFile indicates unclean shutdown (0, 0)
WARNING: Forced mount, reset $LogFile.
fuse: failed to access mountpoint /media/02: 没有该文件或目录
han@han-laptop:/media$ sudo mount -t ntfs-3g /dev/sdb3 /media/03 -o force
$LogFile indicates unclean shutdown (0, 0)
WARNING: Forced mount, reset $LogFile.
fuse: failed to access mountpoint /media/03: 没有该文件或目录
han@han-laptop:/media$ ls -l
总用量 32
drwx------ 12 han root 8192 1970-01-01 08:00 01
drwxrwxrwx 1 root root 12288 2009-03-28 15:45 02
drwxrwxrwx 1 root root 8192 2009-03-28 16:00 03
lrwxrwxrwx 1 root root 6 2009-03-30 21:31 cdrom -> cdrom0
drwxr-xr-x 2 root root 4096 2009-03-30 21:31 cdrom0
分享到:
相关推荐
标题和描述中提到的方法是在Windows Vista或Windows 7操作系统下,通过硬盘安装Ubuntu 8.10或9.10的详细步骤。这种方法避免了使用光盘或USB驱动器进行安装,而是直接从ISO镜像文件进行安装。以下是具体的操作流程: ...
在目标机上通过光盘或usb盘启动 ubuntu live cd ,接上存有系统备份文件的u盘或移动硬盘,运行 ubuntu-cloner ,选择“恢复系统”,按提示进行,即可将备份的系统恢复到目标机中。 3. (待续) 说明 在 ubuntu ...
- **硬盘空间**: 至少分配 25GB 的硬盘空间给 Ubuntu,条件允许时可适当增加。 - **虚拟机内存**: 建议分配至少 1GB 的内存给虚拟机。 - **手动分区**: - `/` 分区: 约 15GB - `/home` 分区: 占用剩余最大空间 ...
- **Live CD/DVD/USB**:不安装到硬盘,直接从光盘或USB启动。 **2.2 发行版选择和ISO下载** 根据个人需求选择合适的发行版,如Ubuntu适合新手,CentOS适合服务器部署等,并从官方网站下载对应的ISO镜像。 **2.3 ...