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: qwms-avib AT dea.spamcon.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] Install to HD, etc
  • Date: Sat, 27 Sep 2003 14:19:35 +1200

Sheldon Isaac wrote:
>
> So far the first HD is fine. But cfdisk /dev/hdb gives the below:
>
> hdb5 FAT16 378.37
> hdb6 Win 95 FAT32 7633.06
> hdb7 Win 95 FAT32 12551.78
>
> Despite that, mount /dev/hdb7 /mnt doesn't work
> (there isn't a hdb7 in /dev/ ; the highest one is hdb4)

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).

Cheers,
Steven




Archive powered by MHonArc 2.6.24.

Top of Page