Hi
I've installed SME onto an old desktop to use as a server on the local network. The machine started out as Win98, then Mandrake, now SME. The web server is accessible using the machine's IP address and I can connect through ssh (which hangs occasionally, crashing the entire server, but I'll sort that out later).
The machine has 2 drives : a 20Gb drive on IDE1 which is dedicated to SME, and a 80Gb drive on IDE2 containing data files. With Mandrake I could mount the 80Gb drive and access the files.
I'm following the AddingSecondDrive HowTo.
mount
tells me
/dev/hda3 on / type ext3 (rw,usrquota,grpquota)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hda1 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
After saying
mkdir /mnt/windows
mount -t vfat /dev/hda2 /mount/windows
I get a 'bad superblock or too many filesystems mounted' refusal.
Have I fried the drive or is there something I'm missing ?