在linux下编辑文件/etc/exports /test *(sync,rw) /test目录的权限为777,属主:root 在solaris下 #mount -F nfs -o rw linux:/test /test mount成功后,在solaris /test目录下没有写权限, 这是为什么呢?
by bj_solarisfan - Solaris - 2007-11-21 15:40:40 阅读(4360) 回复(5)
有一台装有window storage server 2003的服务器.并装有NFS服务.现在想把这个服务器的一个共享目录mount 到linux的某个目录下.输入的命令格式应是怎样的呢? 比如在window服务器端的共享目录为 d:\ mount到linux 的/mnt/log 用SAMBA的方式是可以的,但用NFS方式应怎样输入命令呢?Thanks!
当我在linux上挂装windows的共享文件的时候,用mount就可以. 但是现在我想在2个linux之间挂装SMB的共享文件夹. 请问用smbmount具体参数是什么? 谢谢
export linux(NIS 主服务器)下的/home2,从另外一台linux(NIS 客户端)上可以成功mount该目录,但是从另外一台Solaris 10(NIS客户端)上就不行了,提示:insufficient privileges. 请问这是什么原因?有何解决办法?
请问如何mount远程linux/unix服务器的/etc目录?我知道超级用户密码,本地机为linux,远程机为unix/linux.现将远程x机上的/etc上当mount到本地机Y上/tmp下,哪一位朋友知道解决办法,请告诉我一下?跪谢.
试图mount共享文件夹dir1到/mnt 1, 执行下面命令 #mount servername:dir1 /mnt 提示没有权限,命令失败 2, 执行下面命令 #mount -o username=administrator password=password servername:dir1 /mnt 有如下提示,不过没关系,继续往下走第3步 Usage: mount [-v | -p] mount [-F FSType] [-V] [current_options] [-o specific_options] {special | mount_point} mount [-F FSType] [-V] [current_options] [-o specific_option...
1. 在iredhat linux下mount widows 2000 的共享目录 #mount -t smbfs -o username=administrator,password=12345678 //192.168.0.1/share /mnt/dir OK! 2. 在turbolinux下mount widows 2000 的共享目录 #mount -t smbfs -o username=administrator,password=12345678 //192.168.0.1/share /mnt/dir 不行 3. 在iredhat linux下mount widows 98 的共享目录 #mount -t smbfs -o username=administrator,password=12345678 //1...
求助:linux不能mount加载windows2003共享文件夹 windows2003下面是ntfs格式, linux的smb是3.0版本 mount -t smb -o name=user //10.1.1.6/share /mnt/win/share1 提示 password: 输入正确密码后报告如下错误: 3045: session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed 那位大虾有木有遇到过?解决掉没有?分享一下经验吧