partition problems!


 
Thread Tools Search this Thread
Operating Systems Linux partition problems!
# 8  
Old 04-27-2004
huh? lol i did all that and when i try to mount hdb2 it says it can't find it...lol. I don't know why though. It said it was created and everything else, i don't know whats up with it. Thanks for all your help though, do you have any sudgestion? lol it's exam time and i'm so so busy with things i don't have alot of time to read manuals to figure it all out...lol sorry.
# 9  
Old 04-28-2004
Can you post your mount command and the exact error?
# 10  
Old 04-28-2004
omg haha i'm so so stuipd i'm sorry ...lol it was my fault, i was specifying hdb1 instead of hdb2, exams make me crazy...lol. I wondered though, I'm not the best with fdisk, how would i use the rest of my hd on a partition? i made a new one but i can't make it for the whole hard drive.
# 11  
Old 04-29-2004
You can use fdisk to create a parition the size of you entire disk if that is what you want to do. Infact, it is the default if you create a new parition. If you just hit enter the new partition will be from the end of the previous one until the end of the disk. If you don't have a previous one, it is the entire disk.

If you have 4 paritions, you will have to create an extended partition. This can't directly be used. You have to create a logical parition on top of it. Kind of hard to explain without drawing pictures, but I am sure you can find plenty of explanations on the web and it will eventually make sense.
# 12  
Old 04-29-2004
believe it or not i get what you mean .... lol haha great thanks, i've got only one more question for this topic! lol can you believe it! If i have two partitions and i delete partition one can i edit the second one to take up the space of the first one? or would it just be all lost? I really appreacate all the help, i've never been a wiz with partitions...lol i always messed them up somehow.
# 13  
Old 04-29-2004
You can only do that 2 ways:

1. Use LVM. In this case you still have to partitions but you can add them to one volume group and create 1 logical volume from it.

2. Backup everything on partition 2. Blow away partition 1 and 2. Create a new partition using all the space. Restore the data from partition 2.

If you go into fdisk you will see there is no way to expand partition 2. You can create a new partition with the space from partition 1.

Just for added info. Lets say you have partition 1-3 and have extra space at the end of the disk. If you delete partition 1 you cannot create a larger partition using the space from partition 1 and the space at the end of the disk. The space must be sequential to create a partition in fdisk.
# 14  
Old 04-29-2004
shit haha thats what i though! boo oh well haha i'll ahve to wait cuas ei've got nothing to back it all up on but thanks! lol i'll do that when i get my new computer! Thanks for the extra info to man kida straightens things out for me haha.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Debian

Problems with cryptsetup keyfile encrypted root partition under Debian 9, i386

Hello, i'm trying to set up a machine with an encrypted filesystem. It's a Debian 9/i386. The partition table on /dev/sda 1. 1 MiB BIOS BOOT (04) N/A N/A 2. 256 MiB Linux (83) ext4 /boot 3. 2304 MiB Linux (83) ext4 / 4. 1 MiB MINIX (81) N/A N/A 5. 510 MiB Linux... (7 Replies)
Discussion started by: tyuxar
7 Replies

2. Red Hat

Shrink LVM partition & create new Linux Primary partition

Hello All, I have a Red Hat Linux 5.9 Server installed with one hard disk & 2 Partitions created on it as follows, /boot - Linux Partition & another is LVM - One VG & under that 5-6 Logical volumes(var,opt,home etc). Here my requirement is to take out 1GB of space from LVM ( Any logical... (5 Replies)
Discussion started by: gr8_usk
5 Replies

3. Filesystems, Disks and Memory

Ask concept soft partition vs hard partition

Hi Experts I would like to know different between soft partition concept and hard partition concept on solaris. Here is little explanation between soft partition concept and hard partition concept on solaris. Soft Partition: 1TB total space available in storage in all mapped to the OS to... (2 Replies)
Discussion started by: edydsuranta
2 Replies

4. Solaris

Partition overlaps another partition while creating new parition in solaris

hi all while formatting hard disk i am getting following error. Partition 1 ends at 266338338 It must be between 34 and 143374704. label error: EFI Labels do not support overlapping partitions Partition 8 overlaps partition 1. Warning: error writing EFI. Label failed. I have formatted the... (2 Replies)
Discussion started by: nikhil kasar
2 Replies

5. Shell Programming and Scripting

rsync from partition to partition fastest

Gentleman, Please move if I have chose the incorrect forum section. I am trying to move data that is not backed up from partition 1 to partition 2 on a SAN that has a GFS2 filesystem. Since the data is not backed up I am rsyncing this data and once verified I will delete from the source... (6 Replies)
Discussion started by: jaysunn
6 Replies

6. Solaris

Solaris 10: Problems booting off mirror drive -- Error 22: No such partition

Solaris 10 5/08 on Ultra 40 M2 It boots fine off primary disk but having issues booting off the mirror disk. I get this error when booting off mirror disk: Booting 'Solaris 10 ... Mirror disk' root (hd1,0,a) Error 22: No such partition Press any key to continue... Any... (7 Replies)
Discussion started by: etc
7 Replies

7. UNIX for Dummies Questions & Answers

I've created a partition with GNU Parted, how do I mount the partition?

I've created a partition with GNU Parted, how do I mount the partition? The manual information at http://www.gnu.org/software/parted/manual/parted.html is good, but I am sure about how I mount the partition afterwards. Thanks, --Todd (1 Reply)
Discussion started by: jtp51
1 Replies

8. UNIX for Dummies Questions & Answers

understanding logical partition, physical partition

hi, 1) is logical partition the same as physical partition except that one is physical and the other is logical? 2) then it must a one to one ratio? (3 Replies)
Discussion started by: yls177
3 Replies

9. UNIX for Advanced & Expert Users

'make' problems (compliation problems?)

I'm trying to compile and install both most recent version of 'make' and the most recent version of 'openssh' on my Sparc20. I've run into the following problems... and I don't know what they mean. Can someone please help me resolve these issues? I'm using the 'make' version that was... (5 Replies)
Discussion started by: xyyz
5 Replies

10. UNIX for Dummies Questions & Answers

Partition Problems

I just finished installing Solaris 5.8 and I tried to install StarOffice, it said I was out of room. Now I have a 3 gig HD and I THOUGHT that I gave 512 to swap and kept the rest for storage room. How do I check how much room I have, how would I if I figured out I don't have enough room add... (5 Replies)
Discussion started by: veitcha
5 Replies
Login or Register to Ask a Question