Results 1 to 7 of 7
Hi guys:
Having a bit of a problem. I need to copy files from my Windows XP CD over to my hard drive where Windows was corrupted. I can copy ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-07-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 7
Need to copy files from CD but can't
Hi guys:
Having a bit of a problem. I need to copy files from my Windows XP CD over to my hard drive where Windows was corrupted. I can copy the files off the CD fine, but when I go to put them on the Hard Drive it tells me that it couldn't copy the file over. I went into permissions and set them as "Can View and Modify Content" but when I click OK it tells me that I don't have the permissions to do so. So I use the sudo commands and they get me in as root, and I try it again with no luck. I'm getting a little frustrated, this is my work computer that I need and the Windows Installer CD just keeps freezing on me. Does anyone have any suggestions?
- 05-07-2005 #2
Try this:
replacing ntfs with the fs type and hda2 with the hdd.Code:umount /dev/hda2 mount -t ntfs -o rw /dev/hda2 /mnt/hda2
- 05-07-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 7
will do. thanks!
- 05-07-2005 #4Just Joined!
- Join Date
- May 2005
- Posts
- 7
ok, i gave it a go but still no luck, wont let me do anything but look
- 05-07-2005 #5
try this:
Code:touch /mnt/hda2/hello
- 05-07-2005 #6Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
standard write support for NTFS is disabled in Linux, if you can enable it, it's still experimental... Couldn't you fix it with dos commands to boot and copy from your installation disk?
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 05-07-2005 #7
On knoppix it's enabled.


Reply With Quote
