• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Copying files to sata drive using linux?

NaOH

Diamond Member
"sudo cp -r directy1 directory2" isn't working. Is it because my sata drive is formatted to ntfs?
 
Originally posted by: AMDUALY
"sudo cp -r directy1 directory2" isn't working. Is it because my sata drive is formatted to ntfs?

Heh, yes.

Unless you have it mounted and installed the right libraries you're just making people laugh 🙂

And NTFS write support for Linux is still a bit funky these days. I wouldn't do it.
Well, you can do it if you're copying, but it might not work 100%. I don't know the succes rate, but the rumor is it's buggy.
 
What the hell, instead of being grumpy, i might aswell help you 🙂

Link

This adds pretty good support, and tells you if it fails. So it sounds rather safe regarding the corruption of data.

Depending on the dist you use it'll be easy or hard.
 
Originally posted by: AMDUALY
"sudo cp -r directy1 directory2" isn't working. Is it because my sata drive is formatted to ntfs?

I'm confused. You're at step 3, but first need to identify the situation.

So you want to copy a directory. What's the error message? Where are you trying to copy to? Where are you copying from? Are you running in a livecd? Be as specific as possible.
 
Originally posted by: SleepWalkerX
Originally posted by: AMDUALY
"sudo cp -r directy1 directory2" isn't working. Is it because my sata drive is formatted to ntfs?

I'm confused. You're at step 3, but first need to identify the situation.

So you want to copy a directory. What's the error message? Where are you trying to copy to? Where are you copying from? Are you running in a livecd? Be as specific as possible.

Read minds Linux dweeb.


:beer:😉
 
Back
Top