<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
I can't access the floppy drive on the clients.  <br>
<br>
I tried to mount the drive on the client<br>
<div style="margin-left: 40px;">mount /dev/fd0<br>
</div>
<div style="margin-left: 40px;">mount: only root can mount /dev/fd0 on
/mnt/floppy<br>
</div>
<br>
Logged in as root (not sure why I can't access as a standard user), but
I got the folowing error.  <span style="font-style: italic;"></span><br>
<div style="margin-left: 40px;">mount: /dev/fd0 is not a valid block
device<br>
</div>
<br>
<span style="text-decoration: underline;">lts.conf</span><br>
        # uncomment the following line to enable floppy support<br>
        RCFILE_02          = floppyd<br>
<br>
<span style="text-decoration: underline;">/etc/mtab</span><br>
<div style="margin-left: 40px;">/dev/hda3 / ext3 rw 0 0<br>
none /proc proc rw 0 0<br>
none /dev/pts devpts rw,gid=5,mode=620 0 0<br>
usbdevfs /proc/bus/usb usbdevfs rw 0 0<br>
/dev/hda1 /boot ext3 rw 0 0<br>
/dev/hda2 /home ext3 rw 0 0<br>
none /dev/shm tmpfs rw 0 0<br>
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0<br>
</div>
<br>
<br>
</body>
</html>