我的笔记本电脑设置了单独的 Win7 和 Ubuntu 分区。我将 Dropbox 设置为链接到 Win7 分区内的默认文件夹,但它在启动时抱怨无法找到该文件夹,因为驱动器尚未安装。因此,我在 fstab 中添加了以下行:
UUID=627603217602F597 /media/windows ntfs-3g rw,auto,user,exec,nls=utf8,fmask=0111,dmask=0000 0 0
使用这个指导无论如何,它起作用了,但是当我查看主文件夹中的“设备”部分时,我看到了驱动器:
System Reserved
194 GB Filesystem <-- this is the one I mounted on fstab
61 GB Filesystem <-- just another drive in Win7
2.2 GB Swap Space
windows
奇怪的是这个“windows”驱动器。我单击它,它给出了错误:
无法安装 Windows
由于 NTFS 卷已以独占方式打开,因此无法挂载。该卷可能已挂载,或者其他软件可能正在使用它,例如,可以通过“fuser”命令的帮助来识别。
仅供参考,这是我的 fstab:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda5 during installation
UUID=cb40a28f-a046-454a-9a4a-4d8ca76a581c / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
#UUID=708cc5c9-f05b-4fda-8ab9-574e8fed283f none swap sw 0 0
#/dev/mapper/cryptswap1 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
#Win7 C-drive Partition UUID: 627603217602F597
UUID=627603217602F597 /media/windows ntfs-3g rw,auto,user,exec,nls=utf8,fmask=0111,dmask=0000 0 0
答案1
你需要力量向下Windows。打开已进入休眠状态的 NTFS 分区将导致收到的错误。