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.
After causing big problems installing Ubuntu on my laptop last night, I decided to begin using linux on my desktop instead, dual booting with XP. I split my 200gb hard drive for the two OS's and they both boot fine.
I am a bit confused about the file system Ubuntu uses (Using version 9.04) I was prompted to install security updates, 95mb worth...ok, fine. When I run update manager, and tell it to install updates, it gives me a error:
Not enough free disk space
The upgrade needs a total of 348M free space on disk '/'. Please free at least an additional 348M of disk space on '/'. Empty your trash and remove temporary packages of former installations using 'sudo apt-get clean'.
I also get this error when trying to copy items to my desktop. I can copy files to the hard drive itself via Places - Computer. How would I go about pointing the updater, and the desktop, to use the hard drive space available, 60+gbs? And what exactly is this / drive that it is attempting to use?
Thanks for any help, this is my first time attempting to use ubuntu so please bear with me and my newb questions...
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,572
Rep:
Quote:
I split my 200gb hard drive for the two OS's and they both boot fine.
When you "split" the hard drive, how much space did you allot toward the partition (or, as you've termed it, the "split") that you installed Ubuntu onto? Perhaps the size of the partition you created for Ubuntu simply wasn't big enough.
The / directory is the root directory. All other directories follow from this root directory (including media drives such as usb sticks, or cdrom drives, which are usually mounted in /media or /mnt directories.)
Enter the command "df" in your terminal (or console) and see what it says. This will tell you how much space is being used, and is available, for your Linux partition. If your Windows partition (aka drive) is also mounted, then this command will also tell you how much space is being used, and is available, for your Windows partition (I'm guessing that most of the "60+gbs" you refer to is in the Windows partition).
Assuming this is the case, you could increase your Linux partition with tool called GParted, available for install with Synaptic (or, on the command line, "sudo apt-get install gparted"). You could temporarily remove a large application like OpenOffice.org to make room for GParted (and then reinstall OpenOffice.org later). Or you could get the GParted LiveCD from http://gparted.sourceforge.net via your Windows computer, and then use this to resize the partition.
Last edited by mark_alfred; 06-21-2009 at 02:20 PM.
Reason: I had an additional thought
Ok, I got gparted. I see what the problem is now. The root is a 2.33 gb partition, and the partition I thought would be the linux root was not formatted at all. The NTSF partition is 90gb, which is the one I was seeing in the computer browser. I guess I just misinterpreted the linux partition screen. I am now resizing and moving the partitions to grow the Linux root partition.
Thanks for the help.
Last edited by Opensource240; 06-21-2009 at 03:36 PM.
Reason: elaboration
I have the same problem - but with a netbook. I have found the 2.33 Gb Ubuntu partition (plus the swap partition). I have downloaded GParted. In Windows I have reduced the size of the XP primary partition that holds data. The unallocated space is sitting next to the extended partition that holds linux.
However I don't know how to extend the linux partition. The GParted help file tells me to highlight the partition and click on resize - but the resize button is greyed out.
I have 65MB spare in the Ubuntu partition, 165MB of updates waiting to be loaded, and 50GB of unallocated space. Can anyone help me synthesising these elements. Thanks in advance.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.