Results 1 to 2 of 2
Hi there,
This thread regards 3 operating systems one of which is ubuntu (I have 2 on the same machine, trying to install a third) I've posted here as I ...
- 05-09-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 3
Can't install to second HD
Hi there,
This thread regards 3 operating systems one of which is ubuntu (I have 2 on the same machine, trying to install a third) I've posted here as I think it should be fixable from Ubuntu.
I've been learning linux (set up a machine just for this) my machine contains 2HDs
both 40gb on the fist disk I have a 50/50 split dual boot ubuntu/xp which is working fine.
On my second disk I am trying to install backtrack 3 final and here's where the probs started I posted the thread below on the support forum , the thread should outline the prob though:
This is being done from the BT OS running as a live cd I also cannot access the 2nd HD (hdb) from ubuntu for eg:Hi everyone,
I'm trying to install BT3 and I'm having some probs. I should say 1st off I know my way around Linux but there are some areas where I'm not up to speed yet. I am trying to install BT3 on a second Hard Drive on a spare machine.
I've been looking at a tutorial on this forum which on the face of it looks quite good. I set up the HD partitions using fdisk the p command now returns:
To the best of my semi-noob knowledge this should work, feel free to tell me if not.Code:Device Boot Start End Blocks Id System /dev/hdb1 * 1 1217 9775521 83 Linux /dev/hdb2 1218 1591 3004155 82 Linux swap /dev/hdb3 1592 4753 25398765 83 Linux
My next step was:
Appeared to work ok but next came the prob:Code:mkdir /mnt/backtrack
returns:Code:mount /dev/hdb3 /mnt/backtrack/
I have CD'd and got to the point where I can view the /mnt/backtrack/ directory using ls so i don't understand the problem.Code:mount: No such file or directory
Can anyone give advice?
Many Thx
returns:Code:root> fdisk /dev/hdb
so no linux OS seems to get access to it.In XP the disk manager can see the partitions exist although obviously does not recognize the format. The etc/fstab file doesn't list them at all in UBUNTU. I was thinking this is a permissions issue, but even root doesn't get access. The only other thing I can add is that the HD does show up on ubuntu's desktop with the name "new volume". This is probably a noob post with an obvious answer but I feel like I've been banging my head against a wall since yesterday. Any advice would be brilliant (got no feed back from the support forum).Code:Unable to open /dev/hdb
Many thx
----UPDATE-----
Ubuntu is aware of the partitions as:
returns:Code:fdisk -l
Code:Disk /dev/sda: 41.1 GB, 41110142976 bytes 255 heads, 63 sectors/track, 4998 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xb04cb04c Device Boot Start End Blocks Id System /dev/sda1 * 1 2504 20113348+ 7 HPFS/NTFS /dev/sda2 2505 4998 20033055 5 Extended /dev/sda5 2505 4888 19149448+ 83 Linux /dev/sda6 4889 4998 883543+ 82 Linux swap / Solaris Disk /dev/sdb: 40.0 GB, 40020664320 bytes 255 heads, 63 sectors/track, 4865 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x4d774d76 Device Boot Start End Blocks Id System /dev/sdb1 * 1 1217 9775521 83 Linux /dev/sdb2 1218 1591 3004155 82 Linux swap / Solaris /dev/sdb3 1592 4753 25398765 83 Linux
- 05-09-2009 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,946
Is the problem that you can boot Ubuntu and xp but not Backtrack? You said you could view the Backtrack files from Ubuntu with the ls command, right? When you installed Backtrack, where did you put its Grub? Assuming it uses Grub? If Backtrack uses Grub, did you install it to the root partition (sdb1) or to the master boot record? If you are booting from Ubuntu, it would help if you posted your /boot/grub/menu.lst file. You can leave off the top part with the hash marks (#) to the left.


Reply With Quote