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.
Before the SUSU 9.0 Install I had 2 hard drives with one partition each:
HD1 -- 20 Gig -- Boot Disk -- Windows XP (>5 Gig Free space)
HD2 -- 10 Gig -- Non Boot -- Data (~2-3 Gig Free)
I loaded SUSE and it must have auto-partitioned HD2 (I don't remember being asked any partitioning questions).
Everything loaded ok and I am able to dual boot XP and Linux but I can't get at the 7-8 gig of hard HD2. It looks like Linux loaded on the free 2-3 Gig on HD2, but again it doesn't list any other partitons for HD2. Here is a printout of fdisk for /dev/had and /dev/hdb...
linux:~ # fdisk /dev/hda
The number of cylinders for this disk is set to 2482.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/hda: 20.4 GB, 20416757760 bytes
255 heads, 63 sectors/track, 2482 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2481 19928601 7 HPFS/NTFS
linux:~ # fdisk /dev/hdb
The number of cylinders for this disk is set to 1216.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): p
Disk /dev/hdb: 10.0 GB, 10005037056 bytes
255 heads, 63 sectors/track, 1216 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 48 385528+ 82 Linux swap
/dev/hdb2 * 49 256 1670760 83 Linux
I have never used SuSE, but I would imagine it's a lot like Mandrake. In Mandrake there is a gui partitioning tool, which allows you to resize partitions. Since it's cylinders 256-1216 that are not used, you can resize hdb2 (which ends at 256) to take in the rest of the drive space. I've created partition tables with fdisk during my gentoo installation, but I've never resized existing partitions with it, and I'm not too sure how to do it. Since I don't have fdisk on my current system, try looking at the help option (m). The option for creating a new partition is n, but there must a resize option, too.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.