2 of the four files is not "readable" after I mount the CD and tries to copy them myself (this is normally done buy some scripting that I have no knowledge about)
this is what I do and get:
- Code: Select all
/#
/#mount -tiso9660 -n /dev/cdrom /mnt/cdrom
/#
/#cp /mnt/cdrom/addfiles/subnet.adm .
/#
/#cp /mnt/cdrom/addfiles/master .
cp: reading '/mnt/cdrom/addfiles/master'. Input/output error
/#
/#ls /mnt/cdrom/addfiles -al
total 10
dr-xr-xr-x 1 root root 2048 May 30 11:34 .
dr-xr-xr-x 1 root root 2048 Jun 22 12:39 ..
dr-xr-xr-x 1 root root 2048 May 30 11:34 bin
-r-xr-xr-x 1 root root 1107 Jun 22 12:02 master
-r-xr-xr-x 1 root root 1096 Jun 22 12:02 slave
-r-xr-xr-x 1 root root 60 May 20 09:14 subnet.adm
-r-xr-xr-x 1 root root 84 May 20 09:12 subnet.utb
/#
Seems nothing wrong with the two files while listing them.
Though they have been changed on a Fedora 14 system and this is SUSE (some version) but that hasn't made it impossible before.
They also "travel" through a windows machine where they are put back into the small boot iso and then burnt to CD.
It can't be that the F14 system's root is not the same as the root on the SUSE system? if so the other 2 files that do work also should have this problem, right?
I can't find any other logs at all when booting up the CD other then:
- Code: Select all
Mounting cdrom to /mnt/cdrom
/bin/cp: reading '/mnt/addfiles/master': Input/otuput error
/bin/cp: reading '/mnt/addfiles/slave': Input/otuput error
/#
I know this one is very hard since you can't go through all script that runs at start up, but hoping you have seen this before.


