Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
hi,
If you have free space on your disk you can create new partition
fdisk /dev/hda
follow the instructions , m for the help.
but i think it s better for you to reinstall and suggest the following partitions ( of for course depending on your size disk suppose 20 giga
/dev/hda1 /win98 for win$ if you want it !!!! 6 giga
/dev/hda2 /boot 50 Mega
/dev/hda3 / 800 mega
/dev/hda4 -------> extended
/dev/hda5 swap 256M
/dev/hda6 /usr 6 Giga
/dev/hda7 /home 2 Giga
/dev/hda8 /var 3 Giga fro web, ftp anonymous ...
If you reinstall again you don't lost your data even you format / , /usr
It's possible that you made a mistake at install time, use the command " fdisk -l " to verify that your partitions do indeed exist, next test one of your partitions, use command " mount /dev/hdaN /tmp " N being the partition number you choose as /tmp. Next you'll have to edit /etc/fstab so that /tmp is mounted at boot time, repeat the steps for all remaining partitions. To be honest with you, if I were to get into this scenario I would back up essential data and reinstall the system, even in work, I'd stay back late backing up and reinstalling rather than risk the nightmare of making a mistake.
Thanks for the help. It was a mistake during the installation. I reinstalled it again and made sure to assign the proper directorie for each partition. The partition concept under LINUX is totally different from Windoz. It is much more powerful.
Actually I'm planning to do it again with different partition size for / and /boot (as I assigned 1GB partition for each).
Great, use the " auto partition " option at install time, it will give you an idea how red hat partition the disk, eg workstation creates
/boot
/
SWAP
And server creates
/boot
/
/home
/usr
/var
SWAP
After you see the default partition scheme you'll have an idea of the essentials, then you can adjust the scheme to suit your usages, eg you may be using your server for www, ftp and samba, in this case you may want to increase the size of you /var and your /home partitions. The partition scheme is very good alright.
I didn't want to use the automatic partitining as I have a win2000 insalled on the same disk and I didn't want to mess with it.
But if it safe, then I'll try it now and see how it will work
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.