回 帖 发 新 帖 刷新版面

主题:怎么么设置samba使linux跟windows共享?用什么指令?

怎么么设置samba使linux跟windows共享?用什么指令?

回复列表 (共4个回复)

沙发

我也想问一下啊,linux跟windows的文件系统不一样,在两个系统之间传递数据怎么办啊?人家都用windows,u盘等移动存储设备也没有什么作用,总能都刻成光盘吧。局域网不能连接,internet没有linux下的客户端(我用的是adsl拨号),郁闷啊,怎么共享数据,大家的做法分享一下啊。

板凳

To dynamic516

You can use USB disk

If you are on windows, just plug in usb port.

If you are on linux, plug in then mount

mkdir /mnt/usbhd
mount /dev/sda1 /mnt/usbhd

Before you take it off, do a umount

umount /mnt/usbhd

You also can modify fstab file to make it automatic.

Good luck!

3 楼

Step by step instructions:

Read here
Linux In a Windows Network with SAMBA 

http://www.reallylinux.com/docs/sambaserver.shtml

4 楼

to justforfun626
只有高版本的linux才支持windows下的文件格式,而且必须是fat,呵呵,Red Hat9都不行的哦,用USB?不过现在已经想到办法了,FTP,网络文件系统是跨平台的,呵呵。

我来回复

您尚未登录,请登录后再回复。点此登录或注册