LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-23-2008, 06:46 PM   #1
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Rep: Reputation: 29
where can install my second distro


I am not sure where I can install another Linux distro because I can't tell which partitions my first distro is using
this is the output of fdisk -l

Code:
fdisk -l

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00091c4d

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        2444    19631398+  83  Linux
/dev/sda2            2445        7307    39062047+   5  Extended
/dev/sda3            7308        9918    20972857+  83  Linux
/dev/sda4            9919       38913   232902337+  83  Linux
/dev/sda5            2445        7307    39062016   83  Linux

Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x4a914a91

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1        2424    19470748+  83  Linux
/dev/sdb2            2425        6070    29286495   83  Linux
/dev/sdb3   *        6071       38913   263811397+   f  W95 Ext'd (LBA)
/dev/sdb5            6071        6332     2104483+  82  Linux swap / Solaris
 
Old 09-23-2008, 07:07 PM   #2
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
I'd suggest you look in /boot/grub/menu.lst for a start, "cat /etc/fstab" to see what's getting mounted
 
Old 09-23-2008, 08:07 PM   #3
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Original Poster
Rep: Reputation: 29
Quote:
Originally Posted by billymayday View Post
I'd suggest you look in /boot/grub/menu.lst for a start, "cat /etc/fstab" to see what's getting mounted
well this is what it shows which I don't really understand

Code:
cat /etc/fstab
/dev/disk/by-id/scsi-SATA_ST3320620AS_6QF15JBZ-part5 swap                 swap       defaults              0 0
/dev/disk/by-id/scsi-SATA_ST3320620A_6QF47VQZ-part3 /                    ext3       acl,user_xattr        1 1
/dev/disk/by-id/scsi-SATA_ST3320620A_6QF47VQZ-part4 /home                ext3       acl,user_xattr        1 2
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
debugfs              /sys/kernel/debug    debugfs    noauto                0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
 
Old 09-23-2008, 08:54 PM   #4
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
So it appears that the first partition is not being used. Ignoring the fancy language about "disk by ID", I see 3 partitions being used---3, 4 and 5

You could put something in #1 (19GB), or you could re-size #4 and add another logical.

If you do re-size #4, I'd make it a lot smaller and leave some extra space for future changes and additions.
 
Old 09-24-2008, 12:01 PM   #5
Shadowmeph
Member
 
Registered: May 2008
Location: West Coast Canada
Posts: 282

Original Poster
Rep: Reputation: 29
Quote:
Originally Posted by pixellany View Post
So it appears that the first partition is not being used. Ignoring the fancy language about "disk by ID", I see 3 partitions being used---3, 4 and 5

You could put something in #1 (19GB), or you could re-size #4 and add another logical.

If you do re-size #4, I'd make it a lot smaller and leave some extra space for future changes and additions.
thank you for helping me with this I don't know how to tell on which disk drive are those partitions free lol

Last edited by Shadowmeph; 09-24-2008 at 12:03 PM.
 
Old 09-24-2008, 01:53 PM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Shadowmeph View Post
thank you for helping me with this I don't know how to tell on which disk drive are those partitions free lol
OK--I missed a few details. You have 2 drives--each with a bunch of partitions. In the fstab output, there appear to be two different drives identified. I do not know how to connect those codes to the more basic sda, sdb, etc. but that info will be somewhere on the system.

BUT:
What all do you have on this machine? e.g.: How many different operating systems? Are some of those partitions just for data?

If you don't know how some of the partitions got there, or how they are being used, it might be time to start over.
 
Old 09-24-2008, 03:41 PM   #7
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by pixellany View Post
OK--I missed a few details. You have 2 drives--each with a bunch of partitions. In the fstab output, there appear to be two different drives identified. I do not know how to connect those codes to the more basic sda, sdb, etc. but that info will be somewhere on the system.
Those /dev/... files should just be symbolic links to the "real" devices.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with deleting a linux distro partition to install another linux distro instead gexecuter Linux - Newbie 1 08-04-2007 04:44 PM
What Distro to use that install binarys and source on install for 64 bit? i0null Linux - Distributions 1 01-16-2007 01:04 PM
How do I install GRUB without having to install a new distro? MurX Linux - General 6 03-04-2006 03:27 AM
newbie: looking for easy to install distro that I can install new programs on easily m.r.bob Linux - Distributions 25 02-15-2006 05:04 PM
Install OpenOffice post Distro install? xrobevansx Linux - Newbie 4 06-15-2004 05:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 01:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration