怎么实现Windows与Linux下的磁盘互访????
各位大虾帮帮忙!请问如何实现Windows与Linux下的磁盘互访? smb啊!看看置顶的帖子,很详细啊!我刚配置成功! ??/没有 我也有这个问题呀? First create some directories that you want to mount to, and then try to edit /etc/fstab file. For more information, please check
http://www.humbug.org.au/talks/fstab/fstab.html.
This will guide you to how to edit the file. 多谢各位的关心,我已经成功的搞定了.
mkdir /mnt/WinC (后面的目录名自己取)
mkdir /mnt/WinD
... ...
然后用vi打开/etc/fstab,插入以下几行:
/dev/hda1 mnt/WinC vfat defaults,codepage=936,iocharset=cp936 0 0
/dev/hda5 mnt/WinD vfat defaults,codepage=936,iocharset=cp936 0 0
... ...
保存,退出重起.OK!
页:
[1]