Results 1 to 6 of 6

Thread: Delete Harddrive

  1. #1
    Join Date
    Apr 2014
    Beans
    19

    Delete Harddrive

    Way back in the day, when MS DOS was the thing, the command line to delete the entire harddrive was del *.* Is there a similar line to use to delete the entire harddrive in linux?

  2. #2
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Delete Harddrive

    There is an equivalent command, although rm is considerable more powerful that the del command. But in what circumstance would you want to delete the contents of a drive with this command?
    You think that's air you're breathing now?

  3. #3
    Join Date
    Sep 2013
    Location
    Newcastle NE (England)
    Beans
    198
    Distro
    Ubuntu 17.04 Zesty Zapus

    Re: Delete Harddrive

    You could also use the way as described in this link
    The mind is the greatest weapon only the strong will prosper.

  4. #4
    Join Date
    Apr 2014
    Beans
    19

    Re: Delete Harddrive

    I was wondering in case I wanted to wipe it clean to install the new Ubuntu.

  5. #5
    Join Date
    Dec 2006
    Beans
    7,349

    Re: Delete Harddrive

    Quote Originally Posted by jonathan71381 View Post
    I was wondering in case I wanted to wipe it clean to install the new Ubuntu.
    If you wish to perform a clean install, thus removing all information already on your drive, you will not have to manually wipe the drive beforehand. The installation process will take care of this for you...
    You think that's air you're breathing now?

  6. #6
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Delete Harddrive

    the command line to delete the entire harddrive was del *.* I
    That doesn't delete an entire "drive"; instead, what it does is remove files and folders.

    Linux DOES have a command to wipe an entire drive -- but you don't need to use that just to do a clean install.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

Tags for this Thread

Bookmarks

Posting Permissions

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