Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-16-2004, 02:07 AM
|
#1
|
|
Member
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190
Rep:
|
Anyone know of a live distro that has the GNU parted tool?
I don't have a floppy drive, and I need to resize my root ext2 partition. If anyone knows of a live distro that includes the GNU parted utility, I'd appreciate it. So far I've tried Knoppix and Knoppix STD, but neither have this tool.
I'm suprised they'd leave this <1MB program out, when AFAIK fdisk is the closest thing, and this can't resize partitions.
If all else fails I guess I'll have to create my own live CD, is this gonna be a difficult task?
|
|
|
|
04-16-2004, 02:19 AM
|
#2
|
|
Member
Registered: Mar 2004
Location: Jinhua, People's Republic of China
Distribution: MDK, RH, KNPX
Posts: 161
Rep:
|
You might think about installing parted on your system? You can download it and install it, then no need for a live distro..
Just a thought.
|
|
|
|
04-16-2004, 02:22 AM
|
#3
|
|
Member
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190
Original Poster
Rep:
|
Unfortunately the root partition can't be mounted while resizing. The only other option I can think of is installing another distro onto another partition, and booting off of that to resize my current root. That seems a little too much work, though.
|
|
|
|
04-16-2004, 02:24 AM
|
#4
|
|
Member
Registered: Mar 2004
Location: Jinhua, People's Republic of China
Distribution: MDK, RH, KNPX
Posts: 161
Rep:
|
You can install an app into Knoppix while it is running. I have seen the howto on the community site for Knoppix. Can't recall the details, but I will look...
|
|
|
|
04-16-2004, 02:25 AM
|
#5
|
|
Member
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190
Original Poster
Rep:
|
I got to thinking, and what about if I boot into knoppix and copy parted into the knoppix root and run it?
Edit: Oops, posted a little late.
Last edited by sharpie; 04-16-2004 at 02:27 AM.
|
|
|
|
04-16-2004, 02:27 AM
|
#6
|
|
Member
Registered: Mar 2004
Location: Jinhua, People's Republic of China
Distribution: MDK, RH, KNPX
Posts: 161
Rep:
|
I remember now. Knoppix has qtparted. works like a champ!
|
|
|
|
04-16-2004, 02:54 AM
|
#7
|
|
Member
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190
Original Poster
Rep:
|
I tried installing parted anyway, just for the heck of it as I was curious if it would work under knoppix. It said I needed libuuid, I couldn't be bothered getting that so i tried qtparted.
QTParted won't let me move the ext2 partition. I need to move it in order to resize it without overwriting other partitions, but for some reason it's greyed out. There are other partitions bigger than the root, so that's not the problem. Also I've tried deleting my swap partition twice, and it just won't delete it.
I might get libuuid and try installing parted again. Either that or copy my root partition to another partition, boot from that, and then run parted from there. Both of these options shouldn't be difficult, I'll let you know how it goes.
|
|
|
|
04-16-2004, 02:56 AM
|
#8
|
|
Member
Registered: Mar 2004
Location: Jinhua, People's Republic of China
Distribution: MDK, RH, KNPX
Posts: 161
Rep:
|
Good luck. I wish I knew more about you specific situation. Let me know how it goes.
|
|
|
|
04-16-2004, 05:12 PM
|
#9
|
|
Member
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190
Original Poster
Rep:
|
I've tried installing the program under knoppix but the root filesystem is read only. I've searched and searched but I can't find out how to install programs under knoppix while running from the CD ROM. Does anyone know how?
|
|
|
|
04-17-2004, 05:26 AM
|
#10
|
|
Member
Registered: Jan 2004
Location: Australia
Distribution: Debian
Posts: 168
Rep:
|
Quote:
Originally posted by sharpie
QTParted won't let me move the ext2 partition. I need to move it in order to resize it without overwriting other partitions, but for some reason it's greyed out. There are other partitions bigger than the root, so that's not the problem. Also I've tried deleting my swap partition twice, and it just won't delete it.
|
did you
umount /mnt/hd*
?
Edit : Knoppix also uses any available swap partitions by default, so you'll have to unmount that as well.
Last edited by urzumph; 04-17-2004 at 05:29 AM.
|
|
|
|
04-18-2004, 12:24 AM
|
#11
|
|
Member
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190
Original Poster
Rep:
|
Quote:
Originally posted by urzumph
did you
umount /mnt/hd*
?
Edit : Knoppix also uses any available swap partitions by default, so you'll have to unmount that as well.
|
I did umount /mnt/hd*, and then did mount to make sure it was unmounted, weird...
I'll try umounting the swap partition and then delete.
|
|
|
|
04-21-2004, 04:53 AM
|
#12
|
|
Member
Registered: Jan 2004
Location: California
Distribution: Slackware 10.1
Posts: 190
Original Poster
Rep:
|
I remember the swap was unmounted when I tried deleting, tried it again just in case but no luck.
I ended up just using partition magic, I don't know whether it was due to knoppix but QTparted just wouldn't work for me. It's times like this I wish I had a floppy drive.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
cciss and gnu parted
|
jimieee |
Linux - Hardware |
0 |
10-27-2003 11:47 AM |
|
gnu parted
|
hyphenage |
Linux - Software |
3 |
08-17-2003 04:41 PM |
|
Partitioning: GNU Parted
|
Gerardoj |
Linux - General |
1 |
06-01-2003 01:50 AM |
|
GNU parted
|
nakkaya |
Linux - Software |
4 |
03-10-2003 02:17 PM |
|
GNU parted
|
nic_d |
Linux - Software |
1 |
06-28-2002 04:38 PM |
All times are GMT -5. The time now is 12:07 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|