eee dvd 1.35GB
Wed Oct 17 2007
windows
eee dvd 1.35GB
linux
# isosize /dev/scd0
1452748800
# dd if=/dev/scd0 bs=2048 count=709350 of=eee701dvd.iso
讀入了 709350+0 個區段
輸出了 709350+0 個區段
1452748800 bytes transferred in 136.776997 seconds (10621295 bytes/sec)
# ls -la eee701dvd.iso
-rw-r--r-- 1 root root 1452748800 Oct 18 00:27 eee701dvd.iso
# mkdir -p /dvd /dvd2
# mount /dev/scd0 /dvd
# mount -t iso9660 ./eee701dvd.iso /dvd2 -o loop
# cd /dvd; ls -la
總計 968442
dr-xr-xr-x 7 root root 4096 2002-05-12 01:42 .
drwxr-xr-x 14 root root 1024 2007-10-18 00:35 ..
-r-xr-xr-x 1 root root 0 2007-09-29 01:53 2007.09.28_17.29.bld
-r-xr-xr-x 1 root root 3638 2002-09-15 10:42 asus.ico
-r-xr-xr-x 1 root root 54 2006-08-05 16:39 autorun.inf
dr-xr-xr-x 12 root root 8192 2007-10-01 03:09 Bin
-r-xr-xr-x 1 root root 6 2007-09-29 01:53 blockcount.dat
dr-xr-xr-x 3 root root 2048 2007-10-01 09:26 boot
dr-xr-xr-x 10 root root 2048 2007-10-01 03:01 Drivers
-r-xr-xr-x 1 root root 5278 2007-09-30 12:47 Filelist.txt
dr-xr-xr-x 3 root root 2048 2007-10-01 03:01 Manual
-r-xr-xr-x 1 root root 991261945 2007-09-29 01:53 P701L.gz
-r-xr-xr-x 1 root root 40 2006-07-30 11:23 Readme.txt
-r-xr-xr-x 1 root root 385536 2007-09-21 14:42 Setup.exe
-r-xr-xr-x 1 root root 644 2007-03-03 10:13 Setup.exe.manifest
dr-xr-xr-x 7 root root 2048 2007-10-01 03:00 Software
-r-xr-xr-x 1 root root 1809 2007-10-01 03:17 techsupp.txt
-r-xr-xr-x 1 root root 4 2007-09-29 01:53 user_start.dat
-r-xr-xr-x 1 root root 6 2007-10-01 03:17 ver.tag
# more Filelist.txt
-P701L.gz ASUS Eee PC 701 Xandros Linux image V1.0.12.
-Boot ASUS Eee PC 701 Xandros Linux boot image.
# root@tiny:/dvd2/boot# ls -la
總計 6014
dr-xr-xr-x 3 root root 2048 2007-10-01 09:26 .
dr-xr-xr-x 7 root root 4096 2002-05-12 01:42 ..
-r--r--r-- 1 root root 2048 2002-05-12 01:45 boot.cat
-r-xr-xr-x 1 root root 1609666 2007-08-02 00:16 initrd.gz
dr-xr-xr-x 2 root root 2048 2007-10-01 09:26 isolinux
-r-xr-xr-x 1 root root 2975459 2007-08-29 00:56 usb.img.gz
-r-xr-xr-x 1 root root 1562295 2007-05-10 20:13 vmlinuz
# root@tiny:/dvd2# gzip -l P701L.gz
compressed uncompressed ratio uncompressed_name
991261945 2599190528 61.9% P701L
# DVD 封面資訊
Eee PC 701
Support DVD Rev.1.1
A012
# root@tiny:/s4/eee# gzip -dc /dvd2/P701L.gz > P701L.img
-rw-r--r-- 1 root root 2599190528 2007-10-18 01:56 P701L.img
# fdisk -lu P701L.img
You must set cylinders.
You can do this from the extra functions menu.
Disk P701L.img: 0 MB, 0 bytes
255 heads, 63 sectors/track, 0 cylinders, total 0 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
P701L.img1 63 5076539 2538238+ 83 Linux
# bc
63*512
32256
# losetup -o 32256 /dev/loop3 P701L.img
# mkdir /e00
# mount -t ext2 -o ro /dev/loop3 /e00
# df
/dev/loop3 2498348 2191940 179500 93% /e00
# root@tiny:/s4/eee# ls -la /e00
total 101
drwxr-xr-x 22 root root 4096 Sep 29 05:38 .
drwxr-xr-x 17 root root 1024 Nov 7 11:09 ..
drwxr-xr-x 2 root root 4096 Sep 29 05:35 bin
drwxr-xr-x 3 root root 4096 Jul 11 03:37 boot
drwxr-xr-x 19 root root 8192 Sep 29 05:38 dev
drwxr-xr-x 3 root root 4096 Sep 29 05:35 disks
drwxr-xr-x 109 root root 4096 Sep 29 05:38 etc
drwxr-xr-x 3 root root 4096 Sep 29 05:38 home
drwxr-xr-x 2 root root 4096 Sep 29 05:31 initrd
drwxr-xr-x 15 root root 4096 Sep 29 05:35 lib
drwx------ 2 root root 16384 Sep 29 05:30 lost+found
drwxr-xr-x 2 root root 4096 Sep 29 05:31 media
drwxr-xr-x 2 root root 4096 Oct 28 2006 mnt
drwxr-xr-x 9 root root 4096 Sep 29 05:35 opt
drwxr-xr-x 2 root root 4096 Oct 28 2006 proc
drwxr-xr-x 11 root root 4096 Oct 18 23:41 root
drwxr-xr-x 2 root root 4096 Jun 8 03:00 sbin
drwxr-xr-x 2 root root 4096 Sep 29 05:31 srv
drwxr-xr-x 2 root root 4096 Feb 21 2007 sys
drwxr-xr-x 9 root root 4096 Oct 18 03:01 tmp
drwxr-xr-x 11 root root 4096 Jul 24 23:15 usr
drwxr-xr-x 16 root root 4096 Sep 27 23:45 var
lrwxrwxrwx 1 root root 27 Sep 29 05:36 vmlinuz ->
boot/vmlinuz-2.6.21.4-eeepc