Skip to Content.
Sympa Menu

baslinux - Re: [BL] Install to HD, etc

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: "Sheldon Isaac" <sisaac AT netaxs.com>
  • To: baslinux AT lists.ibiblio.org
  • Cc: david.johnson AT lehigh.edu, kate4 AT casano.com
  • Subject: Re: [BL] Install to HD, etc
  • Date: Sat, 27 Sep 2003 09:33:33 -0400

On 27 Sep 2003 at 14:19, qwms-avib AT dea.spamcon.org wrote:
> Ah. There's the problem. Sorry about that. You will
> need to create them:
> ----------------------
> mknod /dev/hdb5 b 3 69
> mknod /dev/hdb6 b 3 70
> mknod /dev/hdb7 b 3 71
> ----------------------
> Or simply install the devs.tgz package from Slackware 7.1
> (in /slakware/a1). That will give you the full set of
> device files (BL2 only provides a small subset).

Many thanks, Steven!

Regards,

Sheldon Isaac

---------

This C:\hds is what I came up with, of course it needs improvement.

After booting Basic Linux,
one would
mount /dev/hda1 /mnt
and then
/mnt/hds ?

# C:\hds
#!/bin/bash
# first have to mount /dev/hda1 /mnt
mkdir /hd/c
mkdir /hd/d
mkdir /hd/e
mkdir /hd/f
mkdir /hd/g
#
mknod /dev/hdb5 b 3 69
mknod /dev/hdb6 b 3 70
mknod /dev/hdb7 b 3 71
#
umount /mnt
mount /dev/hda1 /hd/c
mount /dev/hda5 /hd/d
mount /dev/hdb5 /hd/e
mount /dev/hdb6 /hd/f
mount /dev/hdb7 /hd/g








Archive powered by MHonArc 2.6.24.

Top of Page