


You can share files with Linux using normal Windows sharing mechanisms.
Copy log file from linux to windows install#
If it does not work, look at your Linux computer: Try to shut down your firewall and install the openssh service. Choose the SFTP protocol the login and password are the same as those you use when logging in locally. You are on a Windows host You want to access a Linux drive There, type shutdown /s (Here /s means 'Use this option with the shutdown command to shut down the local or /m defined remote computer.'). The share should now be available on the Windows computer. If you want to copy/paste any of your files from Linux/Ubuntu to your windows machine, this may be really helpful. If you don't have Windows folder sharing enabled yet, Nautilus will ask you for a password and install the service, after which you will need to log out and back in. Click it and pick the name for your share. To enable sharing to Windows machines, right click on a folder in Nautilus the menu should have an item called "Sharing Options". To do this, you run the SAMBA service on your computer. So you are on a Linux computer and want to share a folder so that also Windows machines can access it over the network. winhost/share1 /mnt/smb smbfs defaults 0 0 To make it persistant, add the following line to your /etc/ fstab:

If you see the share, mount it like this:.If that doesn't work, then you may need to do something more complicated. Double-click on them to open them up and view them. You should now see the files and folders in that share.In the address bar, type smb://winhost/share1.Open up your favorite file explorer, perhaps Konqueror or Nautilus.Share a folder by right-clicking onto it and selecting "Sharing and security". Go to the Windows computer and open the Explorer. In this example we assume winhost is your Windows computer's hostname (you can check the hostname by right clicking on My Computer and selecting Properties). So you are on a Linux computer and want to access a Windows drive over the network. You are on a Linux host You want to access a Windows drive
