Self-explanatory:
venomx@home:[~]# cat /etc/fstab | grep supermount
none /mnt/cdrom supermount dev=/dev/cdrom,fs=auto, 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,defaults,user,sync,exec 0 0
none /mnt/pen supermount dev=/dev/sdb1,fs=auto,--,defaults,user,sync,exec 0 0
venomx@home:[~]# ls /mnt/cdrom
...(files)...
venomx@home:[~]# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 49983444 46794500 649876 99% /
/dev/sda2 81055952 29162832 51893120 36% /mnt/windows
/dev/sda3 177895304 161418692 7440052 96% /mnt/Media
tmpfs 1037328 0 1037328 0% /dev/shm
none 7218397184 7218397184 0 100% /mnt/cdrom
DETAIL:
none 7218397184 7218397184 0 100% /mnt/cdrom
A df -h means:
none 6.8T 6.8T 0 100% /mnt/cdrom
This is strange, very strange... maybe some changes from 2.6.21.3 to 2.6.21.5?
I'm using kernel 2.6.21.5 with the 2.6.21.3 patch, the patch applies as is.
the strangest part is: if I mount the usb disk, I am able to copy big files to it, without errors...
Using slackware 11.0 here,
Thanks