BBルータ解剖
 
PCI BRC-14V

個人的な雑感

USB 2.0 ポートを備えていて、 NAS として利用できること、さらに USB カメラを 接続できたり、サポート予定となっているが IrDA を備えていたりと、かなり 機能が豊富です。デザインも黒で統一されていて、私は好みです。2004.11.2

CPU と OS

web page には、 IXP422-266MHz 搭載、とあります。 OS はファームウェアから、

Linux version 2.4.21openrg-nmk1

とあり、 Linux で動作しているようです。


アップデートファームの取り出し
確認ファーム Version : 3.7.33

PCI のページからファームウェアをダウンロードしてきます。 このファイル brc14v_3733.zip を解凍すると、

brc14v_3733.rmt
readme.txt
release.txt

の3つのファイルが取り出せます。この brc14v_3733.rmt は zImage ファイルか、 vnlinuz っぽいファイルですので、中身を取り出します。

dd if=brc14v_3733.rmt of=image bs=1 skip=12282
zcat image > image.tmp

エラーが出るかもしれませんが、これで、 image.tmp ファイルができます。さらに、 このファイルから2つのファイルを取り出します。

dd if=image.tmp of=rd.gz bs=1 skip=1912832 count=604175
zcat rd.gz > rd.img
dd if=image.tmp of=image.fs bs=1 skip=2527232

kernel 周りは、 image.tmp に含まれていますので、眺めるときは strings image.tmp などを実行して、眺めます。
取り出した2つのファイル、 rd.img は ext2fs, image.fs は cramfs のファイル ですので、 mount コマンドなどでマウントできます。

mount -o loop rd.img /mnt/loop0
mount -o loop image.fs /mnt/loop1

のような感じです。 rd.img の tree 結果を以下につけます。
[toyota@kashyyyk]% tree
.
|-- bin
|   |-- _pluto_adns -> /mnt/cramfs//bin/_pluto_adns
|   |-- arp -> /mnt/cramfs//bin/arp
|   |-- busybox -> /mnt/cramfs//bin/busybox
|   |-- cat -> /mnt/cramfs/bin/busybox
|   |-- chgrp -> /mnt/cramfs/bin/busybox
|   |-- chmod -> /mnt/cramfs/bin/busybox
|   |-- chown -> /mnt/cramfs/bin/busybox
|   |-- cp -> /mnt/cramfs/bin/busybox
|   |-- date -> /mnt/cramfs/bin/busybox
|   |-- df -> /mnt/cramfs/bin/busybox
|   |-- dosfsck -> /mnt/cramfs//bin/dosfsck
|   |-- du -> /mnt/cramfs/bin/busybox
|   |-- e2fsck -> /mnt/cramfs//bin/e2fsck
|   |-- echo -> /mnt/cramfs/bin/busybox
|   |-- eroute -> /mnt/cramfs//bin/eroute
|   |-- ffmpeg
|   |-- ffserver
|   |-- grep -> /mnt/cramfs/bin/busybox
|   |-- gunzip -> /mnt/cramfs/bin/busybox
|   |-- gzip -> /mnt/cramfs/bin/busybox
|   |-- head -> /mnt/cramfs/bin/busybox
|   |-- hotplug -> /mnt/cramfs//bin/hotplug
|   |-- ifconfig -> /mnt/cramfs/bin/busybox
|   |-- init -> /mnt/cramfs//bin/init
|   |-- insmod -> /mnt/cramfs/bin/busybox
|   |-- kill -> /mnt/cramfs/bin/busybox
|   |-- killall -> /mnt/cramfs/bin/busybox
|   |-- klipsdebug -> /mnt/cramfs//bin/klipsdebug
|   |-- ln -> /mnt/cramfs/bin/busybox
|   |-- ls -> /mnt/cramfs/bin/busybox
|   |-- lsmod -> /mnt/cramfs/bin/busybox
|   |-- mkdir -> /mnt/cramfs/bin/busybox
|   |-- mkdosfs -> /mnt/cramfs//bin/mkdosfs
|   |-- mke2fs -> /mnt/cramfs//bin/mke2fs
|   |-- mknod -> /mnt/cramfs/bin/busybox
|   |-- more -> /mnt/cramfs/bin/busybox
|   |-- mount -> /mnt/cramfs/bin/busybox
|   |-- mv -> /mnt/cramfs/bin/busybox
|   |-- nmbd -> /mnt/cramfs//bin/nmbd
|   |-- openrg -> /mnt/cramfs//bin/openrg
|   |-- ping -> /mnt/cramfs/bin/busybox
|   |-- pluto -> /mnt/cramfs//bin/pluto
|   |-- pptp -> /mnt/cramfs//bin/pptp
|   |-- pptp_callmgr -> /mnt/cramfs//bin/pptp_callmgr
|   |-- pptpctrl -> /mnt/cramfs//bin/pptpctrl
|   |-- pptpd -> /mnt/cramfs//bin/pptpd
|   |-- ps -> /mnt/cramfs/bin/busybox
|   |-- pwd -> /mnt/cramfs/bin/busybox
|   |-- ranbits -> /mnt/cramfs//bin/ranbits
|   |-- rm -> /mnt/cramfs/bin/busybox
|   |-- rmdir -> /mnt/cramfs/bin/busybox
|   |-- rmmod -> /mnt/cramfs/bin/busybox
|   |-- route -> /mnt/cramfs/bin/busybox
|   |-- rsasigkey -> /mnt/cramfs//bin/rsasigkey
|   |-- sfdisk -> /mnt/cramfs//bin/sfdisk
|   |-- sh -> /mnt/cramfs/bin/busybox
|   |-- smbd -> /mnt/cramfs//bin/smbd
|   |-- sort -> /mnt/cramfs/bin/busybox
|   |-- spi -> /mnt/cramfs//bin/spi
|   |-- spigrp -> /mnt/cramfs//bin/spigrp
|   |-- start_cam
|   |-- start_ffm
|   |-- start_ffs
|   |-- stop_cam
|   |-- stty -> /mnt/cramfs/bin/busybox
|   |-- sync -> /mnt/cramfs/bin/busybox
|   |-- tail -> /mnt/cramfs/bin/busybox
|   |-- tar -> /mnt/cramfs/bin/busybox
|   |-- tftp -> /mnt/cramfs/bin/busybox
|   |-- tncfg -> /mnt/cramfs//bin/tncfg
|   |-- touch -> /mnt/cramfs/bin/busybox
|   |-- umount -> /mnt/cramfs/bin/busybox
|   |-- usleep -> /mnt/cramfs/bin/busybox
|   `-- zcat -> /mnt/cramfs/bin/busybox
|-- dev
|   |-- chardev
|   |-- console -> /dev/ttyS1
|   |-- cua0
|   |-- fb0
|   |-- fb0H1440
|   |-- fb1
|   |-- fb2
|   |-- fb3
|   |-- fd0
|   |-- full
|   |-- hda
|   |-- hda1
|   |-- hda2
|   |-- hda3
|   |-- hda4
|   |-- hda5
|   |-- hda6
|   |-- hda7
|   |-- hda8
|   |-- hdb
|   |-- hdb1
|   |-- hdb2
|   |-- hdb3
|   |-- hdb4
|   |-- hdb5
|   |-- hdb6
|   |-- hdb7
|   |-- hdb8
|   |-- hdc
|   |-- hdc1
|   |-- hdc2
|   |-- hdc3
|   |-- hdc4
|   |-- hdc5
|   |-- hdc6
|   |-- hdc7
|   |-- hdc8
|   |-- hdd
|   |-- hdd1
|   |-- hdd2
|   |-- hdd3
|   |-- hdd4
|   |-- hdd5
|   |-- hdd6
|   |-- hdd7
|   |-- hdd8
|   |-- kmem
|   |-- loop0
|   |-- loop1
|   |-- mem
|   |-- mtd0
|   |-- mtd1
|   |-- mtd2
|   |-- mtd3
|   |-- mtd_rgconf0 -> mtdblock1
|   |-- mtd_rgconf1 -> mtdblock2
|   |-- mtdblock0
|   |-- mtdblock1
|   |-- mtdblock2
|   |-- mtdblock3
|   |-- mtdr0
|   |-- mtdr1
|   |-- mtdr2
|   |-- mtdr3
|   |-- null
|   |-- nvram
|   |-- openrg.hw_buttons
|   |-- phone0
|   |-- phone1
|   |-- phone10
|   |-- phone11
|   |-- phone12
|   |-- phone13
|   |-- phone14
|   |-- phone15
|   |-- phone2
|   |-- phone3
|   |-- phone4
|   |-- phone5
|   |-- phone6
|   |-- phone7
|   |-- phone8
|   |-- phone9
|   |-- port
|   |-- ppp
|   |-- ptyp0
|   |-- ptyp1
|   |-- ptyp2
|   |-- ptyp3
|   |-- ptyp4
|   |-- ptyp5
|   |-- ptyp6
|   |-- ptyp7
|   |-- ptyp8
|   |-- ptyp9
|   |-- ptypa
|   |-- ptypb
|   |-- ptypc
|   |-- ptypd
|   |-- ptype
|   |-- ptypf
|   |-- ptyq0
|   |-- ptyq1
|   |-- ptyq2
|   |-- ptyq3
|   |-- ptyq4
|   |-- ptyq5
|   |-- ptyq6
|   |-- ptyq7
|   |-- ptyq8
|   |-- ptyq9
|   |-- ptyqa
|   |-- ptyqb
|   |-- ptyqc
|   |-- ptyqd
|   |-- ptyqe
|   |-- ptyqf
|   |-- ptyr0
|   |-- ptyr1
|   |-- ptyr2
|   |-- ptyr3
|   |-- ptyr4
|   |-- ptyr5
|   |-- ptyr6
|   |-- ptyr7
|   |-- ptyr8
|   |-- ptyr9
|   |-- ptyra
|   |-- ptyrb
|   |-- ptyrc
|   |-- ptyrd
|   |-- ptyre
|   |-- ptyrf
|   |-- ptys0
|   |-- ptys1
|   |-- ptys2
|   |-- ptys3
|   |-- ptys4
|   |-- ptys5
|   |-- ptys6
|   |-- ptys7
|   |-- ptys8
|   |-- ptys9
|   |-- ptysa
|   |-- ptysb
|   |-- ptysc
|   |-- ptysd
|   |-- ptyse
|   |-- ptysf
|   |-- ram0
|   |-- ram1
|   |-- ram2
|   |-- ram3
|   |-- random
|   |-- rg_chrdev
|   |-- rtc
|   |-- sda
|   |-- sda1
|   |-- sda10
|   |-- sda11
|   |-- sda12
|   |-- sda13
|   |-- sda14
|   |-- sda15
|   |-- sda2
|   |-- sda3
|   |-- sda4
|   |-- sda5
|   |-- sda6
|   |-- sda7
|   |-- sda8
|   |-- sda9
|   |-- sdaa
|   |-- sdaa1
|   |-- sdaa10
|   |-- sdaa11
|   |-- sdaa12
|   |-- sdaa13
|   |-- sdaa14
|   |-- sdaa15
|   |-- sdaa2
|   |-- sdaa3
|   |-- sdaa4
|   |-- sdaa5
|   |-- sdaa6
|   |-- sdaa7
|   |-- sdaa8
|   |-- sdaa9
|   |-- sdab
|   |-- sdab1
|   |-- sdab10
|   |-- sdab11
|   |-- sdab12
|   |-- sdab13
|   |-- sdab14
|   |-- sdab15
|   |-- sdab2
|   |-- sdab3
|   |-- sdab4
|   |-- sdab5
|   |-- sdab6
|   |-- sdab7
|   |-- sdab8
|   |-- sdab9
|   |-- sdac
|   |-- sdac1
|   |-- sdac10
|   |-- sdac11
|   |-- sdac12
|   |-- sdac13
|   |-- sdac14
|   |-- sdac15
|   |-- sdac2
|   |-- sdac3
|   |-- sdac4
|   |-- sdac5
|   |-- sdac6
|   |-- sdac7
|   |-- sdac8
|   |-- sdac9
|   |-- sdad
|   |-- sdad1
|   |-- sdad10
|   |-- sdad11
|   |-- sdad12
|   |-- sdad13
|   |-- sdad14
|   |-- sdad15
|   |-- sdad2
|   |-- sdad3
|   |-- sdad4
|   |-- sdad5
|   |-- sdad6
|   |-- sdad7
|   |-- sdad8
|   |-- sdad9
|   |-- sdae
|   |-- sdae1
|   |-- sdae10
|   |-- sdae11
|   |-- sdae12
|   |-- sdae13
|   |-- sdae14
|   |-- sdae15
|   |-- sdae2
|   |-- sdae3
|   |-- sdae4
|   |-- sdae5
|   |-- sdae6
|   |-- sdae7
|   |-- sdae8
|   |-- sdae9
|   |-- sdaf
|   |-- sdaf1
|   |-- sdaf10
|   |-- sdaf11
|   |-- sdaf12
|   |-- sdaf13
|   |-- sdaf14
|   |-- sdaf15
|   |-- sdaf2
|   |-- sdaf3
|   |-- sdaf4
|   |-- sdaf5
|   |-- sdaf6
|   |-- sdaf7
|   |-- sdaf8
|   |-- sdaf9
|   |-- sdb
|   |-- sdb1
|   |-- sdb10
|   |-- sdb11
|   |-- sdb12
|   |-- sdb13
|   |-- sdb14
|   |-- sdb15
|   |-- sdb2
|   |-- sdb3
|   |-- sdb4
|   |-- sdb5
|   |-- sdb6
|   |-- sdb7
|   |-- sdb8
|   |-- sdb9
|   |-- sdc
|   |-- sdc1
|   |-- sdc10
|   |-- sdc11
|   |-- sdc12
|   |-- sdc13
|   |-- sdc14
|   |-- sdc15
|   |-- sdc2
|   |-- sdc3
|   |-- sdc4
|   |-- sdc5
|   |-- sdc6
|   |-- sdc7
|   |-- sdc8
|   |-- sdc9
|   |-- sdd
|   |-- sdd1
|   |-- sdd10
|   |-- sdd11
|   |-- sdd12
|   |-- sdd13
|   |-- sdd14
|   |-- sdd15
|   |-- sdd2
|   |-- sdd3
|   |-- sdd4
|   |-- sdd5
|   |-- sdd6
|   |-- sdd7
|   |-- sdd8
|   |-- sdd9
|   |-- sde
|   |-- sde1
|   |-- sde10
|   |-- sde11
|   |-- sde12
|   |-- sde13
|   |-- sde14
|   |-- sde15
|   |-- sde2
|   |-- sde3
|   |-- sde4
|   |-- sde5
|   |-- sde6
|   |-- sde7
|   |-- sde8
|   |-- sde9
|   |-- sdf
|   |-- sdf1
|   |-- sdf10
|   |-- sdf11
|   |-- sdf12
|   |-- sdf13
|   |-- sdf14
|   |-- sdf15
|   |-- sdf2
|   |-- sdf3
|   |-- sdf4
|   |-- sdf5
|   |-- sdf6
|   |-- sdf7
|   |-- sdf8
|   |-- sdf9
|   |-- sdg
|   |-- sdg1
|   |-- sdg10
|   |-- sdg11
|   |-- sdg12
|   |-- sdg13
|   |-- sdg14
|   |-- sdg15
|   |-- sdg2
|   |-- sdg3
|   |-- sdg4
|   |-- sdg5
|   |-- sdg6
|   |-- sdg7
|   |-- sdg8
|   |-- sdg9
|   |-- sdh
|   |-- sdh1
|   |-- sdh10
|   |-- sdh11
|   |-- sdh12
|   |-- sdh13
|   |-- sdh14
|   |-- sdh15
|   |-- sdh2
|   |-- sdh3
|   |-- sdh4
|   |-- sdh5
|   |-- sdh6
|   |-- sdh7
|   |-- sdh8
|   |-- sdh9
|   |-- sdi
|   |-- sdi1
|   |-- sdi10
|   |-- sdi11
|   |-- sdi12
|   |-- sdi13
|   |-- sdi14
|   |-- sdi15
|   |-- sdi2
|   |-- sdi3
|   |-- sdi4
|   |-- sdi5
|   |-- sdi6
|   |-- sdi7
|   |-- sdi8
|   |-- sdi9
|   |-- sdj
|   |-- sdj1
|   |-- sdj10
|   |-- sdj11
|   |-- sdj12
|   |-- sdj13
|   |-- sdj14
|   |-- sdj15
|   |-- sdj2
|   |-- sdj3
|   |-- sdj4
|   |-- sdj5
|   |-- sdj6
|   |-- sdj7
|   |-- sdj8
|   |-- sdj9
|   |-- sdk
|   |-- sdk1
|   |-- sdk10
|   |-- sdk11
|   |-- sdk12
|   |-- sdk13
|   |-- sdk14
|   |-- sdk15
|   |-- sdk2
|   |-- sdk3
|   |-- sdk4
|   |-- sdk5
|   |-- sdk6
|   |-- sdk7
|   |-- sdk8
|   |-- sdk9
|   |-- sdl
|   |-- sdl1
|   |-- sdl10
|   |-- sdl11
|   |-- sdl12
|   |-- sdl13
|   |-- sdl14
|   |-- sdl15
|   |-- sdl2
|   |-- sdl3
|   |-- sdl4
|   |-- sdl5
|   |-- sdl6
|   |-- sdl7
|   |-- sdl8
|   |-- sdl9
|   |-- sdm
|   |-- sdm1
|   |-- sdm10
|   |-- sdm11
|   |-- sdm12
|   |-- sdm13
|   |-- sdm14
|   |-- sdm15
|   |-- sdm2
|   |-- sdm3
|   |-- sdm4
|   |-- sdm5
|   |-- sdm6
|   |-- sdm7
|   |-- sdm8
|   |-- sdm9
|   |-- sdn
|   |-- sdn1
|   |-- sdn10
|   |-- sdn11
|   |-- sdn12
|   |-- sdn13
|   |-- sdn14
|   |-- sdn15
|   |-- sdn2
|   |-- sdn3
|   |-- sdn4
|   |-- sdn5
|   |-- sdn6
|   |-- sdn7
|   |-- sdn8
|   |-- sdn9
|   |-- sdo
|   |-- sdo1
|   |-- sdo10
|   |-- sdo11
|   |-- sdo12
|   |-- sdo13
|   |-- sdo14
|   |-- sdo15
|   |-- sdo2
|   |-- sdo3
|   |-- sdo4
|   |-- sdo5
|   |-- sdo6
|   |-- sdo7
|   |-- sdo8
|   |-- sdo9
|   |-- sdp
|   |-- sdp1
|   |-- sdp10
|   |-- sdp11
|   |-- sdp12
|   |-- sdp13
|   |-- sdp14
|   |-- sdp15
|   |-- sdp2
|   |-- sdp3
|   |-- sdp4
|   |-- sdp5
|   |-- sdp6
|   |-- sdp7
|   |-- sdp8
|   |-- sdp9
|   |-- sdq
|   |-- sdq1
|   |-- sdq10
|   |-- sdq11
|   |-- sdq12
|   |-- sdq13
|   |-- sdq14
|   |-- sdq15
|   |-- sdq2
|   |-- sdq3
|   |-- sdq4
|   |-- sdq5
|   |-- sdq6
|   |-- sdq7
|   |-- sdq8
|   |-- sdq9
|   |-- sdr
|   |-- sdr1
|   |-- sdr10
|   |-- sdr11
|   |-- sdr12
|   |-- sdr13
|   |-- sdr14
|   |-- sdr15
|   |-- sdr2
|   |-- sdr3
|   |-- sdr4
|   |-- sdr5
|   |-- sdr6
|   |-- sdr7
|   |-- sdr8
|   |-- sdr9
|   |-- sds
|   |-- sds1
|   |-- sds10
|   |-- sds11
|   |-- sds12
|   |-- sds13
|   |-- sds14
|   |-- sds15
|   |-- sds2
|   |-- sds3
|   |-- sds4
|   |-- sds5
|   |-- sds6
|   |-- sds7
|   |-- sds8
|   |-- sds9
|   |-- sdt
|   |-- sdt1
|   |-- sdt10
|   |-- sdt11
|   |-- sdt12
|   |-- sdt13
|   |-- sdt14
|   |-- sdt15
|   |-- sdt2
|   |-- sdt3
|   |-- sdt4
|   |-- sdt5
|   |-- sdt6
|   |-- sdt7
|   |-- sdt8
|   |-- sdt9
|   |-- sdu
|   |-- sdu1
|   |-- sdu10
|   |-- sdu11
|   |-- sdu12
|   |-- sdu13
|   |-- sdu14
|   |-- sdu15
|   |-- sdu2
|   |-- sdu3
|   |-- sdu4
|   |-- sdu5
|   |-- sdu6
|   |-- sdu7
|   |-- sdu8
|   |-- sdu9
|   |-- sdv
|   |-- sdv1
|   |-- sdv10
|   |-- sdv11
|   |-- sdv12
|   |-- sdv13
|   |-- sdv14
|   |-- sdv15
|   |-- sdv2
|   |-- sdv3
|   |-- sdv4
|   |-- sdv5
|   |-- sdv6
|   |-- sdv7
|   |-- sdv8
|   |-- sdv9
|   |-- sdw
|   |-- sdw1
|   |-- sdw10
|   |-- sdw11
|   |-- sdw12
|   |-- sdw13
|   |-- sdw14
|   |-- sdw15
|   |-- sdw2
|   |-- sdw3
|   |-- sdw4
|   |-- sdw5
|   |-- sdw6
|   |-- sdw7
|   |-- sdw8
|   |-- sdw9
|   |-- sdx
|   |-- sdx1
|   |-- sdx10
|   |-- sdx11
|   |-- sdx12
|   |-- sdx13
|   |-- sdx14
|   |-- sdx15
|   |-- sdx2
|   |-- sdx3
|   |-- sdx4
|   |-- sdx5
|   |-- sdx6
|   |-- sdx7
|   |-- sdx8
|   |-- sdx9
|   |-- sdy
|   |-- sdy1
|   |-- sdy10
|   |-- sdy11
|   |-- sdy12
|   |-- sdy13
|   |-- sdy14
|   |-- sdy15
|   |-- sdy2
|   |-- sdy3
|   |-- sdy4
|   |-- sdy5
|   |-- sdy6
|   |-- sdy7
|   |-- sdy8
|   |-- sdy9
|   |-- sdz
|   |-- sdz1
|   |-- sdz10
|   |-- sdz11
|   |-- sdz12
|   |-- sdz13
|   |-- sdz14
|   |-- sdz15
|   |-- sdz2
|   |-- sdz3
|   |-- sdz4
|   |-- sdz5
|   |-- sdz6
|   |-- sdz7
|   |-- sdz8
|   |-- sdz9
|   |-- tpanel
|   |-- tty
|   |-- tty0
|   |-- tty1
|   |-- tty2
|   |-- tty3
|   |-- tty4
|   |-- tty5
|   |-- tty6
|   |-- tty7
|   |-- tty8
|   |-- ttyS0
|   |-- ttyS1
|   |-- ttyUSB0
|   |-- ttyUSB1
|   |-- ttyp0
|   |-- ttyp1
|   |-- ttyp2
|   |-- ttyp3
|   |-- ttyp4
|   |-- ttyp5
|   |-- ttyp6
|   |-- ttyp7
|   |-- ttyp8
|   |-- ttyp9
|   |-- ttypa
|   |-- ttypb
|   |-- ttypc
|   |-- ttypd
|   |-- ttype
|   |-- ttypf
|   |-- ttyq0
|   |-- ttyq1
|   |-- ttyq2
|   |-- ttyq3
|   |-- ttyq4
|   |-- ttyq5
|   |-- ttyq6
|   |-- ttyq7
|   |-- ttyq8
|   |-- ttyq9
|   |-- ttyqa
|   |-- ttyqb
|   |-- ttyqc
|   |-- ttyqd
|   |-- ttyqe
|   |-- ttyqf
|   |-- ttyr0
|   |-- ttyr1
|   |-- ttyr2
|   |-- ttyr3
|   |-- ttyr4
|   |-- ttyr5
|   |-- ttyr6
|   |-- ttyr7
|   |-- ttyr8
|   |-- ttyr9
|   |-- ttyra
|   |-- ttyrb
|   |-- ttyrc
|   |-- ttyrd
|   |-- ttyre
|   |-- ttyrf
|   |-- ttys0
|   |-- ttys1
|   |-- ttys2
|   |-- ttys3
|   |-- ttys4
|   |-- ttys5
|   |-- ttys6
|   |-- ttys7
|   |-- ttys8
|   |-- ttys9
|   |-- ttysa
|   |-- ttysb
|   |-- ttysc
|   |-- ttysd
|   |-- ttyse
|   |-- ttysf
|   |-- ubd0
|   |-- ubd1
|   |-- urandom
|   |-- video0
|   |-- vscisdn
|   |-- vsctdm
|   `-- zero
|-- etc
|   |-- ff1.conf -> /mnt/cramfs//etc/ff1.conf
|   |-- ff2.conf -> /mnt/cramfs//etc/ff2.conf
|   |-- hhl-arch -> /mnt/cramfs//etc/hhl-arch
|   |-- inetd.conf -> /mnt/cramfs//etc/inetd.conf
|   |-- ipsec.d
|   |   |-- cacerts
|   |   `-- private
|   |-- modules.conf -> /mnt/cramfs//etc/modules.conf
|   |-- nsswitch.conf -> /mnt/cramfs//etc/nsswitch.conf
|   |-- protocols -> /mnt/cramfs//etc/protocols
|   |-- resolv.conf -> /mnt/cramfs//etc/resolv.conf
|   |-- rpc -> /mnt/cramfs//etc/rpc
|   |-- services -> /mnt/cramfs//etc/services
|   `-- termcap -> /mnt/cramfs//etc/termcap
|-- fstab
|-- home
|   `-- httpd
|       |-- cam
|       |   |-- cam1.asx
|       |   |-- cam2.asx
|       |   |-- cam_pics1.html
|       |   |-- cam_stream1.html
|       |   |-- cam_stream2.html
|       |   |-- index.html
|       |   |-- main.html
|       |   |-- menu1.html
|       |   `-- menu2.html
|       |-- html
|       |   `-- images
|       |       |-- add.gif -> /mnt/cramfs//home/httpd/html/images/add.gif
|       |       |-- apply.gif -> /mnt/cramfs//home/httpd/html/images/apply.gif
|       |       |-- border_left.gif -> /mnt/cramfs//home/httpd/html/images/border_left.gif
|       |       |-- border_left_1.gif -> /mnt/cramfs//home/httpd/html/images/border_left_1.gif
|       |       |-- border_left_2.gif -> /mnt/cramfs//home/httpd/html/images/border_left_2.gif
|       |       |-- border_lower_1.gif -> /mnt/cramfs//home/httpd/html/images/border_lower_1.gif
|       |       |-- border_lower_2.gif -> /mnt/cramfs//home/httpd/html/images/border_lower_2.gif
|       |       |-- border_lower_3.gif -> /mnt/cramfs//home/httpd/html/images/border_lower_3.gif
|       |       |-- border_lower_3_off.gif -> /mnt/cramfs//home/httpd/html/images/border_lower_3_off.gif
|       |       |-- border_mid.gif -> /mnt/cramfs//home/httpd/html/images/border_mid.gif
|       |       |-- border_right.gif -> /mnt/cramfs//home/httpd/html/images/border_right.gif
|       |       |-- border_right_1.gif -> /mnt/cramfs//home/httpd/html/images/border_right_1.gif
|       |       |-- border_upper_1.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_1.gif
|       |       |-- border_upper_3.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_3.gif
|       |       |-- border_upper_4_1.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_4_1.gif
|       |       |-- border_upper_4_2.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_4_2.gif
|       |       |-- border_upper_5_bottom.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_5_bottom.gif
|       |       |-- border_upper_5_middle.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_5_middle.gif
|       |       |-- border_upper_5_top.gif -> /mnt/cramfs//home/httpd/html/images/border_upper_5_top.gif
|       |       |-- butt_center.gif -> /mnt/cramfs//home/httpd/html/images/butt_center.gif
|       |       |-- butt_left.gif -> /mnt/cramfs//home/httpd/html/images/butt_left.gif
|       |       |-- butt_right.gif -> /mnt/cramfs//home/httpd/html/images/butt_right.gif
|       |       |-- cancel.gif -> /mnt/cramfs//home/httpd/html/images/cancel.gif
|       |       |-- close.gif -> /mnt/cramfs//home/httpd/html/images/close.gif
|       |       |-- cm.gif -> /mnt/cramfs//home/httpd/html/images/cm.gif
|       |       |-- cog_wheel.gif -> /mnt/cramfs//home/httpd/html/images/cog_wheel.gif
|       |       |-- conn-bridge.gif -> /mnt/cramfs//home/httpd/html/images/conn-bridge.gif
|       |       |-- conn-eth.gif -> /mnt/cramfs//home/httpd/html/images/conn-eth.gif
|       |       |-- conn-line.gif -> /mnt/cramfs//home/httpd/html/images/conn-line.gif
|       |       |-- conn-up.gif -> /mnt/cramfs//home/httpd/html/images/conn-up.gif
|       |       |-- conn-usb.gif -> /mnt/cramfs//home/httpd/html/images/conn-usb.gif
|       |       |-- conn-vpn.gif -> /mnt/cramfs//home/httpd/html/images/conn-vpn.gif
|       |       |-- conn-wire-line.gif -> /mnt/cramfs//home/httpd/html/images/conn-wire-line.gif
|       |       |-- cp.gif -> /mnt/cramfs//home/httpd/html/images/cp.gif
|       |       |-- ct.gif -> /mnt/cramfs//home/httpd/html/images/ct.gif
|       |       |-- delete.gif -> /mnt/cramfs//home/httpd/html/images/delete.gif
|       |       |-- edit.gif -> /mnt/cramfs//home/httpd/html/images/edit.gif
|       |       |-- empty.gif -> /mnt/cramfs//home/httpd/html/images/empty.gif
|       |       |-- error.gif -> /mnt/cramfs//home/httpd/html/images/error.gif
|       |       |-- fw-hi.gif -> /mnt/cramfs//home/httpd/html/images/fw-hi.gif
|       |       |-- fw-low.gif -> /mnt/cramfs//home/httpd/html/images/fw-low.gif
|       |       |-- fw-mid.gif -> /mnt/cramfs//home/httpd/html/images/fw-mid.gif
|       |       |-- globe.gif -> /mnt/cramfs//home/httpd/html/images/globe.gif
|       |       |-- harddrives.gif -> /mnt/cramfs//home/httpd/html/images/harddrives.gif
|       |       |-- host_on.gif -> /mnt/cramfs//home/httpd/html/images/host_on.gif
|       |       |-- host_on_many.gif -> /mnt/cramfs//home/httpd/html/images/host_on_many.gif
|       |       |-- hourglass.gif -> /mnt/cramfs//home/httpd/html/images/hourglass.gif
|       |       |-- last_row_end_wire.gif -> /mnt/cramfs//home/httpd/html/images/last_row_end_wire.gif
|       |       |-- line-color.gif -> /mnt/cramfs//home/httpd/html/images/line-color.gif
|       |       |-- line-hostdiscnnt.gif -> /mnt/cramfs//home/httpd/html/images/line-hostdiscnnt.gif
|       |       |-- local_server.gif -> /mnt/cramfs//home/httpd/html/images/local_server.gif
|       |       |-- minus.gif -> /mnt/cramfs//home/httpd/html/images/minus.gif
|       |       |-- nav_left_bottom.gif -> /mnt/cramfs//home/httpd/html/images/nav_left_bottom.gif
|       |       |-- nav_left_middle.gif -> /mnt/cramfs//home/httpd/html/images/nav_left_middle.gif
|       |       |-- nav_left_top.gif -> /mnt/cramfs//home/httpd/html/images/nav_left_top.gif
|       |       |-- nav_middle_bottom.gif -> /mnt/cramfs//home/httpd/html/images/nav_middle_bottom.gif
|       |       |-- nav_middle_top.gif -> /mnt/cramfs//home/httpd/html/images/nav_middle_top.gif
|       |       |-- nav_right_bottom.gif -> /mnt/cramfs//home/httpd/html/images/nav_right_bottom.gif
|       |       |-- nav_right_middle.gif -> /mnt/cramfs//home/httpd/html/images/nav_right_middle.gif
|       |       |-- nav_right_top.gif -> /mnt/cramfs//home/httpd/html/images/nav_right_top.gif
|       |       |-- ok.gif -> /mnt/cramfs//home/httpd/html/images/ok.gif
|       |       |-- openrg_logo.gif -> /mnt/cramfs//home/httpd/html/images/openrg_logo.gif
|       |       |-- page_about.gif -> /mnt/cramfs//home/httpd/html/images/page_about.gif
|       |       |-- page_access_ctrl.gif -> /mnt/cramfs//home/httpd/html/images/page_access_ctrl.gif
|       |       |-- page_admin_restart.gif -> /mnt/cramfs//home/httpd/html/images/page_admin_restart.gif
|       |       |-- page_admin_restore_defaults.gif -> /mnt/cramfs//home/httpd/html/images/page_admin_restore_defaults.gif
|       |       |-- page_admin_set_time.gif -> /mnt/cramfs//home/httpd/html/images/page_admin_set_time.gif
|       |       |-- page_admin_tech_info.gif -> /mnt/cramfs//home/httpd/html/images/page_admin_tech_info.gif
|       |       |-- page_advanced.gif -> /mnt/cramfs//home/httpd/html/images/page_advanced.gif
|       |       |-- page_auto_upgrade.gif -> /mnt/cramfs//home/httpd/html/images/page_auto_upgrade.gif
|       |       |-- page_bridge.gif -> /mnt/cramfs//home/httpd/html/images/page_bridge.gif
|       |       |-- page_conn.gif -> /mnt/cramfs//home/httpd/html/images/page_conn.gif
|       |       |-- page_dhcps.gif -> /mnt/cramfs//home/httpd/html/images/page_dhcps.gif
|       |       |-- page_diag.gif -> /mnt/cramfs//home/httpd/html/images/page_diag.gif
|       |       |-- page_dmz.gif -> /mnt/cramfs//home/httpd/html/images/page_dmz.gif
|       |       |-- page_dns.gif -> /mnt/cramfs//home/httpd/html/images/page_dns.gif
|       |       |-- page_eth.gif -> /mnt/cramfs//home/httpd/html/images/page_eth.gif
|       |       |-- page_firewall_log.gif -> /mnt/cramfs//home/httpd/html/images/page_firewall_log.gif
|       |       |-- page_local_servers.gif -> /mnt/cramfs//home/httpd/html/images/page_local_servers.gif
|       |       |-- page_login.gif -> /mnt/cramfs//home/httpd/html/images/page_login.gif
|       |       |-- page_mac.gif -> /mnt/cramfs//home/httpd/html/images/page_mac.gif
|       |       |-- page_man_upgrade.gif -> /mnt/cramfs//home/httpd/html/images/page_man_upgrade.gif
|       |       |-- page_monitoring.gif -> /mnt/cramfs//home/httpd/html/images/page_monitoring.gif
|       |       |-- page_network.gif -> /mnt/cramfs//home/httpd/html/images/page_network.gif
|       |       |-- page_new_conn.gif -> /mnt/cramfs//home/httpd/html/images/page_new_conn.gif
|       |       |-- page_remote_access.gif -> /mnt/cramfs//home/httpd/html/images/page_remote_access.gif
|       |       |-- page_restriction.gif -> /mnt/cramfs//home/httpd/html/images/page_restriction.gif
|       |       |-- page_route.gif -> /mnt/cramfs//home/httpd/html/images/page_route.gif
|       |       |-- page_security.gif -> /mnt/cramfs//home/httpd/html/images/page_security.gif
|       |       |-- page_settings.gif -> /mnt/cramfs//home/httpd/html/images/page_settings.gif
|       |       |-- page_upgrade.gif -> /mnt/cramfs//home/httpd/html/images/page_upgrade.gif
|       |       |-- page_usb.gif -> /mnt/cramfs//home/httpd/html/images/page_usb.gif
|       |       |-- page_users.gif -> /mnt/cramfs//home/httpd/html/images/page_users.gif
|       |       |-- page_vpn.gif -> /mnt/cramfs//home/httpd/html/images/page_vpn.gif
|       |       |-- page_vpn_conn.gif -> /mnt/cramfs//home/httpd/html/images/page_vpn_conn.gif
|       |       |-- page_wlan.gif -> /mnt/cramfs//home/httpd/html/images/page_wlan.gif
|       |       |-- page_wlan_11g.gif -> /mnt/cramfs//home/httpd/html/images/page_wlan_11g.gif
|       |       |-- page_wlan_usb.gif -> /mnt/cramfs//home/httpd/html/images/page_wlan_usb.gif
|       |       |-- plus.gif -> /mnt/cramfs//home/httpd/html/images/plus.gif
|       |       |-- row_end_wire.gif -> /mnt/cramfs//home/httpd/html/images/row_end_wire.gif
|       |       |-- short-line.gif -> /mnt/cramfs//home/httpd/html/images/short-line.gif
|       |       |-- sidebar_advanced.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_advanced.gif
|       |       |-- sidebar_bg.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_bg.gif
|       |       |-- sidebar_conns.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_conns.gif
|       |       |-- sidebar_home.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_home.gif
|       |       |-- sidebar_logout.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_logout.gif
|       |       |-- sidebar_monitoring.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_monitoring.gif
|       |       |-- sidebar_quick.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_quick.gif
|       |       |-- sidebar_restriction.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_restriction.gif
|       |       |-- sidebar_security.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_security.gif
|       |       |-- sidebar_wizard.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_wizard.gif
|       |       |-- sidebar_wlan.gif -> /mnt/cramfs//home/httpd/html/images/sidebar_wlan.gif
|       |       |-- stop-sign.gif -> /mnt/cramfs//home/httpd/html/images/stop-sign.gif
|       |       |-- tab_bg.gif -> /mnt/cramfs//home/httpd/html/images/tab_bg.gif
|       |       |-- tab_bg_sel.gif -> /mnt/cramfs//home/httpd/html/images/tab_bg_sel.gif
|       |       |-- tab_left.gif -> /mnt/cramfs//home/httpd/html/images/tab_left.gif
|       |       |-- tab_left_sel.gif -> /mnt/cramfs//home/httpd/html/images/tab_left_sel.gif
|       |       |-- tab_mid.gif -> /mnt/cramfs//home/httpd/html/images/tab_mid.gif
|       |       |-- tab_mid_left_sel.gif -> /mnt/cramfs//home/httpd/html/images/tab_mid_left_sel.gif
|       |       |-- tab_mid_right_sel.gif -> /mnt/cramfs//home/httpd/html/images/tab_mid_right_sel.gif
|       |       |-- tab_right.gif -> /mnt/cramfs//home/httpd/html/images/tab_right.gif
|       |       |-- tab_right_sel.gif -> /mnt/cramfs//home/httpd/html/images/tab_right_sel.gif
|       |       |-- tab_sep.gif -> /mnt/cramfs//home/httpd/html/images/tab_sep.gif
|       |       |-- test.gif -> /mnt/cramfs//home/httpd/html/images/test.gif
|       |       |-- thumb-up.gif -> /mnt/cramfs//home/httpd/html/images/thumb-up.gif
|       |       |-- trim_left.gif -> /mnt/cramfs//home/httpd/html/images/trim_left.gif
|       |       |-- vertical-line.gif -> /mnt/cramfs//home/httpd/html/images/vertical-line.gif
|       |       |-- vol_active.gif -> /mnt/cramfs//home/httpd/html/images/vol_active.gif
|       |       `-- vol_inactive.gif -> /mnt/cramfs//home/httpd/html/images/vol_inactive.gif
|       |-- i
|       |   |-- index.html
|       |   `-- pic.html
|       `-- setting
|           `-- index.html
|-- lib
|   |-- ld-linux.so.2 -> /mnt/cramfs/lib/ld-linux.so.2
|   |-- libc.so.6 -> /mnt/cramfs/lib/libc.so.6
|   |-- libcrypt.so.1 -> /mnt/cramfs/lib/libcrypt.so.1
|   |-- libcrypto.so -> /mnt/cramfs//lib/libcrypto.so
|   |-- libdl.so.2 -> /mnt/cramfs/lib/libdl.so.2
|   |-- libfreeswan.so -> /mnt/cramfs//lib/libfreeswan.so
|   |-- libgmp.so.2 -> libgmp.so.2.0.2
|   |-- libgmp.so.2.0.2 -> /mnt/cramfs//lib/libgmp.so.2.0.2
|   |-- libm.so.6 -> /mnt/cramfs/lib/libm.so.6
|   |-- libnsl.so.1 -> /mnt/cramfs/lib/libnsl.so.1
|   |-- libnss_dns.so.2 -> /mnt/cramfs/lib/libnss_dns.so.2
|   |-- libnss_files.so.2 -> /mnt/cramfs/lib/libnss_files.so.2
|   |-- libopenrg.so -> /mnt/cramfs//lib/libopenrg.so
|   |-- libopenrg_gpl.so -> /mnt/cramfs//lib/libopenrg_gpl.so
|   |-- libresolv.so.2 -> /mnt/cramfs/lib/libresolv.so.2
|   |-- libssl.so -> /mnt/cramfs//lib/libssl.so
|   |-- libutil.so.1 -> /mnt/cramfs/lib/libutil.so.1
|   `-- modules
|       |-- adm6996_mod.o -> /mnt/cramfs//lib/modules/adm6996_mod.o
|       |-- at93cxx_mod.o -> /mnt/cramfs//lib/modules/at93cxx_mod.o
|       |-- bsd_comp.o -> /mnt/cramfs//lib/modules/bsd_comp.o
|       |-- btn.o -> /mnt/cramfs//lib/modules/btn.o
|       |-- codeletHss.o -> /mnt/cramfs//lib/modules/codeletHss.o
|       |-- csr.o -> /mnt/cramfs//lib/modules/csr.o
|       |-- ehci-hcd.o -> /mnt/cramfs//lib/modules/ehci-hcd.o
|       |-- igmp_proxy_mod.o -> /mnt/cramfs//lib/modules/igmp_proxy_mod.o
|       |-- ixp425_csr_init_mod.o -> /mnt/cramfs//lib/modules/ixp425_csr_init_mod.o
|       |-- ixp425_eth_mod.o -> /mnt/cramfs//lib/modules/ixp425_eth_mod.o
|       |-- ixp425_flash_mod.o -> /mnt/cramfs//lib/modules/ixp425_flash_mod.o
|       |-- jfw.o -> /mnt/cramfs//lib/modules/jfw.o
|       |-- kleds_mod.o -> /mnt/cramfs//lib/modules/kleds_mod.o
|       |-- kos_lib.o -> /mnt/cramfs//lib/modules/kos_lib.o
|       |-- krgldr_module.o -> /mnt/cramfs//lib/modules/krgldr_module.o
|       |-- log_chardev.o -> /mnt/cramfs//lib/modules/log_chardev.o
|       |-- nb_rt.o -> /mnt/cramfs//lib/modules/nb_rt.o
|       |-- ppp.o -> /mnt/cramfs//lib/modules/ppp.o
|       |-- ppp_deflate.o -> /mnt/cramfs//lib/modules/ppp_deflate.o
|       |-- rg_bridge.o -> /mnt/cramfs//lib/modules/rg_bridge.o
|       |-- rg_dhcp_pktfil.o -> /mnt/cramfs//lib/modules/rg_dhcp_pktfil.o
|       |-- rg_ipv4.o -> /mnt/cramfs//lib/modules/rg_ipv4.o
|       |-- rg_ipv6_bridge.o -> /mnt/cramfs//lib/modules/rg_ipv6_bridge.o
|       |-- tcp_mss.o -> /mnt/cramfs//lib/modules/tcp_mss.o
|       |-- usb-storage.o -> /mnt/cramfs//lib/modules/usb-storage.o
|       `-- usb-uhci.o -> /mnt/cramfs//lib/modules/usb-uhci.o
|-- lost+found
|-- mnt
|   |-- cramfs
|   |-- flash
|   `-- fs
|-- proc
|-- sbin -> bin
|-- tmp
|-- usr
`-- var

25 directories, 1024 files

同様に image.fs の tree 結果を以下に付けます。
[toyota@kashyyyk]% tree
.
|-- bin
|   |-- _pluto_adns
|   |-- arp
|   |-- busybox
|   |-- dosfsck
|   |-- e2fsck
|   |-- eroute
|   |-- hotplug
|   |-- init
|   |-- klipsdebug
|   |-- mkdosfs
|   |-- mke2fs
|   |-- nmbd
|   |-- openrg
|   |-- pluto
|   |-- pptp
|   |-- pptp_callmgr
|   |-- pptpctrl
|   |-- pptpd
|   |-- ranbits
|   |-- rsasigkey
|   |-- sfdisk
|   |-- smbd
|   |-- spi
|   |-- spigrp
|   `-- tncfg
|-- etc
|   |-- ff1.conf
|   |-- ff2.conf
|   |-- hhl-arch
|   |-- inetd.conf
|   |-- modules.conf
|   |-- nsswitch.conf
|   |-- protocols
|   |-- resolv.conf
|   |-- rpc
|   |-- services
|   `-- termcap
|-- home
|   `-- httpd
|       `-- html
|           `-- images
|               |-- add.gif
|               |-- apply.gif
|               |-- border_left.gif
|               |-- border_left_1.gif
|               |-- border_left_2.gif
|               |-- border_lower_1.gif
|               |-- border_lower_2.gif
|               |-- border_lower_3.gif
|               |-- border_lower_3_off.gif
|               |-- border_mid.gif
|               |-- border_right.gif
|               |-- border_right_1.gif
|               |-- border_upper_1.gif
|               |-- border_upper_3.gif
|               |-- border_upper_4_1.gif
|               |-- border_upper_4_2.gif
|               |-- border_upper_5_bottom.gif
|               |-- border_upper_5_middle.gif
|               |-- border_upper_5_top.gif
|               |-- butt_center.gif
|               |-- butt_left.gif
|               |-- butt_right.gif
|               |-- cancel.gif
|               |-- close.gif
|               |-- cm.gif
|               |-- cog_wheel.gif
|               |-- conn-bridge.gif
|               |-- conn-eth.gif
|               |-- conn-line.gif
|               |-- conn-up.gif
|               |-- conn-usb.gif
|               |-- conn-vpn.gif
|               |-- conn-wire-line.gif
|               |-- cp.gif
|               |-- ct.gif
|               |-- delete.gif
|               |-- edit.gif
|               |-- empty.gif
|               |-- error.gif
|               |-- fw-hi.gif
|               |-- fw-low.gif
|               |-- fw-mid.gif
|               |-- globe.gif
|               |-- harddrives.gif
|               |-- host_on.gif
|               |-- host_on_many.gif
|               |-- hourglass.gif
|               |-- last_row_end_wire.gif
|               |-- line-color.gif
|               |-- line-hostdiscnnt.gif
|               |-- local_server.gif
|               |-- minus.gif
|               |-- nav_left_bottom.gif
|               |-- nav_left_middle.gif
|               |-- nav_left_top.gif
|               |-- nav_middle_bottom.gif
|               |-- nav_middle_top.gif
|               |-- nav_right_bottom.gif
|               |-- nav_right_middle.gif
|               |-- nav_right_top.gif
|               |-- ok.gif
|               |-- openrg_logo.gif
|               |-- page_about.gif
|               |-- page_access_ctrl.gif
|               |-- page_admin_restart.gif
|               |-- page_admin_restore_defaults.gif
|               |-- page_admin_set_time.gif
|               |-- page_admin_tech_info.gif
|               |-- page_advanced.gif
|               |-- page_auto_upgrade.gif
|               |-- page_bridge.gif
|               |-- page_conn.gif
|               |-- page_dhcps.gif
|               |-- page_diag.gif
|               |-- page_dmz.gif
|               |-- page_dns.gif
|               |-- page_eth.gif
|               |-- page_firewall_log.gif
|               |-- page_local_servers.gif
|               |-- page_login.gif
|               |-- page_mac.gif
|               |-- page_man_upgrade.gif
|               |-- page_monitoring.gif
|               |-- page_network.gif
|               |-- page_new_conn.gif
|               |-- page_remote_access.gif
|               |-- page_restriction.gif
|               |-- page_route.gif
|               |-- page_security.gif
|               |-- page_settings.gif
|               |-- page_upgrade.gif
|               |-- page_usb.gif
|               |-- page_users.gif
|               |-- page_vpn.gif
|               |-- page_vpn_conn.gif
|               |-- page_wlan.gif
|               |-- page_wlan_11g.gif
|               |-- page_wlan_usb.gif
|               |-- plus.gif
|               |-- row_end_wire.gif
|               |-- short-line.gif
|               |-- sidebar_advanced.gif
|               |-- sidebar_bg.gif
|               |-- sidebar_conns.gif
|               |-- sidebar_home.gif
|               |-- sidebar_logout.gif
|               |-- sidebar_monitoring.gif
|               |-- sidebar_quick.gif
|               |-- sidebar_restriction.gif
|               |-- sidebar_security.gif
|               |-- sidebar_wizard.gif
|               |-- sidebar_wlan.gif
|               |-- stop-sign.gif
|               |-- tab_bg.gif
|               |-- tab_bg_sel.gif
|               |-- tab_left.gif
|               |-- tab_left_sel.gif
|               |-- tab_mid.gif
|               |-- tab_mid_left_sel.gif
|               |-- tab_mid_right_sel.gif
|               |-- tab_right.gif
|               |-- tab_right_sel.gif
|               |-- tab_sep.gif
|               |-- test.gif
|               |-- thumb-up.gif
|               |-- trim_left.gif
|               |-- vertical-line.gif
|               |-- vol_active.gif
|               `-- vol_inactive.gif
`-- lib
    |-- ld-linux.so.2
    |-- libc.so.6
    |-- libcrypt.so.1
    |-- libcrypto.so
    |-- libdl.so.2
    |-- libfreeswan.so
    |-- libgmp.so.2.0.2
    |-- libm.so.6
    |-- libnsl.so.1
    |-- libnss_dns.so.2
    |-- libnss_files.so.2
    |-- libopenrg.so
    |-- libopenrg_gpl.so
    |-- libresolv.so.2
    |-- libssl.so
    |-- libutil.so.1
    `-- modules
        |-- adm6996_mod.o
        |-- at93cxx_mod.o
        |-- bsd_comp.o
        |-- btn.o
        |-- codeletHss.o
        |-- csr.o
        |-- ehci-hcd.o
        |-- igmp_proxy_mod.o
        |-- ixp425_csr_init_mod.o
        |-- ixp425_eth_mod.o
        |-- ixp425_flash_mod.o
        |-- jfw.o
        |-- kleds_mod.o
        |-- kos_lib.o
        |-- krgldr_module.o
        |-- log_chardev.o
        |-- nb_rt.o
        |-- ppp.o
        |-- ppp_deflate.o
        |-- rg_bridge.o
        |-- rg_dhcp_pktfil.o
        |-- rg_ipv4.o
        |-- rg_ipv6_bridge.o
        |-- tcp_mss.o
        |-- usb-storage.o
        `-- usb-uhci.o

8 directories, 207 files

ffmpeg など、カメラ機能のためのものが見られます。他のルータには ないので、少し新鮮です。それ以外で、楽しそうなファイルはなさそうです。

Samba が中に入っているのですが、バージョンは 3.0.1 ベースのようです。


Team Yokohama X-VACCINE & Tatsuyoshi Networks
もどる