|
|
装好F7用了有20来天,一直好好的,昨天晚上关机后,今天开机发现NTFS分区自动mount出错了,在终端上mount -a,出现下面的信息:
[root@yabu yabu25]# mount -a
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda1': 不支持的操作
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/sda1 /mnt/c -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda1 /mnt/c ntfs-3g defaults,force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda5': 不支持的操作
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/sda5 /mnt/d -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda5 /mnt/d ntfs-3g defaults,force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda6': 不支持的操作
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/sda6 /mnt/e -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda6 /mnt/e ntfs-3g defaults,force 0 0
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sda7': 不支持的操作
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/sda7 /mnt/f -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sda7 /mnt/f ntfs-3g defaults,force 0 0
[root@yabu yabu25]#
请问如何解决,电脑上XP和F7共存,F7占了15GB空间,其作WIN分区C、D、E、F,全部是NFTS。 |
|