- 论坛徽章:
- 0
|
Hi guys,
the problem was resolved.
This is purely related to the bloody software ultriISO. Once I re-created iso with winISO (as it has an option to create iso from cdrom), all appeared ok.
the only outstanding is that with iso file, lofiadm is not vtoc aware. Thus /s1 is not mounted automatically as vold does. So I had to manucally extracted slice 1 from the original iso file. below detailed what I did
node1:/sol9 #dd if=solaris9_1.iso of=vtoc bs=512 count=1
1+0 records in
1+0 records out
node1:/sol9 #od -D -j 452 -N 8 < vtoc
0000000 0000000976 0000588160
0000010
node1:/sol9 #echo 976*640 | bc
624640
node1:/sol9 #dd if=solaris9_1.iso of=solaris9_1_s1.iso bs=512 skip=624640 count=588160
588160+0 records in
588160+0 records out
node1:/sol9 #
node1:/sol9 #ls -ltr
total 2973746
-rwxr-xr-x 1 root root 626540544 Jan 16 23:40 solaris9_1.iso
-rwxr-xr-x 1 root root 594100224 Jan 16 23:59 solaris9_2.iso
-rw-r--r-- 1 root root 512 Jan 17 00:43 vtoc
-rw-r--r-- 1 root root 301137920 Jan 17 00:46 solaris9_1_s1.iso
node1:/sol9 #lofiadm -a /sol9/solaris9_1_s1.iso
/dev/lofi/1
node1:/sol9 #
node1:/sol9 #mkdir /s1
node1:/sol9 #fstyp /dev/rlofi/1
ufs
node1:/sol9 #
node1:/sol9 #mount /dev/lofi/1 /s1
node1:/sol9 #cd /s1
node1:/s1 #ls
a cdrom devices kernel mnt platform reconfigure tmp var
bin dev etc lib opt proc sbin usr webstart
node1:/s1 #lofiadm -a /sol9/solaris9_1.iso
/dev/lofi/2
node1:/s1 #mount -F hsfs -o ro /dev/lofi/2 /cd
I know solaris 9 is an antique in nowaday, but from time to time we still need it, do we?
Also to above "风之幻想", I LIKE the picture in your pfile, the so sweety girl with a feeling of summer, thank you so much to comfort my eyes. |
|