NTFS挂载的问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
keeper125
帖子: 20
注册时间: 2007-10-05 21:58

NTFS挂载的问题

#1

帖子 keeper125 » 2008-01-01 11:13

我在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.

请高手指教!
stahine
帖子: 88
注册时间: 2007-06-12 16:17

#2

帖子 stahine » 2008-01-01 11:23

他说你在windows下不正常关机。进入Windows正常关机一下
http://www.chineselinuxuniversity.net/a ... 5691.shtml
stahine
帖子: 88
注册时间: 2007-06-12 16:17

#3

帖子 stahine » 2008-01-01 11:23

他说你在windows下不正常关机。进入Windows正常关机一下
http://www.chineselinuxuniversity.net/a ... 5691.shtml
keeper125
帖子: 20
注册时间: 2007-10-05 21:58

#4

帖子 keeper125 » 2008-01-01 11:42

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