https://qa.mandrakesoft.com/show_bug.cgi?id=450
Product: kernel
Component: kernel
Summary: supermount remove files from the listing after few
seconds
Version: 2.4.19-17mdk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Since I have installed the kernel rpm 2.4.19 (-16 and now -17) there are
troubles with supermount. Disabling supermount make the device working fine
again (but obviously this not a solution).
When I insert a device (cdrom or floppy) everything seems OK: I can see and
access all the files directly. However usualy as soon as I access one of the
files all the other files and directories seems to have disapeared.
For example a short session:
[root@d262a eric]# cd /mnt/floppy/
[root@d262a floppy]# ll
total 168
-rwxrwxrwx 1 root root 8192 Oct 28 10:51 mavica.htm*
-rwxrwxrwx 1 root root 4608 Oct 28 10:51 mvc-103x.411*
-rwxrwxrwx 1 root root 158876 Oct 28 10:51 mvc-103x.jpg*
[root@d262a floppy]# xv mvc-103x.jpg &
[1] 6274
[root@d262a floppy]# ll
ls: mvc-103x.jpg: No such file or directory
ls: mvc-103x.411: No such file or directory
ls: mavica.htm: No such file or directory
total 0
I ran `ll' the second time after about 10 seconds.
------- Additional Comments From [EMAIL PROTECTED] 2002-12-02 21:50 -------
analogous problems with
kernel-2.4.19.16mdk-1-1mdk (with several machines).
Command ls /mnt/cdrom works but you can not copy files
from cdrom, event as root. Disabling supermount solves the problem.
To do that, change the lines in /etc/fstab corresponding to
cdrom and floppy by the following ones (change your iocharset by yours):
/dev/hdc /mnt/cdrom auto
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
/dev/fd0 /mnt/floppy auto user,iocharset=iso8859-15,sync,codepage=850,umask=0 0 0
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.