Did you make2fs / format on your HDB3 as well? (before mounting)
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
Did you make2fs / format on your HDB3 as well? (before mounting)
[quote][I]I realized, that I had fallen down from the top of the mountain into a deep, terrifying and dark hole, just to find out that another mountain in front of me, much greater than the previous, was the next step in life. I began to wander uphill on the next mountain of life while I knew it would be much harder than the previous mountain. [/I]- MaXe[/quote]
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
Exactly! But i might have been a bit wrong
If you want to use EXT3 as your file system, use the "mkfs.ext3"
command and if you want to use ext2, well i guess you know the
answer then ;-) (the command should be issued without quotes)
PS: I think make2fs is only available on Slackware or Slax =O~
[quote][I]I realized, that I had fallen down from the top of the mountain into a deep, terrifying and dark hole, just to find out that another mountain in front of me, much greater than the previous, was the next step in life. I began to wander uphill on the next mountain of life while I knew it would be much harder than the previous mountain. [/I]- MaXe[/quote]
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
But mkfs.xxx should be able to make probably any filesystemmkfs.reiserfs << should be possible.
Anyways thanks for the other command as well ;-)
[quote][I]I realized, that I had fallen down from the top of the mountain into a deep, terrifying and dark hole, just to find out that another mountain in front of me, much greater than the previous, was the next step in life. I began to wander uphill on the next mountain of life while I knew it would be much harder than the previous mountain. [/I]- MaXe[/quote]
Thanks for the advice I got it working in the end (about 20:00 GMT yesterday, nearly 48 hours after my first attempt). I think I'll type up a full idiot-proof tutorial while I still remember how I did it then I can use that next time LoL
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.