LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   removing windows partition (https://www.linuxquestions.org/questions/linux-newbie-8/removing-windows-partition-4175603035/)

mikeh9 04-02-2017 09:42 AM

removing windows partition
 
Hi at the moment I have a Linux ment 18.1 and also windows 10 partition. since I installed it just over a week ago I cannot now enter windows.
only linux which I find excellent so much so that I thought I'd get rid of windows and have linux mint as the sole O/S on my system.
Hope you can help many thanks.

jsbjsb001 04-02-2017 09:51 AM

Quote:

Originally Posted by mikeh9 (Post 5691617)
Hi at the moment I have a Linux ment 18.1 and also windows 10 partition. since I installed it just over a week ago I cannot now enter windows.
only linux which I find excellent so much so that I thought I'd get rid of windows and have linux mint as the sole O/S on my system.
Hope you can help many thanks.

You might wanna have a look at: https://community.linuxmint.com/soft...rtitionmanager

I don't use Linux Mint (I assume that's what you mean) myself so I don't know if it's installed by default. The only problem would be that you would then be left with unallocated space (that your Windows partition used to take up). You may be able to resize your Linux partition(s), but I don't know if you can do with partitionmanager for Linux Mint? As I've never resized a Linux partition before, but I know you can resize a Windows one, so I assume you can do the same with a Linux partition (but once again I've never done it before myself).

hydrurga 04-02-2017 10:21 AM

If you want to expand your Mint partition, then the best bet is to create a GParted Live media (USB stick or CD/DVD) and boot from that to do it - you will be unable to do anything with the system partition while you're running Mint itself.

I would recommend first of all that you paste the output from sudo parted -l (small 'ell') here so that we can see the current partition setup.

JeremyBoden 04-02-2017 10:21 AM

partitionmanager is a KDE program, use gparted if you are using Cinnamon or some other Gnome based desktop.

Rickkkk 04-02-2017 10:23 AM

Quote:

Originally Posted by mikeh9 (Post 5691617)
Hi at the moment I have a Linux ment 18.1 and also windows 10 partition. since I installed it just over a week ago I cannot now enter windows.
only linux which I find excellent so much so that I thought I'd get rid of windows and have linux mint as the sole O/S on my system.
Hope you can help many thanks.

Hi mikeh9,

If you're still interested in recovering your Windows 10 install, it's probably just a simple matter of fixing up the bootloader - worst case, the BootRepair utility is a pretty good tool.

If you really want to remove your Windows installation / partition(s) completely, you can definitely do that as well, using GParted (you can use a live ISO). As mentioned by jsbjsb001, this will leave you with free space. I can confirm that you can then resize your linux partition to take advantage of the free space. You will then need to grow your ext4 file system to fill the resized partition.

Let us know how it goes :-)

hydrurga 04-02-2017 10:26 AM

Quote:

Originally Posted by jsbjsb001 (Post 5691620)
You might wanna have a look at: https://community.linuxmint.com/soft...rtitionmanager

I don't use Linux Mint (I assume that's what you mean) myself so I don't know if it's installed by default. The only problem would be that you would then be left with unallocated space (that your Windows partition used to take up). You may be able to resize your Linux partition(s), but I don't know if you can do with partitionmanager for Linux Mint? As I've never resized a Linux partition before, but I know you can resize a Windows one, so I assume you can do the same with a Linux partition (but once again I've never done it before myself).

Look at all the negative comments on the page you linked to, jsbjsb001. You shouldn't really be recommending software like that, especially to a newbie. Parted (the command line version) and GParted (the GUI version) are the standard partitioning applications.

In addition, JeremyBoden is correct - I don't have partitionmanager installed as default on my Mint 18.1 MATE system.

trumpforprez 04-02-2017 11:03 AM

Quote:

Originally Posted by mikeh9 (Post 5691617)
Hi at the moment I have a Linux ment 18.1 and also windows 10 partition. since I installed it just over a week ago I cannot now enter windows.
only linux which I find excellent so much so that I thought I'd get rid of windows and have linux mint as the sole O/S on my system.
Hope you can help many thanks.

What I did was keep my old Win7 OS. This way I can still use my old printer (which I originally installed on Win7). I avoid having to install the printer software onto Linux and meeting possible driver issues.

Also, I can still play Windows-compliant PC games without needing to install 'Wine' on Linux.

Of course, I always remember to rip out the ethernet from the router so Windows is only used on offline mode.

I also used a live usb to access the hard drive and reduced the Win7 partition to its smallest size given the amount of files already on there. I used gparted which is easy to use. This left more hard drive space for my Linux OS.

You need to find out why Linux Mint can't see your Win10 partition. As hydrurga mentioned, you can look at the output of 'sudo parted -l'.

jsbjsb001 04-02-2017 11:05 AM

Quote:

Originally Posted by hydrurga (Post 5691634)
Look at all the negative comments on the page you linked to, jsbjsb001. You shouldn't really be recommending software like that, especially to a newbie. Parted (the command line version) and GParted (the GUI version) are the standard partitioning applications.

In addition, JeremyBoden is correct - I don't have partitionmanager installed as default on my Mint 18.1 MATE system.

Sorry, I didn't read the comments, I guess I should have though, my bad (and should have said Gparted booted from USB/CD/DVD). As I also forgot about not being able to do anything with a mounted partition (resize it, etc).

Thanks for correcting me though. My bad. :(

JeremyBoden 04-02-2017 11:11 AM

Linux Mint probably can't read your Windows 10 partition because you don't have the ntfs-3g package installed.
Mint will still see a partition (of unknown type) though.

hydrurga 04-02-2017 11:49 AM

Quote:

Originally Posted by JeremyBoden (Post 5691649)
Linux Mint probably can't read your Windows 10 partition because you don't have the ntfs-3g package installed.
Mint will still see a partition (of unknown type) though.

ntfs-3g is one of the standard packages installed in Linux Mint.

My reading of it is that the OP is unable to boot up into the Windows partition, not that they can't access the Windows partition through Mint (although the latter could well be the case if Windows hasn't been shut down properly). I may be wrong though.

hydrurga 04-02-2017 11:52 AM

Quote:

Originally Posted by jsbjsb001 (Post 5691645)
Sorry, I didn't read the comments, I guess I should have though, my bad (and should have said Gparted booted from USB/CD/DVD). As I also forgot about not being able to do anything with a mounted partition (resize it, etc).

Thanks for correcting me though. My bad. :(

My apologies in return for having phrased my comment in a way which meant you felt bad about it to the extent of posting a sad face! :(

And here's me just wanting to generate a world of :) :) :) 's.

BW-userx 04-02-2017 02:35 PM

update-grub has that been ran yet to pick up windows?

mikeh9 04-02-2017 03:00 PM

removing windows partition
 
hi all down loaded gparted this is what I saw.
this is not as easy as I thought.
/home/michael/Desktop/my .png

hydrurga 04-02-2017 03:03 PM

Quote:

Originally Posted by mikeh9 (Post 5691737)
hi all down loaded gparted this is what I saw.
this is not as easy as I thought.
/home/michael/Desktop/my .png

That's not a correct link to your image, Michael.

Cutting and pasting the output from sudo parted -l, as suggested earlier, would be much easier.

BW-userx 04-02-2017 03:04 PM

Quote:

Originally Posted by mikeh9 (Post 5691737)
hi all down loaded gparted this is what I saw.
this is not as easy as I thought.
/home/michael/Desktop/my .png

internet doesn't work like that. you got a upload that photo yo! :D try it again Sam.


All times are GMT -5. The time now is 10:00 PM.