Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: formatting whole drives with knoppix

  1. #1
    Junior Member
    Join Date
    Apr 2006
    Posts
    5

    formatting whole drives with knoppix

    I am a noob so...... I have an old(ish) server that was hacked and I am pretty sure is now as viral as a chinese chicken.
    ERGO I wish to format all (there are 8 of 'em) SCSI drives and reinstall an OS.
    I am getting more and more interested in LINUX so project no1 (not including Smoothwall which ROCKS).
    I want to examine the partitions via Knoppix.
    Should I use fdisc or what I am a little confused here.
    Any advice gratefully received.
    It would be nice to examine the disks also before I send their data to the great electromagnet in the sky
    Thnks folks

  2. #2
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441

    Re: formatting whole drives with knoppix

    Quote Originally Posted by niblok
    It would be nice to examine the disks also before I send their data ...
    So what are you asking here? If you have used Knoppix at all it should be simple to examine any partitions that are there, assuming the infections have not destroyed the partitions or the partition tables.

    Quote Originally Posted by niblok
    Should I use fdisc or what I am a little confused here.
    There are several partitioning tools, including fdisk (not fdisc). fdisk should server you fine. It is worth noting that if you just go ahead and run a Debian installer (not Knoppix, Debian, one of the Linux distros intended for hard disk install) it will offer you the chance to just use an entire hard disk. You will want to go back and recover the space for the other seven on your own though, and again fdisk is a viable tool for this.

  3. #3
    Junior Member
    Join Date
    Apr 2006
    Posts
    5
    OK thanks for the response.
    I know I could install Debian etc, thats not really what I menat, I would like to format all of the drives without installing anything. So what would be a good tool?
    Also I must be doing something wrong with knoppix as I cant find a tool to examine the HDD's

  4. #4
    Senior Member registered user
    Join Date
    Apr 2004
    Location
    Germany
    Posts
    100
    To view the partition table of the first scsi drive:
    <code>
    fdisk -l /dev/sda
    </code>

    What is called "formatting" in the DOS/Windows world is called
    "making a file system" in Unix. There are a number of different
    file systems available - the manual page will help you:
    <code>
    man mkfs
    </code>

  5. #5
    Junior Member
    Join Date
    Apr 2006
    Posts
    5
    thankyou angor
    will do

  6. #6
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Without installing anything is somewhat cryptic. While you can certainly format the disks without installing an OS, what OS you plan to use the system with may influence your choice of partition types a lot. There are actually two parts to "formatting a disk"; deciding what type(s) of partitions you want and how many, which is partitioning, and then laying down the basics of the empty file system, which is formatting. But if the drives had old FAT partitions on them and you wanted to use Knoppix and FAT partitions then you could just format (which would wipe out any old infections on the partitions and start them fresh). But you might want to change the type of partitions to more native Linux partition types.

    And while formatting will clean the partitions, it does not remove any virus that might be installed in the Master Boot Record. This might not be a problem if you only ever boot from Live CDs, but it is something that you should really deal with so that your infections don't come back to haunt you when you do install something to hard disk.

  7. #7
    Junior Member
    Join Date
    Apr 2006
    Posts
    5
    OK Harry,

    well I intend to install Windows Server 2003 and Exchange to the box when its "clean" so the intention was to "wipe" all of the HDD's from the live Knoppix distro.

    As to the file system I would ultimatly use it would be NTFS. I beleive that NTFS is invisible to Linux??

    I would install Debian to this box but at the moment I have to stay with MS.

    So to summarise. ..
    I wish to "disinfect" by wiping the drives prior to a MS install, and I wish to do this via Knoppix ( so as to learn Knoppix tools)

    I also wouldnt mind examining the discs, its not esentiall its again to learn Knoppix tools and for my own curiosity.

    If I have understood you correctly though I am going to need to "wipe" the MBR to ensure that nothing nasty is lurking. How would I go about that ??

    As to partitioning I wont be, or rather I shall leave each disc as an entire volume.

    Thankyou for your patience

  8. #8
    Senior Member registered user
    Join Date
    Sep 2005
    Posts
    205
    Quote Originally Posted by niblok
    well I intend to install Windows Server 2003 and Exchange to the box when its "clean" so the intention was to "wipe" all of the HDD's from the live Knoppix distro.
    WARNING! THIS WILL DESTROY YOUR DATA

    To "clean" the HDD /dev/hda from everything, you can use
    Code:
    sudo dd if=/dev/zero of=/dev/hda bs=65536
    This overwrites everything on /dev/hda with zeroes, including MBR, partition-table, and all partitions.
    Just repeat this for all of the HDDs you have, and after that there won't be anything left on any of them.

    ps. If you want to examine the disks, remember to do it before this command
    (I'm not sure what to suggest for this.)

    ps. There's also a small LiveCD with nice graphical partition-editor which you might like: http://gparted.sourceforge.net/livecd.php

  9. #9
    Junior Member
    Join Date
    Apr 2006
    Posts
    5
    Ok have managed (finally) to examine stuff using the Knoppix STD distro (good tool!)

    Thanks for all the input!

  10. #10
    Administrator Site Admin-
    Join Date
    Apr 2003
    Location
    USA
    Posts
    5,441
    Quote Originally Posted by niblok
    As to the file system I would ultimatly use it would be NTFS. I beleive that NTFS is invisible to Linux??
    Just to clear out the one outstanding issue, NTFS is not invisible to Linux, that is, Linux can see (read) NTFS partitions just fine. But it can't write to them and it sure can't format them.

Page 1 of 2 12 LastLast

Similar Threads

  1. Formatting USB drive
    By selinger in forum General Support
    Replies: 7
    Last Post: 03-21-2010, 03:12 PM
  2. formatting hardrive to get rid of xp and the install knoppix
    By pete1968 in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 09-10-2004, 07:08 PM
  3. Formatting a CD with Knoppix.
    By Chuckbaker in forum General Support
    Replies: 2
    Last Post: 09-07-2004, 09:25 PM
  4. Prevent knoppix-install from formatting dest partition
    By Noclaf in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 10-30-2003, 05:57 PM
  5. Formatting
    By Spike in forum Hdd Install / Debian / Apt
    Replies: 6
    Last Post: 10-07-2003, 05:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


HP ProLiant MicroServer AMD Athlon II Neo N36L 1.3GHz 8GB RAM 4-Bay NAS Server picture

HP ProLiant MicroServer AMD Athlon II Neo N36L 1.3GHz 8GB RAM 4-Bay NAS Server

$99.00



Supermicro 721-2 Mini Tower Black Computer Server NO Hdd picture

Supermicro 721-2 Mini Tower Black Computer Server NO Hdd

$375.00



Supermicro 1U Server 514-4 (X11SSZ-QF) | i7-7700 - 16GB DDR4 Ram - Rackmountable picture

Supermicro 1U Server 514-4 (X11SSZ-QF) | i7-7700 - 16GB DDR4 Ram - Rackmountable

$249.00



BOXX B157552 SuperMicro X10DRT-L 2x Intel 2630V4 NO RAM & SSD Server picture

BOXX B157552 SuperMicro X10DRT-L 2x Intel 2630V4 NO RAM & SSD Server

$160.99



HP PROLIANT MICROSERVER GEN8 E3-1220LV2 @ 2.30GHz, 8GB RAM, NO HDD/OS picture

HP PROLIANT MICROSERVER GEN8 E3-1220LV2 @ 2.30GHz, 8GB RAM, NO HDD/OS

$164.97



Supermicro 1027GR-TSF 1U Rackmount Server 2x Xeon 2.3GHz 128GB DDR3 picture

Supermicro 1027GR-TSF 1U Rackmount Server 2x Xeon 2.3GHz 128GB DDR3

$219.99



HPE ProLiant MicroServer Gen 10 - Opteron x3421 - 16GB DDR4 - 120GB SATA SSD picture

HPE ProLiant MicroServer Gen 10 - Opteron x3421 - 16GB DDR4 - 120GB SATA SSD

$350.00



New Barebones Supermicro 5019D Server, 4C/8T Xeon D-2123T, 1U Rackmountable, 10G picture

New Barebones Supermicro 5019D Server, 4C/8T Xeon D-2123T, 1U Rackmountable, 10G

$449.99



Supermicro 505-2   Server picture

Supermicro 505-2 Server

$280.00



VeloCloud Edge 840 Supermicro 505-2 Intel Xeon D1518 240GB SSD32GB RAM Server picture

VeloCloud Edge 840 Supermicro 505-2 Intel Xeon D1518 240GB SSD32GB RAM Server

$395.00