PDA

View Full Version : Missing Files on iso9660?



Aeiri
12-18-2004, 05:22 AM
Whenever I eject the Knoppix CD and mount a new one ("umount -l /dev/scd0;eject /dev/scd0;mount /dev/scd0 /cdrom"), it seems to be missing files off of it...

I've tried lots of different disks, and it seems other 'system' CDs (Morphix, Slack 10 CD1&2, etc) work fine, certain disks don't display ANYTHING, and others randomly pick 10 files and display them (mounting it a different time will show different files than the first time)...

If I boot to a kernel I configured myself, it works just fine, CDs mount, everything's displayed, etc. The CD/DVDs I burned that aren't 'system' CDs are burned as standard rock ridge iso9660...

Uh... what's going on? It should have nothing to do with the Knoppix CD not being in, as the iso stuff is compiled in (isofs isn't displayed on lsmod). This is the same on both the Knoppix 2.4 kernel and 2.6 kernel...

Any ideas?

firebyrd10
12-18-2004, 06:06 AM
Whenever I eject the Knoppix CD and mount a new one ("umount -l /dev/scd0;eject /dev/scd0;mount /dev/scd0 /cdrom"), it seems to be missing files off of it...

I've tried lots of different disks, and it seems other 'system' CDs (Morphix, Slack 10 CD1&2, etc) work fine, certain disks don't display ANYTHING, and others randomly pick 10 files and display them (mounting it a different time will show different files than the first time)...

If I boot to a kernel I configured myself, it works just fine, CDs mount, everything's displayed, etc. The CD/DVDs I burned that aren't 'system' CDs are burned as standard rock ridge iso9660...

Uh... what's going on? It should have nothing to do with the Knoppix CD not being in, as the iso stuff is compiled in (isofs isn't displayed on lsmod). This is the same on both the Knoppix 2.4 kernel and 2.6 kernel...

Any ideas?

I had a problem like that before, making mount automaticly set the fs worked nicely. Though it would be a bother to do every time you booted.

Aeiri
12-18-2004, 07:55 AM
I had a problem like that before, making mount automaticly set the fs worked nicely. Though it would be a bother to do every time you booted.

Could you explain what you mean? What exactly did you do?

"mount -t auto /dev/scd0 /cdrom"?

Doing the above didn't work.... I'm not sure what you mean though :/

I have a bash script that is loaded every boot, I can just tack whatever on the end of it if you have a solution :)

firebyrd10
12-18-2004, 06:18 PM
I think the command would be

mount -a /dev/cdrom0 /cdrom