Results 1 to 10 of 14
Hi, I am installing fedora 14 on a windows xp machine. Then a message box pop out:
Code:
sda1(ntfs,0MB)
Shrink partition to size (in MB): 18046
I tried to increase ...
- 03-03-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 22
[SOLVED] Shrink current system
Hi, I am installing fedora 14 on a windows xp machine. Then a message box pop out:
I tried to increase sda1's size but failed. It always is 0 and can not changed even slide the scrool bar.Code:sda1(ntfs,0MB) Shrink partition to size (in MB): 18046
The shrink partion size can be changed but I don't know what is the best size.
I haven't shrink it because I worry that the data will be lost.
Thanks for help.
- 03-03-2011 #2
Hi there,
Before you go any further, please tell us what you are using for resizing the partitions. Does your machine meet the system requirements? Make sure you boot into Windows safe mode and check disk, defrag, back up, back up, back up.
Boot up any LiveCD and post the output of this command:
That's a lowercase L, not a 1Code:fdisk -l
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 03-04-2011 #3Just Joined!
- Join Date
- Feb 2011
- Posts
- 22
Nothing after
Code:fdisk -l
- 03-04-2011 #4I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 03-04-2011 #5
You need administrative privileges to execute fdisk command.
Gain root privileges using su - command.
Code:su - fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-04-2011 #6Just Joined!
- Join Date
- Feb 2011
- Posts
- 22
I guess that the unallocate space is too small, I used a free partition software to resize the partition. So the unallocate space is around 20GB.
Then I discard "Shrink current system" method, select free space method. It looks good.
Another question, when I start the machine, the screen asks me to hit any key to enter the boot menu. But the period is too short, I can't react it quickly then the system goes to the Fedora. Can I control the time?
Thanks.
- 03-04-2011 #7
You have to edit /boot/grub/grub.conf file.
Open it with root privileges and increase value of default. It's time in seconds.
Set default value to 10 or 15.Code:su - nano /etc/boot/grub.conf
Press Ctrl+X and Y to save file.Code:default=10
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-06-2011 #8Just Joined!
- Join Date
- Feb 2011
- Posts
- 22
I uses vi editor and click :w. Why no response?
What is the popular editor? Is vi too old?
- 03-06-2011 #9
Which version of vi are you using? I prefer nano and vim editors to edit confs.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-06-2011 #10Just Joined!
- Join Date
- Feb 2011
- Posts
- 22
I don't know how check the version of vi.




