You are not logged in.
Pages: 1
Gparted is a partitioning tool and as such there isn't any 'format entire disc' option, Dban takes too long. Is there another ISO designed as with fast disc formatting utilities?
Offline
How about deleting the partition and then using mkfs.XXX?
There's a simple tutorial at: http://www.ehow.com/how_1000631_hard-drive-linux.html
You can do it from almost any existing distro.
// Send more Chuck Berry
Offline
thanks for that help el_zoona, and it would have worked most of the time, however, I am running a live cd at the moment due to being on an old pc and as a result need an ISO util to use before installing and am not that into Gparted and while cruising around linux downloads I didn't strike any suitable alternatives.
Last edited by Merps (2008-11-16 07:33:42)
Offline
I Don't understand. Puppy Linux, for example, has fdisk and mkfs. No need for Gparted, that are standard tools.
// Send more Chuck Berry
Offline
I don't understand either but maybe something like system rescue cd is what he's looking for
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline
I don't really understand your question.
Are you trying to install some distro on your pc but want to prepare the disk first?
Any distro worth its salt will do that for you before it starts to install.
Alternatively - any 'live' cd will contain fdisk and mkfs.
Or - if you want some working space you can write to (I presume your pc contains windoze) - you can mount vfat/ntfs from your live cd. Say you have windows xp/vista on partition #1 (sometimes there is a rescue-partition as well), then from your live cd you do:
fdisk -l /dev/sda # just to make sure _which_ partition to use and that your harddisk _is_ /dev/sda
mkdir /win # mountpoint for your windows partition
mount -t ntfs-3g /dev/sda1 /win
You can now write to the windows partition to your heart's content! :-)
Last edited by perbh (2008-11-19 01:19:24)
Offline
Hey Perbh!
"Are you trying to install some distro on your pc but want to prepare the disk first?" yup
"Alternatively - any 'live' cd will contain fdisk and mkfs." True however I was looking to do a quick format not just partitions, to prepare the disk first just like the good distros do.
"Or - if you want some working space you can write to (I presume your pc contains windoze)" no winouch on the machine.
ATM Dban/Gparted will do the job, dban to wipe the disk, gparted to create the partions, however like I said I wanted to replace the very kind Dban with something more modern.
Rgds Merps
Offline
Pages: 1