cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Aug. 10 2005,16:14 |
|
If you want to blow away your USB drive partitions and start over, you can do this from DSL (Not responsible for lost data. This assumes that your USB drive is located at /dev/sda)
Boot DSL from livecd, plug in your USB drive, wait a few seconds for it to get detected. Then open an xterminal and type:
sudo su dd if=/dev/zero of=/dev/sda bs=512 count=1 sync cfdisk /dev/sda
and either use cfdisk to create a new FAT partition (partition type = 6) that is the same size as your entire USB drive, or you can create a blank partition table and save it and then exit. If you create a blank partition table, you can use Microsoft Windows to repartition the drive and reformat it.
Hope this helps.
Also, you might want to try the USBHDD pendrive install instead of the USBZIP install. It will create a single FAT partition that can be read by both DSL and MSWindows.
If your computer BIOS does not support direct booting from USBHDD devices (most newer Dells will boot from USBHDD), then you can make a DSL usbboot floppy disk and it will work.
|