Mounting a ISO
Greetings again, I have tried to install slackware10.1 and have run into some troubles. The ISO's are on my win98 machine and all seems to be in place. Yet, when I try to install the system, I it either shows just one set of packages, the A series or all of them. I go for a full install and it lasts about 1 minute tops and says it is complete and to reboot. Here is what I am doing to mount the ISO:
mkdir -p /dos
mount -t vfat /dev/hdb1 /dos
cd /dos
mknod /dev/loop0 b 7 0
mkdir /INSTALL
mount -o loop /dos/slackware-10.1-install-d1.iso /Install
I go to setup and in pre-mounted directory I use the command /INSTALL/slakware. Nothing happens or it says the directory does not exist.
Then I go to setup and select the Premounted directory. Am I missing something or did I miss a step or command?. I have been all over google and the Slackware site and I just cannot seem to get it to install. Any help would be greatly Appreciated.
Thanks In Advance...
mkdir -p /dos
mount -t vfat /dev/hdb1 /dos
cd /dos
mknod /dev/loop0 b 7 0
mkdir /INSTALL
mount -o loop /dos/slackware-10.1-install-d1.iso /Install
I go to setup and in pre-mounted directory I use the command /INSTALL/slakware. Nothing happens or it says the directory does not exist.
Then I go to setup and select the Premounted directory. Am I missing something or did I miss a step or command?. I have been all over google and the Slackware site and I just cannot seem to get it to install. Any help would be greatly Appreciated.
Thanks In Advance...
