分页: 1 / 1

NTFS挂载的问题

发表于 : 2008-01-01 11:13
keeper125
我在VMware下安装UBUNTU7.04,想挂载主系统windows里的分区,但老是挂载不成功,请帮忙。以下是fstab内容:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=16396e5c-9996-4bfb-891a-0d164812c866 / ext3 defaults,errors=remount-ro 0 1
# /dev/sda2
UUID=bc08c2cf-6beb-4c88-ab33-93331b9df9e3 /boot ext3 defaults 0 2
# /dev/sda1
UUID=5a40e24d-8d97-4699-b9ad-27d3033168ff none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdc /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/hdb5 /mnt/f ntfs-3g nls=utf8.umask=000 0 0
另外说明,自己桌面用户是copper,用 ntfs-3g 挂载时,警告如下:
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/hdb5': Operation not supported
Mount is denied because NTFS logfile is unclean. Choose one action:
Boot Windows and shutdown it cleanly, or if you have a removable
device then click the 'Safely Remove Hardware' icon in the Windows
taskbar notification area before disconnecting it.
Or
Run ntfsfix version 1.13.1 on Linux unless you have Vista.
Or
Mount the NTFS volume with the 'ro' option in read-only mode.

请高手指教!

发表于 : 2008-01-01 11:23
stahine
他说你在windows下不正常关机。进入Windows正常关机一下
http://www.chineselinuxuniversity.net/a ... 5691.shtml

发表于 : 2008-01-01 11:23
stahine
他说你在windows下不正常关机。进入Windows正常关机一下
http://www.chineselinuxuniversity.net/a ... 5691.shtml

发表于 : 2008-01-01 11:42
keeper125
觉得我都是正常关机的,那么再试试看吧。谢谢楼上的。
另外,我的文件系统,发现都是root的所有了,可能安装的时候没弄好还是怎地,除了/home下的。