Results 1 to 10 of 16
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda8 2682732 732336 1950396 28% /
/dev/hda9 13919856 9191964 4727892 67% /usr
/dev/hda10 9767184 1553976 8213208 16% /home
/dev/hda11 1710828 843824 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-20-2003 #1Just Joined!
- Join Date
- Apr 2003
- Location
- Australia & England
- Posts
- 75
dual distro install
I have a spare partition: /dev/hda13 9767184 2575928 7191256 27% SPARE PARTITION - that I want to install another distribution on, such as slackware say.# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda8 2682732 732336 1950396 28% /
/dev/hda9 13919856 9191964 4727892 67% /usr
/dev/hda10 9767184 1553976 8213208 16% /home
/dev/hda11 1710828 843824 867004 50% /var
/dev/hda12 2931732 1184388 1747344 41% /opt
/dev/hda14 6835408 4599048 2236360 68% /usr/portage
/dev/hda15 4714896 3090012 1624884 66% /home/other
/dev/hda5 10231392 255784 9975608 3% /windows/d
none 516548 0 516548 0% /dev/shm
Can someone give an explanation (in some detail) of how to do this??
Thanks.
- 10-20-2003 #2
This is totally of topic but df -h is much nicer.
- 10-21-2003 #3Just Joined!
- Join Date
- Apr 2003
- Location
- Australia & England
- Posts
- 75
heh, but when you use AIX all day and it doesn't have df -h, you get used to not using it
- 10-21-2003 #4
Ermm the best way to install it is just install it like a normal distro share the swap space you already have, Then install it all under one / directory on the spare partition. (I know this isnt the best solotion but better then spliting it up more?) Then dont install a bootloader use the one you use already, I guess you know how to configure it.
- 10-21-2003 #5
other then that jst make sure you have configured the bootloader to boot the new distro.
BIG K aka Kyle
Programming Forums
www.kylekonline.com
Please don\'t PM me for help-- ask in the forums instead!
- 10-22-2003 #6Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
i would imagine that you could share the home partition also... but you might want to create a script to keep your config files separate in your home dirs...
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 10-27-2003 #7Just Joined!
- Join Date
- Apr 2003
- Location
- Australia & England
- Posts
- 75
Yeah, I did everything that you've mentioned already. It boots of the kernel, however there are a ton of module errors during the boot sequence and just seems to hang when trying to start the system logger. (This is redhat I've tried).
I'm sure that it is trying to use the partitions that already exist for my gentoo install rather than the partitions it actually owns.
- 10-28-2003 #8Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
did you try double checking your fstab in RH?
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 10-28-2003 #9Just Joined!
- Join Date
- Apr 2003
- Location
- Australia & England
- Posts
- 75
I don't know if that is right or not.Code:LABEL=/ / ext3 defaults 1 1 none /dev/pts devpts gid=5,mode=620 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 /dev/hda7 swap swap defaults 0 0
- 10-28-2003 #10
Maybe you are not mounting the right partition when you boot? Cant really say cause i dont know your disk layout or your configuration. What partitions are you sharing between distros?


Reply With Quote
