Transferring files from NAS to Linux

Using TestDisk to repair the filesystem
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Locked
Message
Author
LinuxBeginner
Posts: 1
Joined: 08 Oct 2013, 06:03

Transferring files from NAS to Linux

#1 Post by LinuxBeginner »

Hi all

I am setting up a Linux media server and have approximately 1.5 Tb of data on a 2 Tb drive from a DNS 321 NAS that I want to transfer across to the media server. The NAS drive has no USB ports - what is the best way to do this? Can it be done easily? What information is required in order to answer the question(s)? The 2 Tb drive will just be a data drive in the server, so is all I need to do change the file system?

As you can see, I'm completely new to this, but in my defense, I'm really good at other things :lol:

Thanks in advance for your help, and for an excellent piece of software

David

The server will be running Ubuntu 12.04

User avatar
cgrenier
Site Admin
Posts: 5432
Joined: 18 Feb 2012, 15:08
Location: Le Perreux Sur Marne, France
Contact:

Re: Transferring files from NAS to Linux

#2 Post by cgrenier »

The easiest way to be able to access both the NAS and the destination from your computer and copy/paste the files.
Advanced user would probably use rsync in command line to synchronize the content between the two storages.

Locked