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.
This is my first day working with Linux, and my distro is Ubuntu (Drake). Because I am an Ultranewb I have no idea where things are.
I want to create a new partition via Parted so that I can make a system backup for my other HD, but can't figure out where Parted is nor how to open its GUI.
From the terminal, what can I do to find and open it?
This is my first day working with Linux, and my distro is Ubuntu (Drake). Because I am an Ultranewb I have no idea where things are.
I want to create a new partition via Parted so that I can make a system backup for my other HD, but can't figure out where Parted is nor how to open its GUI.
From the terminal, what can I do to find and open it?
Many, many thanks.
if you haven't already done this, try this in the terminal.
Code:
apt-get install gparted
gparted is a graphical frontend to parted. You can then run via a menu entry (don't remember where it is) or simply typing sudo gparted in the terminal.
Okay, now I've got it running, but I can't figure out how to get it to resize the main ext3 partition, the resize button is faded out. I would like to just get a large area of unallocated space. Suggestions?
I've read that using a live CD version will resolve this problem, and I have obtained a disc, but I don't know how to boot it from that disc.
Last edited by RevenantSeraph; 01-05-2007 at 08:02 PM.
Have you tried ???. What happened ???.
Hopefully you have the CD drive before the hard drive(s) in the boot list in the BIOS. Some machines (my Dell f'instance) require you to hit a key during boot to get a boot device menu. Watch the screen during boot.
Have you tried ???. What happened ???.
Hopefully you have the CD drive before the hard drive(s) in the boot list in the BIOS. Some machines (my Dell f'instance) require you to hit a key during boot to get a boot device menu. Watch the screen during boot.
I've been trying to find what to load from the liveCD. The best I can do is look at the files sitting there politely, since I don't know which one will take me to the GUI. If you can, please tell me what to put into the terminal command line or what to do from the window with the files in it.
To clarify, what happened was that I was trying to partition the drive that the OS was currently running off of. Thus it told me I couldn't partition it. Using the LiveCD allows you to not be dependent on that drive, so you can partition any part of your computer freely.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.