由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 如何让UNIX的机器和WINDOWS XP的机器之间实现共享?
相关主题
请各位补充一下现有的操作系统最好的free unix distribution是什么
[公告] Unix 板的投票结果question about a command in UNIX
Unix下的rm/ram 文件的播放器急!!!!
why my "biff" doesn't work?有什么办法可以check所在服务器的硬件配置?
AIX,Solaris, HP-Unix,Linux及Windows的优缺点Anyone give some opinion about AIX
unix 菜鸟问:怎么write CD再unix下面
how to change the log in shell?help on job running !!
[转载] 请问关于STEVENS的书里面程序在LINUX下面跑的问题unix 主要是指solaris? FreeBSD? 还有其他什么系统?
相关话题的讨论汇总
话题: unix话题: smbfs话题: linux话题: windows话题: smb
进入Unix版参与讨论
1 (共1页)
g******e
发帖数: 675
1
主要就是为了传输一些共享文件,多谢
X****r
发帖数: 3557
2
samba
比如你要在unix下access Windows的共享目录,把它作为一个smbfs 类型的文件
系统mount 上就行了。具体语法取决于你的系统。

【在 g******e 的大作中提到】
: 主要就是为了传输一些共享文件,多谢
g******e
发帖数: 675
3
多谢,SAMBA是免费的吗还是有一定的试用期限

【在 X****r 的大作中提到】
: samba
: 比如你要在unix下access Windows的共享目录,把它作为一个smbfs 类型的文件
: 系统mount 上就行了。具体语法取决于你的系统。

D****g
发帖数: 2860
4
http://www.samba.org/

【在 g******e 的大作中提到】
: 多谢,SAMBA是免费的吗还是有一定的试用期限
j***y
发帖数: 2074
5
ftp is the simplest solution, i think.
estabish an ftp server in UNIX, and use the ftp client in Windows to retrieve
the files, or vice versa.

【在 g******e 的大作中提到】
: 主要就是为了传输一些共享文件,多谢
d***d
发帖数: 24
6
ssh works

【在 X****r 的大作中提到】
: samba
: 比如你要在unix下access Windows的共享目录,把它作为一个smbfs 类型的文件
: 系统mount 上就行了。具体语法取决于你的系统。

s*****a
发帖数: 1022
7
smbfs是linux下的filesystem, 其他unix也支持吗?

【在 X****r 的大作中提到】
: samba
: 比如你要在unix下access Windows的共享目录,把它作为一个smbfs 类型的文件
: 系统mount 上就行了。具体语法取决于你的系统。

m**c
发帖数: 90
8

smbfs is just one type of file system, it is not just for Linux :-) Linux
doesn't use smbfs as default file system, it uses ext2/ext3/etc. Goto
http://www.sunfreeware.com to download SAMBE package for Solaris.

【在 s*****a 的大作中提到】
: smbfs是linux下的filesystem, 其他unix也支持吗?
X****r
发帖数: 3557
9
smb实际上指的是Windows 下file and printing sharing的协议,
SMB = Server Message Block
大部分unix都有smbfs 的支持, e.g. OS/X (this is not an official UNIX though),
Solaris/SunOS, IRIX, etc...

【在 s*****a 的大作中提到】
: smbfs是linux下的filesystem, 其他unix也支持吗?
D****g
发帖数: 2860
10

how to define "official" UNIX? it is based on BSD anyway.

【在 X****r 的大作中提到】
: smb实际上指的是Windows 下file and printing sharing的协议,
: SMB = Server Message Block
: 大部分unix都有smbfs 的支持, e.g. OS/X (this is not an official UNIX though),
: Solaris/SunOS, IRIX, etc...

相关主题
unix 菜鸟问:最好的free unix distribution是什么
how to change the log in shell?question about a command in UNIX
[转载] 请问关于STEVENS的书里面程序在LINUX下面跑的问题急!!!!
进入Unix版参与讨论
X****r
发帖数: 3557
11
UNIX is a trademark of Open Group, see www.opengroup.org .
Only their can determine which is called UNIX and which is not
(so far, since they're suing Apple for calling OS/X as UNIX)
On the other hand, the patents and copyrights of UNIX is owned by Novell
and/or SCO, which in turn licensed it to commericial venders, e.g. IBM's AIX.
Either way, Free/Open/NetBSD are not offical UNIX. After the famous AT&T
v.s. Regent of Califorina lawsuit, what was called BSD UNIX before is now
simply BSD.

【在 D****g 的大作中提到】
:
: how to define "official" UNIX? it is based on BSD anyway.

s*****a
发帖数: 1022
12
hehe, from this link:
http://hostopia.samba.org/samba/smbfs/
The smbfs filesystem is a mountable SMB filesystem for Linux. It does not
run on any other systems.
Do you have any idea how to make smbfs work on Solaris?

【在 m**c 的大作中提到】
:
: smbfs is just one type of file system, it is not just for Linux :-) Linux
: doesn't use smbfs as default file system, it uses ext2/ext3/etc. Goto
: http://www.sunfreeware.com to download SAMBE package for Solaris.

s*****a
发帖数: 1022
13
I think smbfs is built in linux's kernel
maybe you're talking about Sharity-Light: An SMB file system for Unix
http://www.obdev.at/products/sharity-light/index.html
It is derived from smbfs, but runs as a user level program,
not in the kernel.

【在 X****r 的大作中提到】
: smb实际上指的是Windows 下file and printing sharing的协议,
: SMB = Server Message Block
: 大部分unix都有smbfs 的支持, e.g. OS/X (this is not an official UNIX though),
: Solaris/SunOS, IRIX, etc...

X****r
发帖数: 3557
14
Well I should have said most unices have samba support, not smbfs support.
e.g. you can run smbclient/smbd
However, beside Linux, Darwin does have smbfs support.

【在 s*****a 的大作中提到】
: I think smbfs is built in linux's kernel
: maybe you're talking about Sharity-Light: An SMB file system for Unix
: http://www.obdev.at/products/sharity-light/index.html
: It is derived from smbfs, but runs as a user level program,
: not in the kernel.

s*****a
发帖数: 1022
15
hoho, 如果不能mount windows share, 就不能像access local disk file那样方便
那样还不如用http或ftp. 还好sharity is free for students

【在 X****r 的大作中提到】
: Well I should have said most unices have samba support, not smbfs support.
: e.g. you can run smbclient/smbd
: However, beside Linux, Darwin does have smbfs support.

s*****a
发帖数: 1022
16
最后发现sharity还是得root装了才能mount, 原来linux下的smbmnt是setuid root的
怪不得谁都可以smbmount

【在 s*****a 的大作中提到】
: hoho, 如果不能mount windows share, 就不能像access local disk file那样方便
: 那样还不如用http或ftp. 还好sharity is free for students

1 (共1页)
进入Unix版参与讨论
相关主题
unix 主要是指solaris? FreeBSD? 还有其他什么系统?AIX,Solaris, HP-Unix,Linux及Windows的优缺点
关于R.Stevens书中UNIX系统一问unix 菜鸟问:
a question, thank you!how to change the log in shell?
Re: for cluster, which is better operating system?[转载] 请问关于STEVENS的书里面程序在LINUX下面跑的问题
请各位补充一下现有的操作系统最好的free unix distribution是什么
[公告] Unix 板的投票结果question about a command in UNIX
Unix下的rm/ram 文件的播放器急!!!!
why my "biff" doesn't work?有什么办法可以check所在服务器的硬件配置?
相关话题的讨论汇总
话题: unix话题: smbfs话题: linux话题: windows话题: smb