I was hoping it would come up on the desktop after I plugged the drive in.
It didn't.
When I opened a console, created /mnt/workstation and tried mounting it
using the mount command:
# mount -t ext3 /dev/hdb1 /mnt/workstation
mount: unknown filesystem type ext3'
# mount -t ext3 /dev/hdb2 /mnt/workstation
mount: unknown filesystem type ext3'
The problem is not in hdb* , it works just fine.
thanks
A.Lizard
--
"The responsibility of government for the public safety is
absolute and requires no mandate. It is in fact, the prime object
for which governments come into existence."
Winston Churchill - 9/1936 - speech to the UK Parliament
Are you able to access the secondary IDE disk at all?
You can try using FDisk 'cfdisk /dev/hdb'
It might be that your secondary IDE disk isn't /dev/hdb.
That might just be your IDE CD-ROM drive.
--
___________________________________________
Niclas Ekstedt, CNA/CNE/CNS/CLS
Network Consultant/NSC Sysop
InfraSystems Solutions AB
> On Sat, 02 Sep 2006 09:15:23 +0000, A_Lizard wrote:
>
> Are you able to access the secondary IDE disk at all?
Certainly, but not from the SLED10 hda* drive.
/dev/hdb is my primary workstation drive, I'm using it right now from
my Fedora Core 3 installation. /dev/hda* is the test drive I'm using to
check out SLED10.
> You can try using FDisk 'cfdisk /dev/hdb'
I'll check into this, thanks.
> It might be that your secondary IDE disk isn't /dev/hdb.
> That might just be your IDE CD-ROM drive.
No, that's /dev/hdc . /dev/hdd is the mobile rack. (not plugged
in unless there's a backup in progress, and the other reason I want to get
temporary drive mounting working)
> No, that's /dev/hdc . /dev/hdd is the mobile rack. (not plugged in
> unless there's a backup in progress, and the other reason I want to get
> temporary drive mounting working)
OK, just wanted to make sure.