[问题]8.04里面用ntfs-3g挂载ntfs分区

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

[问题]8.04里面用ntfs-3g挂载ntfs分区

#1

帖子 tulibaji » 2008-08-19 1:12

下面是更改完fstab文件后 mount -a后出现的


tulibaji@tulibaji-laptop:~$ sudo mount -a
$LogFile indicates unclean shutdown (0, 1)
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 /media/F -o force

Or add the option to the relevant row in the /etc/fstab file:

/dev/sda7 /media/F ntfs-3g force 0 0
$LogFile indicates unclean shutdown (0, 1)
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 /media/E -o force

Or add the option to the relevant row in the /etc/fstab file:

/dev/sda6 /media/E ntfs-3g force 0 0
$LogFile indicates unclean shutdown (0, 1)
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 /media/D -o force

Or add the option to the relevant row in the /etc/fstab file:

/dev/sda5 /media/D ntfs-3g force 0 0
tulibaji@tulibaji-laptop:~$






/home/tulibaji/桌面/Screenshot-gnome-mount.png
[quote][/quote]

代码: 全选

[quote][/quote]
qquchn
帖子: 246
注册时间: 2006-12-13 8:22
来自: Bonn

#2

帖子 qquchn » 2008-08-19 2:15

可别折腾了,再装一个包

代码: 全选

sudo apt-get install ntfs-config
直接在桌面设置就行了
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

#3

帖子 想入非非 » 2008-08-19 5:25

qquchn 写了:可别折腾了,再装一个包

代码: 全选

sudo apt-get install ntfs-config
直接在桌面设置就行了
就是阿,安装完之后,直接就又一个系统工具。。。 :wink:
Ubuntu User
头像
的日多
帖子: 248
注册时间: 2008-06-22 22:26
来自: 广西崇左

#4

帖子 的日多 » 2008-08-19 14:08

这个挂载ntfs分区很简单,推荐使用!!
头像
adagio
论坛版主
帖子: 22110
注册时间: 2008-02-17 23:47
来自: 美丽富饶的那啥星球

#5

帖子 adagio » 2008-08-19 14:39

根本没写对
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……

---------------------------------------------------------------------------------
[图片版]新手当自强(续)FAQ
[新手进阶]挂载、fstab、调整linux分区
[图片版]E17桌面环境配置手把手
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

#6

帖子 想入非非 » 2008-08-19 16:03

ls哪里错了?? :roll:
Ubuntu User
头像
adagio
论坛版主
帖子: 22110
注册时间: 2008-02-17 23:47
来自: 美丽富饶的那啥星球

#7

帖子 adagio » 2008-08-19 16:56

你等他把fstab帖上来看啊
明天就换大三八!
——8核CPU、8G内存、8T硬盘……
8卡交火,80寸大屏放8个……
IPv8的光纤要8条……

---------------------------------------------------------------------------------
[图片版]新手当自强(续)FAQ
[新手进阶]挂载、fstab、调整linux分区
[图片版]E17桌面环境配置手把手
回复