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
  •  


LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module picture

LOT OF 20 Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module

$95.00



New Precision DWDM SFP+ 10G 80km Tunable Transceiver 50GHz C-Temp DWDM-SFP10G-C picture

New Precision DWDM SFP+ 10G 80km Tunable Transceiver 50GHz C-Temp DWDM-SFP10G-C

$90.00



New Cisco SFP-10G-LRM 10G SFP+ LRM 1310nm 220m SMF/MMF LC Module picture

New Cisco SFP-10G-LRM 10G SFP+ LRM 1310nm 220m SMF/MMF LC Module

$34.99



For Cisco SFP-10G-T, Ubiquiti UF-RJ45-10G Transceiver, SFP+ to RJ45 10GBase-T picture

For Cisco SFP-10G-T, Ubiquiti UF-RJ45-10G Transceiver, SFP+ to RJ45 10GBase-T

$49.99



🔥🔥🔥 CISCO SFP-10G-SR V03 10-2415-03 850nm 10GBASE-SR SFP+ Multi Module 🔥🔥🔥 picture

🔥🔥🔥 CISCO SFP-10G-SR V03 10-2415-03 850nm 10GBASE-SR SFP+ Multi Module 🔥🔥🔥

$6.80



GENUINE Cisco SFP-10G-SR V03 SFP+ GBIC Transceiver Module 10-2415-03 picture

GENUINE Cisco SFP-10G-SR V03 SFP+ GBIC Transceiver Module 10-2415-03

$6.80



SFP-H10GB-CU3M Cisco 10GB SFP+ Twinax Copper 3M Passive Cable  picture

SFP-H10GB-CU3M Cisco 10GB SFP+ Twinax Copper 3M Passive Cable

$7.99



Genuine Cisco ‎SFP-10G-SR Transceiver Module (10-2415-03) picture

Genuine Cisco ‎SFP-10G-SR Transceiver Module (10-2415-03)

$5.85



New Cisco GLC-TE 1G SFP Copper RJ45 100m 1000BASE-T Transceiver Module picture

New Cisco GLC-TE 1G SFP Copper RJ45 100m 1000BASE-T Transceiver Module

$23.50



New HP HPE Aruba J4858D 1G SFP LC SX 850nm  500m MMF XCVR Transceiver Module picture

New HP HPE Aruba J4858D 1G SFP LC SX 850nm 500m MMF XCVR Transceiver Module

$29.99