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
  •  


Lenovo ThinkPad L14 Gen 1 Core i5-10310U 1.7GHz 16GB 512GB 14

Lenovo ThinkPad L14 Gen 1 Core i5-10310U 1.7GHz 16GB 512GB 14" W11P Laptop

$197.10



Lenovo Thinkpad E15 Gen 2 8GB RAM 256GB SSD Intel Core i5-1135G7@2.40GHz Laptop picture

Lenovo Thinkpad E15 Gen 2 8GB RAM 256GB SSD Intel Core [email protected] Laptop

$220.36



Lenovo ThinkPad T14 Gen 2 i5-1145G7 16GB 512GB SSD Touch Win11 Pro picture

Lenovo ThinkPad T14 Gen 2 i5-1145G7 16GB 512GB SSD Touch Win11 Pro

$289.99



Lenovo ThinkPad T490s 14

Lenovo ThinkPad T490s 14" FHD i5-8365U 16GB RAM 256GB SSD Windows 11 Pro Laptop

$229.00



LENOVO THINKPAD T14s GEN 2a Ryzen 7 PRO 5850U 1.9GHz 16GB 256GB TOUCH - NO OS picture

LENOVO THINKPAD T14s GEN 2a Ryzen 7 PRO 5850U 1.9GHz 16GB 256GB TOUCH - NO OS

$299.95



Lenovo ThinkPad T14s Gen 2 14

Lenovo ThinkPad T14s Gen 2 14" 32GB, Thunder Black

$318.83



Lenovo - Idea Tab Plus - 12.1

Lenovo - Idea Tab Plus - 12.1" 2.5K Tablet - 8GB RAM - 128GB UFS - Luna Grey

$209.99



Lenovo ThinkPad T14 Gen 1 Core i5  1.70GHz, 16GB RAM , 256GB SSD picture

Lenovo ThinkPad T14 Gen 1 Core i5 1.70GHz, 16GB RAM , 256GB SSD

$259.99



Lenovo Lenovo ThinkPad X13 Yoga Gen 2 i7-1185G7 32GB RAM 512GB NVMe SSD picture

Lenovo Lenovo ThinkPad X13 Yoga Gen 2 i7-1185G7 32GB RAM 512GB NVMe SSD

$449.00



LENOVO 83A100PBUS Lenovo V15 G4 IRU 15.6

LENOVO 83A100PBUS Lenovo V15 G4 IRU 15.6" FHD i3-1315U 1.2GHz Intel UHD Graphics

$346.00