tanzu 于 2008-11-23 21:03:02发表:
谢谢,问题解决
Fzzd 于 2008-11-23 16:14:06发表:
good
Silenthunter 于 2008-11-23 15:58:03发表:
/dev/hda5 /mnt/d vfat iocharset=gb2312,umask=0,codepage=936 0 0 /dev/hda6 /mnt/e vfat iocharset=gb2312,umask=0,codepage=936 0 0 /dev/hda7 /mnt/f vfat iocharset=gb2312,umask=0,codepage=936 0 0 /dev/hda8 /mnt/g vfat iocharset=gb2312,umask=0,codepage=936 0 0 其中共六列,每列用Tab键分开。注意此方法只能mount上Fat 分区格式
xylp 于 2008-11-23 14:38:02发表:
还要补充的一句就是 /dev/hda7 和 /mnt/f之间要用空格格开。
xylp 于 2008-11-23 14:36:01发表:
你的分区是ntfs还是fat32的?如果是fat32就是你所说那样挂载,如果是ntfs的话就是 mount -t ntfs /dev/hda7 /mnt/f。
tanzu 于 2008-11-23 21:03:02发表:
谢谢,问题解决
Fzzd 于 2008-11-23 16:14:06发表:
good
Silenthunter 于 2008-11-23 15:58:03发表:
/dev/hda5 /mnt/d vfat iocharset=gb2312,umask=0,codepage=936 0 0
/dev/hda6 /mnt/e vfat iocharset=gb2312,umask=0,codepage=936 0 0
/dev/hda7 /mnt/f vfat iocharset=gb2312,umask=0,codepage=936 0 0
/dev/hda8 /mnt/g vfat iocharset=gb2312,umask=0,codepage=936 0 0
其中共六列,每列用Tab键分开。注意此方法只能mount上Fat 分区格式
xylp 于 2008-11-23 14:38:02发表:
还要补充的一句就是 /dev/hda7 和 /mnt/f之间要用空格格开。
xylp 于 2008-11-23 14:36:01发表:
你的分区是ntfs还是fat32的?如果是fat32就是你所说那样挂载,如果是ntfs的话就是
mount -t ntfs /dev/hda7 /mnt/f。