[问题]ubuntu 8.04 can not mount fat32 partition??

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

[问题]ubuntu 8.04 can not mount fat32 partition??

#1

帖子 majingshan » 2008-04-26 12:31

I just installed ubuntu 8.04, and I did not install chinese support yet, I got a problem when I tried to access my windows fat32 partition, and ntfs partitions are OK, it's really wierd...:em20
Here's the step:
places->Removable Media->volume name
then I got an error says:
'Cannot mount volume. Invalid mount option when attempting to mount the volume 'SYSTEM'.
I checked /etc/fstab, and it seems 8.04 does not use fstab to mount partitions, and I just can not find where to configure this, anyone help me?

thanks in advance
[/b]
头像
七彩云南
帖子: 135
注册时间: 2008-04-03 22:51

#2

帖子 七彩云南 » 2008-04-26 18:42

open a terminal

1、

代码: 全选

sudo mkdir /media/windows
2、

代码: 全选

sudo gedit /etc/fstab
3、add one line of the form above to the end of the fstab file.

代码: 全选

/dev/hda1   /media/windows   vfat   user,fmask=0111,dmask=0000   0   0
4、

代码: 全选

sudo mount -a
回复