Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I just installed Linux Mint on a Windows 8.1 Sony Vaio. I wanted to get rid of windows completely. Now it shows I only have 7.5 gigs left when before it was a terabyte. Am I looking at it wrong? This is not enough space to install much of anything
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679
Rep:
You don't give much information at all, but a moderately educated guess is that you didn't choose to "use entire disk" but, instead, chose to "install alongside" or something like "automatic".
If you really want to wipe out your Windows 8 install and all of the data associated with it you should find the installer option to " use entire disk".
harry@biker:~
$ sudo fdisk -l
[sudo] password for harry:
Disk /dev/sda: 320 GB, 320070320640 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 1020 8193118 83 Linux
Warning: Partition 1 does not end on cylinder boundary.
/dev/sda2 1020 9944 71682030 83 Linux
Warning: Partition 2 does not end on cylinder boundary.
/dev/sda3 9944 10454 4096575 82 Linux swap
Warning: Partition 3 does not end on cylinder boundary.
/dev/sda4 10454 38914 228604950 5 Extended
Warning: Partition 4 does not end on cylinder boundary.
/dev/sda6 10454 23202 102398310 83 Linux
Warning: Partition 6 does not end on cylinder boundary.
/dev/sda5 23202 38914 126206640 83 Linux
Warning: Partition 5 does not end on cylinder boundary.
harry@biker:~
$
post back a readout like I did so members can see what ya got.
I'm guessing that the install process partitioned your hard drive into several sections. It may have left the Windows partition alone, therefore if you wish to get rid of that, you'll need to do that manually. There also may be other partitions which aren't part of the root file system. The root file system may be small enough to show 7.5 gigs left, and that's perfectly reasonable, and then a partition like /home where the user files would be may be much larger.
The df command can help you somewhat with this:
Code:
$ sudo df -h
is one way to see a report on all the partitions in your system. From there you can consider a partition manager/editor, such as gparted.
I did select use entire disk. It warned me that 5 petitions would be lost. I selected install. It did not give this when I installed on my son's computer. It also went much faster on his. Took about 20 minutes where as mine took 2 hours. I am very new to linux, but Windows updates were killing my 5 computers
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,679
Rep:
Quote:
Originally Posted by Ashen2Oran
I did select use entire disk. It warned me that 5 petitions would be lost. I selected install. It did not give this when I installed on my son's computer. It also went much faster on his. Took about 20 minutes where as mine took 2 hours. I am very new to linux, but Windows updates were killing my 5 computers
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.