Jump to content

So I have a desktop with multiple hard drives running Windows 8 and Arch Linux. I would like to give Read/Write access to a laptop also running Windows 8 and Arch Linux over LAN. What is the best way to do this and have full filesystem Read/Write access whichever OS I am booted into? I have heard Samba is a good solution but are there any others? And if I do use third party software I would need it to have the option to start at boot up. 

Ginger (Main Desktop):

AMD A10 5800K / MSI Twin Frozr iii Radeon HD 7850 / Corsair XMS 8GB Dual Channel @ 1333MHz / MSI FM2-A75MA-E35

 

Link to comment
https://linustechtips.com/topic/70712-sftp-over-lan-between-linux-and-windows/
Share on other sites

Link to post
Share on other sites

I've used Samba on a linux machine as a means to keep a file repository for the windows users in our small family business.

 

For sftp between my laptop and linux, I use CYGWIN with openssh installed on my windows laptop in order to have the ssh service running on it.  

 

Also gui tools like securecrt/fx are great when I want to drop some files onto a linux/unix.

 

Depends on which is quicker... sometimes it is easier to just scp... sometimes securefx... sometimes command line sftp.  For scheduled production integrations, I use scheduled or event driven sftp/lftp scripts.

 

 

*here is a pdf that helped me alot when I was getting started with samba... http://www.samba.org/samba/docs/Samba-Guide.pdf

Link to post
Share on other sites

I've been using SSHFS to transfer files between our Linux machines (allowing me to mount

my Linux drive on a Windows machine). It is very easy to set up, but the Win implementation

is still ever so slightly buggy when you are trying to mount multiple shares at the same time.

BUILD LOGS: HELIOS - Latest Update: 2015-SEP-06 ::: ZEUS - BOTW 2013-JUN-28 ::: APOLLO - Complete: 2014-MAY-10
OTHER STUFF: Cable Lacing Tutorial ::: What Is ZFS? ::: mincss Primer ::: LSI RAID Card Flashing Tutorial
FORUM INFO: Community Standards ::: The Moderating Team ::: 10TB+ Storage Showoff Topic

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×