TC 3.8.4
Something I've just realised, with all TC versions 'tested' till now, 'fd0' has been missing from the equation!
MOUNT TOOL DISPLAY
---------
From now on the 'mount tool' displays not just 'sda1', | fd0 |
---------
and the boot varies in behaviour depending on the CD! | hdb |
---------
| sda1 |
---------
NB. Non-standard mount points in the following results are indicative of failure on the part of the 'mount tool' to mount the respective device.1. No CD in CD ROM Drive
02:01
tc@box:~$ cat /proc/version
Linux version 2.6.33.3-tinycore (root@box) (gcc version 4.2.2) #2012 SMP Wed May 12 17:05:42 EEST 2010
tc@box:~$ mkdir cd
tc@box:~$ mount
rootfs on / type rootfs (rw,relatime,size=54100k,nr_inodes=6474)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
tmpfs on /dev/shm type tmpfs (rw,relatime)
CD Inserted
tc@box:~$ sudo mount /dev/hdb cd -t iso9660
tc@box:~$ ls cd
autorun.inf casper/ md5sum.txt preseed/
boot/ isolinux/ mint4win.exe
tc@box:~$ mount
rootfs on / type rootfs (rw,relatime,size=54100k,nr_inodes=6474)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
tmpfs on /dev/shm type tmpfs (rw,relatime)
/dev/hdb on /home/tc/cd type iso9660 (ro,relatime)
tc@box:~$ mkdir floppy
tc@box:~$ sudo mount /dev/fd0 floppy -t vfat
tc@box:~$ ls floppy
README.html kexec-loader.conf~ linux.upx
kexec-loader.conf ldlinux.sys modules/
kexec-loader.conf_010312 linux.cfg syslinux.cfg
tc@box:~$ mount
rootfs on / type rootfs (rw,relatime,size=54100k,nr_inodes=6474)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
tmpfs on /dev/shm type tmpfs (rw,relatime)
/dev/hdb on /home/tc/cd type iso9660 (ro,relatime)
/dev/fd0 on /home/tc/floppy type vfat (ro,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda1 on /mnt/sda1 type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
Corres 'dmesg': dmesgTC3.8.4NoCD
2. CD '7P' in CD ROM Drive
(Burnt using Brassero under Mint) gives rise to a host of boot errors because the boot INsists On reading the CD in the drive, although it is perfectly capable of informing about the Jolliet Extensions without a CD to read. After an inordinately long time it gives up and normally completes the boot, with only one incident of the system freezing.
02:29
tc@box:~$ cat /proc/version
Linux version 2.6.33.3-tinycore (root@box) (gcc version 4.2.2) #2012 SMP Wed May 12 17:05:42 EEST 2010
tc@box:~$ ls /mnt/hdb
Directions/ Images/
tc@box:~$ ls /mnt/fd0
README.html kexec-loader.conf~ linux.upx
kexec-loader.conf ldlinux.sys modules/
kexec-loader.conf_010312 linux.cfg syslinux.cfg
tc@box:~$ mount
rootfs on / type rootfs (rw,relatime,size=54100k,nr_inodes=6474)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
tmpfs on /dev/shm type tmpfs (rw,relatime)
/dev/hdb on /mnt/hdb type iso9660 (ro,relatime)
/dev/fd0 on /mnt/fd0 type vfat (ro,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda1 on /mnt/sda1 type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
tc@box:~$ ls /mnt/hdb
COPYING isolinux/ utils/
EFI/ live/
GParted-Live-Version syslinux/
Corres 'dmesg': dmesgTC3.8.4CD7P
3. CD 'GP' in CD ROM Drive
(Burnt using K3b under Kanotix)read by boot without a hitch!
02:48
tc@box:~$ cat /proc/version
Linux version 2.6.33.3-tinycore (root@box) (gcc version 4.2.2) #2012 SMP Wed May 12 17:05:42 EEST 2010
tc@box:~$ ls /mnt/hdb
COPYING isolinux/ utils/
EFI/ live/
GParted-Live-Version syslinux/
tc@box:~$ ls /mnt/fd0
tc@box:~$ mkdir flop
tc@box:~$ sudo mount /dev/fd0 flop -t vfat
tc@box:~$ ls flop
README.html kexec-loader.conf~ linux.upx
kexec-loader.conf ldlinux.sys modules/
kexec-loader.conf_010312 linux.cfg syslinux.cfg
tc@box:~$ ls /mnt/hdb
Directions/ Images/
tc@box:~$ mount
rootfs on / type rootfs (rw,relatime,size=54100k,nr_inodes=6474)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
tmpfs on /dev/shm type tmpfs (rw,relatime)
/dev/fd0 on /home/tc/flop type vfat (ro,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/hdb on /mnt/hdb type iso9660 (ro,relatime)
/dev/sda1 on /mnt/sda1 type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
Corres 'dmesg': dmesgTC3.8.4cdGP
4. No CD 'CD_0' in CD ROM Drive
This time 'mount tool' at the second attempt was able to mount 'fd0'.03:03
tc@box:~$ cat /proc/version
Linux version 2.6.33.3-tinycore (root@box) (gcc version 4.2.2) #2012 SMP Wed May 12 17:05:42 EEST 2010
tc@box:~$ ls /mnt/fd0
README.html kexec-loader.conf~ linux.upx
kexec-loader.conf ldlinux.sys modules/
kexec-loader.conf_010312 linux.cfg syslinux.cfg
tc@box:~$ ls /mnt/hdb
autorun.inf casper/ md5sum.txt preseed/
boot/ isolinux/ mint4win.exe
tc@box:~$ mount
rootfs on / type rootfs (rw,relatime,size=54100k,nr_inodes=6474)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
tmpfs on /dev/shm type tmpfs (rw,relatime)
/dev/hdb on /mnt/hdb type iso9660 (ro,relatime)
/dev/sda1 on /mnt/sda1 type vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/fd0 on /mnt/fd0 type vfat (ro,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
Corres 'dmesg': dmesgTC3.8.4NoCD_0
Tamam Shud
Maro, hopefully lots of useful data for you to get your teeth stuck into