I am trying to setup an sftp server and I am having issues getting it to work exactly as I like.
My server has two hard drives, the first is used for the os, and it contains all of the users home directories.
Trying to backup data from hard drive before reloading windows following some issue with its load.
Having trouble with the file transfer to a USB3/2 external hard drive NTFS. Getting transfer speed of about 116.7kB/sec. In other words its taking about 5 hours to tranfer 1.4GB. I've got about 80GB to go. So the transfer is going to take 11days.
There is a 160GB ATA drive installed in my home server with a borked install of XP on it, and I would like to use that drive to store the OS and programs needed to have a home server, so the data is all on the 1TB SATA hard drive.
Hello everyone,
Hi,
Having sent my iMac to the shop for changing the DVD burner, I got for the few next weeks a PC on which I installed Ubuntu (have it already on my iMac and like it, being very similar and just as good as OS X).
And, wanting to transfer the data, I copied the Thunderbird and Firefox folders to an external HD.
Normally, on Mac, those folders are in :
home library/Thunderbird
and
Home library/Fi
Hi
I work in Linux servers but not an expert.
I am anxiously awaiting my new SSD for my Ubuntu server, and realized I have no idea on how to copy all my files from my Hard drive to my SSD. Is there any easy or moderately easy way to do this? I want OS to boot from SSD and keep the hard drive as a file storage drive.
I know there are some ISO downloads, but haven't found any compatible with Ubuntu Server 12.04.
Thanks :)
ccrama
I am moving data from an external USB 2.5" hard drive (encrypted with cryptsetup) to an unencrypted internal 1TB 3.5" hard drive on a GNU/Linux quad-core headless server with 2GB RAM, using Midnight Commander over an SSH connection.
I need to copy files from my computer to my server's folders in /var/www so they are uploaded to my cloud. Here's what I try to do:
I open my computer's terminal and type:
scp /media/user/Files/Documents/documents.docx ubuntu@mywebsite.com:/var/www/documents
Notes on this step
The hard drive that I am trying to copy the file from is an NTFS formatted drive.