Results 1 to 6 of 6
Hello all,
As the thread says, my hard drive (Debian Squeeze) crashed. I can get into the file system, but it's in read only mode...
How can I copy my ...
- 08-31-2011 #1Just Joined!
- Join Date
- Jan 2011
- Posts
- 59
Hard Drive Crashed! Need to copy files to USB Stick??
Hello all,
As the thread says, my hard drive (Debian Squeeze) crashed. I can get into the file system, but it's in read only mode...
How can I copy my files to a USB stick? It seems like I can't even mount the USB stick, since it's in read-only mode....
Any ideas?
Thanks!
- 08-31-2011 #2
boot from a livecd
You must always face the curtain with a bow.
- 08-31-2011 #3Just Joined!
- Join Date
- Aug 2011
- Location
- London, UK
- Posts
- 19
Your hard disks may be read-only but is your USB disk? That would be unusual -
- 09-01-2011 #4Just Joined!
- Join Date
- Jan 2011
- Posts
- 59
Thanks for the replies guys
Yes, only the HD was read only. So I mounted the USB stick with
mount -t auto /dev/sdb /cdrom
Note, I used /cdrom because that was the only spare directory I could fine. I was able to successfully copy the files to my USB drive!
I originally used -t ext2 and -t ntfs but neither worked. The documentation said auto will automatically determine the fs type
Anyway, hope this is of value to anyone who runs into a similar case in the future. Apologize for my verbosity; i'm new at this!
Cheers
- 09-01-2011 #5
Thanks for posting your solution, it will be useful for others will the same problem.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 09-19-2011 #6Just Joined!
- Join Date
- Sep 2011
- Location
- Örebro, Sweden
- Posts
- 17
Great solution posting


Reply With Quote