Headrush Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/111332295641fa913c28fea.jpg)
Joined: 06 Nov 2003 Posts: 5597 Location: Bizarro World
|
Posted: Mon May 17, 2004 11:13 pm Post subject: submount and constant floppy access |
|
|
I am currently using gentoo-dev-sources-2.6.5-r1 and I emerged submount the media automounter.
My fstab contains:
Code: |
/dev/hda1 /mnt/win ntfs auto,owner,ro,umask=0222,utf8 0 0
/dev/hde2 / reiserfs noatime,notail 1 1
/dev/hde1 none swap sw 0 0
/dev/hdb /mnt/cdrom subfs fs=auto,ro,user,umask=0 0 0
/dev/fd0 /mnt/floppy subfs fs=auto,user,umask=0 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
|
Submount seems to work fine, BUT every 5 seconds it accesses the floppy drive ,like it is checking for a disk.
Anyone else have this happening? Is this normal? |
|