how to transfer files within two disk partitions using ubcd

If you have a tutorial or tip related to the UBCD, why not share it with other users here?

Moderators: Icecube, StopSpazzing

Locked
Message
Author
vision25
Posts: 4
Joined: Mon Dec 01, 2008 1:43 am

how to transfer files within two disk partitions using ubcd

#1 Post by vision25 » Mon Dec 01, 2008 1:51 am

hello, i have a 32 bit winxp set up on a 64 bit amd machine. My problem is that windows doesnt start and always restarts the machine. The quick solution is to format the drive but i have some files on C drive that need to be rescued, so i want to copy them to D drive by using ubcd411. But i dont remember if the C drive was ntfs or not..so how can i copy some files from C to D using ubcd?
Best regards.

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#2 Post by Icecube » Mon Dec 01, 2008 4:22 am

You better use a small linux distro like, Damn Small Linux or Puppy linux to copy the files.

vision25
Posts: 4
Joined: Mon Dec 01, 2008 1:43 am

#3 Post by vision25 » Mon Dec 01, 2008 7:05 am

Icecube wrote:You better use a small linux distro like, Damn Small Linux or Puppy linux to copy the files.
hi; i ve booted with damn small linux live cd. but i cant find or view my disk partitions :s would you give any suggestions.

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#4 Post by Icecube » Mon Dec 01, 2008 7:49 am

Click on "Files" this will open emelfm.
Navigate to /mnt/
Right click on the hda1 entry and click mount
After you finished copying files, click on umount to ensure that there is no data loss.

hda1 stands for the first primary partition on your first hard drive.
hda2 to hda4 stands for the second, third and fourth primary partition on your first hard drive.
hda5 is the first logical partition within an extended partition.

hdb: second hard drive
hdc: third hard drive

If you have sata drives you have to type (see F2 for more information):
dsl sata

Puppy Linux is a bit easier to use, but needs 128MB of RAM at least.

vision25
Posts: 4
Joined: Mon Dec 01, 2008 1:43 am

#5 Post by vision25 » Mon Dec 01, 2008 8:19 am

the target directory wont let the copy process: cp: cannot create directory `/mnt/sda5/Resimlerim': Read-only file system
so, can i lift the write protect of the target partition

Icecube
Posts: 1278
Joined: Fri Jan 11, 2008 2:52 pm
Contact:

#6 Post by Icecube » Mon Dec 01, 2008 8:35 am

The ntfs driver of DSL is a readonly driver. Try to write the files to a FAT (FAT16 or FAT32) partition instead or use Puppy Linux. The ntfs driver of Puppy Linux can write to ntfs partitions too.

vision25
Posts: 4
Joined: Mon Dec 01, 2008 1:43 am

#7 Post by vision25 » Mon Dec 01, 2008 2:53 pm

thank you very much, puppy linux solved my problem:)

Locked