To start this off, I've always been a windows user so I feel like I'm in over my head right now and will probably come off as ignorant, so my apologies.
My goal is to copy a windows store app folder and subfiles/folders from my external hard drive to my internal hard drive.
I have pretty slow and data capped internet,only 100gb per month for myself and 3 people that just chew through data. I bought and wanted to download a game (55gb) and took my laptop to a nearby Cafe who kindly allowed me to download it there, but there's no way to just copy/paste the files over from laptop to desktop due to encryption.
My idea was to try Ubuntu for the first time ever to just copy/paste the folder by just not using a windows OS and thus having the best chance to bypass the encryption.
Ubuntu is installed on a hard drive by itself, the game files are on an external USB hard drive and I would like to copy them to a large internal hard drive that I use for storage.
A straight copy paste from 1 drive to another just came up with "permission denied" errors for every file
So far I found and tried "gksudo nautilus" to allow a GUI copy paste but it wouldn't work and needed to install "sudo apt-get gksu" which could not locate the package. Or "sudo apt-get update" which returned a Heap of err 404 lines, failed to fetch lines and ended with E: some index files failed to download.
I then found "sudo -i" that said to give root access via the terminal, so I tried that followed by "rsync - av /media/user/Seagate\ External\ Drive/WUDownloadCache/gamefiles /media/user/Internal\ Storage/WUDownloadCache" which, to my lack-of-knowledge should copy "gamefiles" from the external drive to "WUDoenloadCache" on the internal drive but came back with the same errors as just trying to copy and paste via the GUI. Permission denied, for every single file.
I'm 100% certain I'm doing something wrong, any pointers will be greatly appreciated. Thanks
apt search gksu
and found the package you say wasn't there? – George Udosen Feb 25 '18 at 07:40err 404 lines
has to do with internet so check your connection and try again! – George Udosen Feb 25 '18 at 07:43