Other Help Topics :: copying NTFS files to an USB CDRW
Hi All,
I have a computer with Win2000, NTFS format. I would like to burn data from this computer to an USB CDRW
More details:
1. All data in NTFS format which crashed (cannot access win2k)
2. The data is there, I can read them from dos using NTFSDOS, however it is hard to find CD-burner sofware for dos.
3. I can boot from 1.44MB diskdrive, but not from IDE CD-ROM
(dont have password to change the boot order and too hard to find which jumper to reset the bios, an old notebook)
4. I have an external USB CD-burner.
In summary:
input: NTFS files in a harddisk
output: ISO9660, USB CDRW
other device: 1.44 FD (bootable)
CD-ROM (not bootable)
Question:
How to boot from floppy disk and have the rest of DSL in CD-ROM to perform the task (copying NTFS files to USB CDRW) using DSL?
1. How to make the boot disk?
2. What should be in boot disk and what should be in the CD?
3. How to mount the harddisk in NTFS (is it automatically mounted?)
4. How to mount the CD-ROM and the USB CD writer (is it automaticall mounted?)
5. Is the cd-burner tool, to convert files to ISO9960 and to record it to CDRW (LiteON CDRW) included in the distribution?
Apologize for a very long question, any advise would be very much appreciated.
thank you
andrew
"1. How to make the boot disk?"
There should be a floppy image available to download from the same directory as the DSL ISO image. Depending on what system you're currently using, the creation is different. On Windows you can use a program called rawwrite. On Linux: "dd if=floppy.img of=/dev/fd0"
"2. What should be in boot disk and what should be in the CD?"
Ummm...the boot disk is made from the floppy img, and CD is made from the ISO...unless I misunderstand the question.
"3. How to mount the harddisk in NTFS (is it automatically mounted?)"
It's not automatically mounted, but it should be automatically detected and added to /etc/fstab, which means all you need to do is type "mount /dev/hdX#" (X=letter #=number, e.g. hda2). Or select the drive with mount.app and press the mount button.
"4. How to mount the CD-ROM and the USB CD writer (is it automaticall mounted?)"
Same as mounting the harddrives, only with different device names. CDROMs are probably /dev/cdrom, /dev/cdrom1, etc. USB CD is...ummm...I'm not sure...need to look up that one.
"5. Is the cd-burner tool, to convert files to ISO9960 and to record it to CDRW (LiteON CDRW) included in the distribution?"
I think cdrecord is included (text-based). There is also a gcombust MyDSL extension you can download.
Thanks for your quick response. Yes, you clarifed most of my questions. I should clarify my question #2 about a boot disk and a liveCD.
I have only a bootable diskdrive, CD-rom, readonly NTFS and USB CDRW. So I plan to put [#2] in a 1.44 floppy and [#3] in a CD. Then, boot DSL using the 1.44 floppy and access the rest of DSL software from the CD. [#2] and [#3] are from [#1], Please confirm, is this the right way?
The goal is to copy NTFS files from a hardisk to USB CDRW.
I understand that I need to mount manually:
- NTFS harddisk
- IDE CD-ROM
- USB CD-RW
Question: do I need to use "chroot" after mount IDE CD-ROM?
Thank you
---------------------------------------------------------
[#1] http://ftp.belnet.be/packages/damnsmalllinux/current/
[#2] current 21-Dec-2004 06:39 50.0M
[#3] boot-0.8.0.img 06-Nov-2004 23:06 1.4M
Type in "dsl toram" at boot, so that it will free up your cdrom.
Then you can use cdrecord to copy files to the cd burner.
I think I was wrong about the auto-detection of an NTFS partition. I assumed DSL has read-only support, but after checking it out it seems like it may not. At least I don't see my windows2000 partition (hda2) in fstab....unless it's just "hd"
Next Page...
original here.