- Posts: 20
- Thank you received: 0
Resized partition problem.
17 years 2 months ago #23159
by hash29
--
Best regards
Piotr Madera
registered Linux user #357427
Replied by hash29 on topic Re: Resized partition problem.
You should change bootloader configuration after that because if you deleted some partition you changed partition table. For example:
You have one disk hd0
Partition table looks like:
/dev/hda1 win xp
/dev/hda3 vista
/dev/hda5 linux
After change you have
/dev/hda1 vista
/dev/hda3 linux
You have one disk hd0
Partition table looks like:
/dev/hda1 win xp
/dev/hda3 vista
/dev/hda5 linux
After change you have
/dev/hda1 vista
/dev/hda3 linux
--
Best regards
Piotr Madera
registered Linux user #357427
- skepticals
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 783
- Thank you received: 0
17 years 2 months ago #23167
by skepticals
Replied by skepticals on topic Re: Resized partition problem.
How exactly would you do so?
17 years 2 months ago #23181
by hash29
--
Best regards
Piotr Madera
registered Linux user #357427
Replied by hash29 on topic Re: Resized partition problem.
First, you have to know disk name. Just run df -k under ubuntu, then run cfdisk /dev/xxxx where xxxx is name of your disk. In this tool there is list of your partition, note name of partition with FS type <> Linux ext3 or raiserfs, and list this partition in post.
If you are using lilo you have to change partioion name in /etc/lilo.conf, if you are using grub the best way for you is use wizard, grubconfig or something like that, I don't use grub, but if you type grub and push TAB key you get possible commands.
If you are using lilo you have to change partioion name in /etc/lilo.conf, if you are using grub the best way for you is use wizard, grubconfig or something like that, I don't use grub, but if you type grub and push TAB key you get possible commands.
--
Best regards
Piotr Madera
registered Linux user #357427
- skepticals
- Topic Author
- Offline
- Elite Member
Less
More
- Posts: 783
- Thank you received: 0
17 years 2 months ago #23185
by skepticals
Replied by skepticals on topic Re: Resized partition problem.
Thank you for the information.
Time to create page: 0.123 seconds