yihuo

yihuo

不配制samba可不可以挂载win98下文件      
先在linux下建立一个文件夹(比如/WinD),然后打开/etc/fstab文件,加入下面一句话:
/dev/hdax /WinD vfat defaults 0 0
x是你要mount的分区号。      
向燕南飞致谢。我向你说的那样做了。只是用
mount -t vfat/dev/mnt/wind/hdad  对吗?我用d区。
      
应该是mount -t vfat /dev/hda? /mnt/wind,?表示你的windows分区,d盘一般是3或者5,还有请注意大小写,如果你建立的是winD,就应该老老实实地写成winD,e.g:mount -t vfat /dev/hda3 /mnt/wind.最好加上参数支持中文显示,如:mount -t vfat /dev/hda3 /mnt/wind,codepage=936,iocharset=gb2312 0 0,最后在你的/etc/fstab文件中参照下例加入:
/dev/hda5 /mnt/win_d vfat user,exec,umask=0,codepage=936,iocharset=gb2312 0 0
就可以让linux自动mount你的windows D盘了。另外,如果是winnt的NTFS格式,linux可以识别,但是win2000的NTFS暂时linux还无法识别,所以如果你使用win2000的同时还想使用linux访问你的windows分区,就别使用win2000的NTFS5格式。