Numenor
Group: Members
Posts: 20
Joined: April 2004 |
|
Posted: Dec. 10 2004,13:23 |
|
Quote (ssgt2002 @ Dec. 10 2004,06:52) | I use dsl to do a prepare a disk for another operating system because it is a very nice program and very well put together. I have to have an internet connection in order to download a dosfstool pckg I think it would be cool if certain other fstools were available in the default no internet package on disk |
mkfs is installed on DSL. U can use this to format non linux partitions for instance
Code Sample | mkfs -t vfat /dev/hda1 | ..etc
Look up the man page on the web.
cheers!
-------------- "There's something corrupt going on around my pants and I just cant seem to locate it."-Groucho Marx
|