On Friday 17 June 2005 17:32, Ken Schneider wrote:
On Fri, 2005-06-17 at 16:48 -0500, Robert Paulsen wrote:
On Friday 17 June 2005 16:29, Ken Schneider wrote:
On Fri, 2005-06-17 at 15:42 -0500, Robert Paulsen wrote:
On Friday 17 June 2005 15:39, Ken Schneider wrote:
Don't take this the wrong way but...
You did have a floppy in the drive when you clicked on the icon didn't you. It has happened to the best of us. Also try with different floppies as the one you tried may be bad.
Oh yes, floppy in drive. I can mount it manually (as root) with "mount /dev/fd0 /mnt".
I even tried a reboot.
Which version of SuSE are you using? Also can you show the line in /etc/fstab for the floppy.
SuSE 9.3. Here is fstab:
/dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0
Try adding user as one of the options. It can go anywhere in the portion of the line that starts with noauto. I added this this to mine and the error went away but did not show the contents of the floppy. If I cd /media/floppy and issue ll all of the files show. Looks like another little bug that made it through QC and needs to get fixed.
Same results here. The "mount" command shows: /dev/fd0 on /media/floppy type subfs (rw,noexec,nosuid,nodev,sync,fs=floppyfss,procuid,user=robert) Every time I click on the floppy icon in "My Computer" an additional mount is created and the mount command shows multiple copies of the above outout.