| It could be possible, if you are talking about formatting a single partition, other than the partition that houses your OS.
From knoppix,
1) open a terminal
2) switch to root:
$ su -
3) get the partition structure of your hard disk:
# fdisk -l /dev/hda
^ it's probably hda, but I really can't be sure... so, if you get nothing, try hdb, hdc, hdd, sda, sdb, sdc, sdd. btw, the -l is a "lowercase L."
Post the info from fdisk on this site.
Truly, I'm not quite sure what you are trying to do. So, any additional information would help.
Take care. |