Mount network drive
Posted
by
user971155
on Super User
See other posts from Super User
or by user971155
Published on 2012-03-14T09:15:13Z
Indexed on
2013/10/19
16:00 UTC
Read the original article
Hit count: 147
linux
|networking
I'm using linux(ubuntu), there's a linux(fedora) server, that I can log in with ssh, is there any possibility
//server/dir /mnt/my_mount_dir cifs username=loginpassword=11111,uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0
As far as I'm concerned, this construction uses SMB as primary tool. Is there any possibility to use NFS or any another approach, because in case of SMB it tends to have permission, symlink collisions. PS It would be great if you also provide some links. Thanks.
© Super User or respective owner