пытается гора каталог ubuntu:/home/suvasish/Downloads/SLES11_SP2/
на сервер SLES (11 SP2).
пробовал, как показано ниже: NFS mount
в Ubuntu стороне отредактировано / etc / exports, как показано ниже..
/home/suvasish/Downloads/SLES11_SP2/ *(rw,no_subtree_check,all_squash,insecure,async,nohide)
exportfs -ra
в SLES стороне
mkdir -p /mnt/sles11_sp2
test11:~ # mount -t nfs x.x.x.x:/home/suvasish/Downloads/SLES11_SP2/ /mnt/sles11_sp2/
и получаем это сообщение
mount.nfs: requested NFS version or transport protocol is not supported
также попробовал CIFS крепление
test11:~ # mount -t cifs //x.x.x.x/home/suvasish/Downloads/SLES11_SP2/ /mnt/sles11_sp2/
Password:
Retrying with upper case share name
mount error(6): No such device or address
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
вышеуказанные 2 также приводят к одинаковый.
любая идея, как я могу подключить свой диск ubuntu к другому серверу linux.
--UPDATE--
настройте общий ресурс samba, как показано ниже..
[SLES11_SP2]
comment = SLES11 DVD's
browseable = yes
path = /home/suvasish/Downloads/SLES11_SP2
available = yes
guest ok = yes
public = yes
writable = yes
read only = no
и пытался смонтировать как
test11:~ # mount -t cifs //x.x.x.x/home/suvasish/Downloads/SLES11_SP2/ -o user=suvasish,password=xxx /mnt/sles11_sp2/
test11:~ # mount -t cifs x.x.x.x:/home/suvasish/Downloads/SLES11_SP2/ -o user=suvasish,password=xxx /mnt/sles11_sp2/
получение вышеупомянутого ошибка.