Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Copying Files from ubuntu to Unraid

Featured Replies

I have a headless machine on my network that has Ubuntu 10.10 installed on it with some shares enabled.

 

I access the ubuntu shares from my Windows 7 machine. I understand that when I drag the files from the ubuntu share to the unraid share the files are actually written to my Windows 7 machine and then over to the Unraid machine.

 

I would like to transfer the files directly from my ubuntu machine to the unraid server. The ubuntu machine is headless so I would like to login to it from my Windows 7 machine to start the transfer.

 

What would you guys recommend to be the easiest method to go about this? Should I setup Remote Desktop on the Ubuntu machine or is there a better method?

 

Your help is appreciated.

One of the easiest methods would be to log into the Ubuntu box and mount your shares.

 

mkdir /mnt/movies
mount -t cifs \\tower\movies /mnt/movies

of course replace the share names and server name as appropriate for your installation

then copy the files using the cp command

cp /home/myusername/movies/* /mnt/movies/

then unmount the share and delete the mount point if it is no longer needed

umount /mnt/movies
rmdir /mnt/movies

Note that that is umount with no 'n'

 

There are other methods, but that is quick and easy.

  • Author

Good solution Spectrum. But I'll have to go GUI with this one. My wife has to be able to do this. And wives and terminal commands don't typically mix well  ;)

Good solution Spectrum. But I'll have to go GUI with this one. My wife has to be able to do this. And wives and terminal commands don't typically mix well  ;)

 

Ahhh I hear ya.  I know there USED to be an ftp client that would allow you to log into 2 ftp servers and initiate a transfer between them without going through you as an intermediary. -> dig dig dig -> FlashFXP was it.  It lists site to site transfers on the page I linked so that might be an option.  Full disclosure: I haven't used it since the mid 90's and have no affiliation with the company.

 

Freeware wise, your best bet may be to make mount points on the Ubuntu box and mount the drives from the fstab using either cifs or nfs (pick your pleasure) and setting up VNC or FreeNX.  I had FreeNX set up on a Jaunty box awhile back and it worked great.  Either way, she could log in via the Windows client and just open folders and drag and drop on the Ubuntu box and it would all be taken care of.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.