To get to the point you describe below,
i.e., where you’re mounting a partition, you would have created the
partition and formatted the filesystem. So, the partition was
successfully created and usable for mkfs, but when you tried to mount it, it
was gone!?
I noticed an earlier post of your with a
similar subject, where your master script referenced ATA devices, but your nodes
had SCSI devices. Did you edit the master script to make the changes from
ATA to SCSI? If so, perhaps you missed an edit?
--
David N. Lombard
My comments represent my opinions, not
those of Intel Corporation.
-----Original Message-----
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of yacine Bouchair
Sent: Monday, May 17,
2004 11:37 AM
To:
[EMAIL PROTECTED]
Subject: [Oscar-users] Pb Mounting
Partition
I Have ve got a new install of OSCAR 3.0 on a RedHat 9 for my
server and everything has gone perfectly by the installation guide until
it was time to load the client image on the clients.
I have all of the MAC addresses autodectected and assigned to clients. I
have a network boot and the clients all have internal SCSI
HDs (Adaptec SCSI Card 39320D)
I have compil a new kernel with scsi support and this is the
error message :
mkdir -p /a/ || shellout
mount /dev/sda6 /a/ -t ext2 -o defaults || shellout
mount: Mounting /dev/sda6 on /a failed : No such device
How Can I solve this pb Please
Thanks,
Yacine