Aug 12, 2004 #1 greenpee Programmer Joined Aug 3, 2004 Messages 39 Location US Hi, I want to share a hard drive with another machine in same network. Can I do this and how? Thanks.
Hi, I want to share a hard drive with another machine in same network. Can I do this and how? Thanks.
Aug 12, 2004 1 #2 ericbrunson Technical User Joined Jan 9, 2004 Messages 2,092 Location US Start nfsd on the server machine Export the filesystem by editing /etc/exports and using the exportfs command. Mount the exported drive from the client machine using: mount servername:/path/to/filesystem Upvote 0 Downvote
Start nfsd on the server machine Export the filesystem by editing /etc/exports and using the exportfs command. Mount the exported drive from the client machine using: mount servername:/path/to/filesystem
Aug 12, 2004 #3 clonny2 MIS Joined Jan 28, 2003 Messages 470 Location US Share the hard drive with any protocol like nfs, afp, smb, ftp,rsync. Just depends on how you want to connect to the hard drive. >---------------------------------------Lawrence Feldman SR. QA. Engineer SNAP Appliance lfeldman@snapappliance.com Upvote 0 Downvote
Share the hard drive with any protocol like nfs, afp, smb, ftp,rsync. Just depends on how you want to connect to the hard drive. >---------------------------------------Lawrence Feldman SR. QA. Engineer SNAP Appliance lfeldman@snapappliance.com