Aug 12, 2004 #1 greenpee Programmer Aug 3, 2004 39 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 Jan 9, 2004 2,092 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 Jan 28, 2003 470 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