Results 1 to 3 of 3

Thread: how best to remove MS Windows?

  1. #1
    Join Date
    Oct 2017
    Beans
    93

    how best to remove MS Windows?

    Updating Windows (10-64) has screwed my dual boot setup once too often, so having escaped from the latest incarnation of the the problems, I'm looking to wipe MS Windows completely...

    What's the best way for doing this? Ideally, I'd like the disk space used by Windows to be assimilated into the disk space I have available in ~:

    $ df -h ~
    Filesystem Size Used Avail Use% Mounted on
    /dev/nvme0n1p6 67G 58G 5.8G 91% /

    Any recommendations?

    $ cat /etc/lsb-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=18.04
    DISTRIB_CODENAME=bionic
    DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS"

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: how best to remove MS Windows?

    If you want to wipe all Windows files, delete the partitions where those are located.

    There isn't an easy answer for how to make use of that space going forward. It depends on where things are in the storage layout which makes the most sense and if you use simple partitions, LVM, ZFS, BRTFS, and/or any encryption.

    Personally, I wouldn't allow / to be larger than 25G and I'd use LVM. I've posted my "ideal" setup in these forums a few times. But if you are really new to Linux, some of this stuff is dangerous.

    Before changing any partitions in any way, always, always, always have know-you-can-restore backups. It is very easy to completely wipe an OS while modifying partitions. People show up here every week after they'd done that, accidentally. Backups. Backups, backups.

  3. #3
    Join Date
    Jul 2013
    Beans
    18

    Re: how best to remove MS Windows?

    A partition editor will allow you reclaim the Windows space and format that space to a Linux filesystem such ext4 or BTRFS and to set up a good partitioning scheme. You could use that new space as a /data partition or extend your /home with a /home/multimedia, or something else that you might think of. Then just make sure your new partition(s) show up in /etc/fstab, and press on with Linux happiness.

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
  •