简体   繁体   中英

Mounting of file systems remotely

  1. I have a unix machine (unix1) and another remotely connected unix machine (unix2). using sshfs i am able to mount a unix2 file system on the unix1 machine (of course, I am the unix1 machine user and unix2 is the remote machine). But is it possible for me to mount a unix2 file system on the same (unix2) machine remotely (and not in unix1)? If so, how? Also, is it possible to do it through a java code?

  2. Can i do the same with a windows machine? (unix1-windows instead of unix1-unix2)

  1. using ssh on localhost works, so why shouldn't that work with sshfs?

  2. mounting shared storage from windows machine, requires samba (cifs) or nfs, so sshfs is not an option.

see
http://www.cyberciti.biz/tips/how-to-mount-remote-windows-partition-windows-share-under-linux.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM