当前位置: 技术问答>linux和unix
初学者问:如何在同一台机器上的Linux中访问Windows2000中的文件?
来源: 互联网 发布时间:2015-03-09
本文导语: 初学者问:如何在同一台机器上的Linux中访问Windows2000中的文件? 请各位指教,不胜感激! | 同一台微机 c:为win2000的盘 mount -a /dev/hda1 /mnt/xxx 不是同一台机用 samba | 若想正...
初学者问:如何在同一台机器上的Linux中访问Windows2000中的文件?
请各位指教,不胜感激!
请各位指教,不胜感激!
|
同一台微机 c:为win2000的盘
mount -a /dev/hda1 /mnt/xxx
不是同一台机用
samba
mount -a /dev/hda1 /mnt/xxx
不是同一台机用
samba
|
若想正确显示中文文件名
mount -a /dev/hda1 /mnt/xxx -o iocharset=gb2312
mount -a /dev/hda1 /mnt/xxx -o iocharset=gb2312
|
or edit the file
/etc/fstab,
so you can use it after you boot your system.
You can follow the format in it.
/etc/fstab,
so you can use it after you boot your system.
You can follow the format in it.
|
这个问题有不少问过了,建议你看看下面这个帖子:
http://expert.csdn.net/Expert/topic/1768/1768198.xml?temp=.5051233
http://expert.csdn.net/Expert/topic/1768/1768198.xml?temp=.5051233