[Rear-users] Feature Requests item #1575863

Christian Neuhold cuniculus at inode.at
Thu Feb 15 14:06:13 CET 2007


Hello,

i made a ls and a find output from /sys.

cheers,
	cuni
Am Donnerstag, 15. Februar 2007 13:26:35 schrieb Schlomo Schapiro:
> Hi,
>
> can you also send me the result of ls -Rl /sys or something like that ?
>
> Thanks,
> Schlomo
>
> > Hi,
> >
> > I compiled an installed vol_id with success.
> >
> > Now, I have got a new failure:
> > [root at CNCCENTOS01 ~]# rear -d -D mkbackup
> > Relax & Recover Version 1.4 / 2007-02-06
> > The preparation phase OK
> > ERROR: BUG BUG BUG!  There is more than one device in /sysfs for '':
> >
> > Please file a bug with complete info about your system, e.g. (fake) RAID,
> > LVM,
> > MD, ...
> >         Please report this as a bug to the authors of Relax & Recover
> > [root at CNCCENTOS01 ~]#
> >
> > I attached LOG File.
> >
> > best regards
> >         cuni
> >
> > PS.: I changed local.conf :-) ...
> >
> > Am Mittwoch, 14. Februar 2007 23:08:23 schrieb Schlomo Schapiro:
> >> Hi,
> >>
> >> can you remove udev_volume_id or try to install the vol_id RPM I provide
> >> ?
> >> If you could recompile the src.rpm and mail me the resulting binary RPM
> >> I'll put it on sf.net, too.
> >>
> >> Basically, it seems to be a problem of CentOS's udev implementation. If
> >> neither udev_volume_id nor vol_id are found it will fallback to the
> >> internal version.
> >>
> >> Besides that, there is not TSM output module so you shouldn't wonder if
> >> no
> >> output is generated :-) Try one of ISO USB PXE instead and set
> >> BACKUP=TSM
> >> because your backup is with TSM.
> >>
> >> Regards,
> >> Schlomo
> >>
> >> PS: I don't have a CentOS at the moment so your testing is much
> >> appreciated
> >> !
> >>
> >> PPS: -S is really only intended to check /tmp/rear* between the
> >> different
> >> stages if you suspect something going wrong there.
> >>
> >> Christian Neuhold wrote:
> >> > Hi,
> >> >
> >> > i only make a minimal rear configuration, I hope this is ok.
> >> > My root filesystem is on a logical volume.
> >> > rear backup command I use: rear -d -D mkbackup
> >> >
> >> > vol_id does not exist in Centos 4.4, instead I use udev_volume_id, but
> >>
> >> I
> >>
> >> > get "error DEVPATH empty" always.
> >> >
> >> > udev_volume_id  /dev/mapper/rootvg-root_lv
> >> > error DEVPATH empty
> >> >
> >> > udev_volume_id /dev/rootvg/rootlv
> >> > error DEVPATH empty
> >> >
> >> > udev_volume_id  /dev/sdc
> >> > error DEVPATH empty
> >> >
> >> >
> >> >
> >> > local.conf
> >> > OUTPUT=TSM
> >> > MODULES_LOAD=( vmxnet )
> >> >
> >> > /proc/partitions
> >> > major minor  #blocks  name
> >> >
> >> >    8     0    2097152 sda
> >> >    8     1     152586 sda1
> >> >    8     2    1943865 sda2
> >> >    8    16    2097152 sdb
> >> >    8    17     152586 sdb1
> >> >    8    18    1943865 sdb2
> >> >    9     0     152512 md0
> >> >    9     1    1943744 md1
> >> >  253     0     262144 dm-0
> >> >  253     1     131072 dm-1
> >> >  253     2     950272 dm-2
> >> >  253     3     425984 dm-3
> >> >  253     4     131072 dm-4
> >> >    8    32     229376 sdc
> >> >  253     5      53248 dm-5
> >> >
> >> > fstab:
> >> > # This file is edited by fstab-sync - see 'man fstab-sync' for details
> >> > /dev/rootvg/rootlv      /                       ext3    defaults
> >>
> >>  1
> >>
> >> > 1 /dev/md0                /boot                   ext3    defaults
> >> > 1 2 none                    /dev/pts                devpts
> >> > gid=5,mode=620  0 0 none                    /dev/shm
> >>
> >> tmpfs
> >>
> >> >   defaults        0 0 none                    /proc
> >> > proc    defaults        0 0 none                    /sys
> >> >   sysfs   defaults        0 0 /dev/rootvg/tmp_lv      /tmp
> >> >     ext3    defaults        1 2 /dev/rootvg/usr_lv      /usr
> >> >       ext3    defaults        1 2 /dev/rootvg/var_lv      /var
> >> >         ext3    defaults        1 2 /dev/rootvg/swap_lv     swap
> >> >           swap    defaults        0 0 /dev/datavg/prod_lv
> >>
> >> /srv/prod
> >>
> >> >             ext3    defaults,noauto 0 0 /dev/hdc
> >> > /media/cdrom            auto
> >> > pamconsole,exec,noauto,managed 0 0
> >> > /dev/fd0                /media/floppy           auto
> >> > pamconsole,exec,noauto,managed 0 0
> >> >
> >> >
> >> > /tmp/rear.log
> >> > 2007-02-13 20:31:35 Relax & Recover Version 1.4 / 2007-02-06
> >> > 2007-02-13 20:31:35 Combining configuration files
> >> > 2007-02-13 20:31:35 Skipping /etc/rear/mkbackup.conf (file not found
> >>
> >> or
> >>
> >> > empty) 2007-02-13 20:31:35 Including /etc/rear/Linux-i386.conf
> >> > 2007-02-13 20:31:35 Including /etc/rear/GNU/Linux.conf
> >> > 2007-02-13 20:31:35 Skipping /etc/rear/CentOS.conf (file not found or
> >> > empty) 2007-02-13 20:31:35 Skipping /etc/rear/CentOS/i386.conf (file
> >>
> >> not
> >>
> >> > found or empty)
> >> > 2007-02-13 20:31:35 Skipping /etc/rear/CentOS/4.4.conf (file not found
> >>
> >> or
> >>
> >> > empty)
> >> > 2007-02-13 20:31:35 Including /etc/rear/site.conf
> >> > 2007-02-13 20:31:35 Including /etc/rear/local.conf
> >> > 2007-02-13 20:31:36 Creating build area '/tmp/rear.4065'
> >> > 2007-02-13 20:31:36 Running mkbackup workflow
> >> > 2007-02-13 20:31:36 Running 'prep' stage
> >> > 2007-02-13 20:31:36 Including prep/default/01_progress_start.sh
> >> > 2007-02-13 20:31:36 Including prep/TSM/default/40_prep_tsm.sh
> >> > 2007-02-13 20:31:36 Including prep/default/99_progress_stop.sh
> >> > 2007-02-13 20:31:36 Finished running 'prep' stage in 0 seconds
> >> > 2007-02-13 20:31:36 Running 'dr' stage
> >> > 2007-02-13 20:31:36 Including dr/default/01_mk_config_dir_recovery.sh
> >> > 2007-02-13 20:31:36 Including
> >> > dr/GNU/Linux/10_describe_physical_devices.sh 2007-02-13 20:31:36
> >>
> >> Skipping
> >>
> >> > small removable device 'hdc' [Size: 3GB]. Adjust
> >> > SYSFS_REMOVABLE_DEVICE_SIZE [15] to prevent
> >> > this.
> >> > 2007-02-13 20:31:36 Including
> >> > dr/GNU/Linux/11_describe_mountpoint_device.sh 2007-02-13 20:31:36
> >> > Including dr/GNU/Linux/12_describe_filesystems.sh 2007-02-13 20:31:36
> >> > ERROR Cannot determine filesystem info
> >> > on '/dev/mapper/rootvg-rootlv'
> >> > Your udev implementation (vol_id or udev_volume_id) does not recognize
> >> > it. [root at CNCCENTOS01 /]# rm -rf /tmp/rear.*
> >> > rear mkbackup -d
> >> > [root at CNCCENTOS01 /]# rear -d -D mkbackup
> >> > Relax & Recover Version 1.4 / 2007-02-06
> >> > The preparation phase OK
> >> > ERROR: Cannot determine filesystem info on '/dev/mapper/rootvg-rootlv'
> >> > Your udev implementation (vol_id or udev_volume_id) does not recognize
> >> > it. [root at CNCCENTOS01 /]# cat /tmp/rear.
> >> > cat: /tmp/rear.: No such file or directory
> >> > [root at CNCCENTOS01 /]# cat /tmp/rear.log
> >> > 2007-02-13 20:31:51 Relax & Recover Version 1.4 / 2007-02-06
> >> > 2007-02-13 20:31:51 Combining configuration files
> >> > 2007-02-13 20:31:51 Skipping /etc/rear/mkbackup.conf (file not found
> >>
> >> or
> >>
> >> > empty) 2007-02-13 20:31:51 Including /etc/rear/Linux-i386.conf
> >> > + . /etc/rear/Linux-i386.conf
> >> > ++ REQUIRED_PROGS=("${REQUIRED_PROGS[@]}" sfdisk)
> >> > ++ PROGS=("${PROGS[@]}" grub partprobe parted lilo fdisk cfdisk)
> >> > + test 1
> >> > + set +x
> >> > 2007-02-13 20:31:51 Including /etc/rear/GNU/Linux.conf
> >> > + . /etc/rear/GNU/Linux.conf
> >> > ++ PROGS=(${PROGS[@]} bash mknod vol_id udev_volume_id portmap
> >>
> >> readlink
> >>
> >> > rpcinfo grep cat tr reboot halt shutdown killall5
> >> > killall chroot tee awk ip ifenslave klogd syslog-ng syslogd echo cp
> >>
> >> date
> >>
> >> > wc cut rm test init ethtool expand sed mount umou
> >> > nt insmod modprobe lsmod true false mingetty rmmod hostname uname
> >>
> >> sleep
> >>
> >> > logger ps ln dirname basename mkdir cpio tty ping
> >> > netstat free traceroute less vi rmmod df ls dmesg du tar gzip netcat
> >>
> >> top
> >>
> >> > iptraf joe pico getent id nslookup ldd strace rsy
> >> > nc tail head find md5sum mkfs mkfs.ext2 mkfs.ext3 mkfs.jfs mkfs.xfs
> >> > mkfs.reiserfs mkreiserfs fsck.ext2 fsck.ext3 fsck.xfs
> >> > fsck.reiserfs reiserfsck tune2fs xfs_admin xfs_db jfs_tune
> >>
> >> reiserfstune
> >>
> >> > fsck expr egrep grep fgrep df chmod chown stat mks
> >> > wap swapon swapoff mknod)
> >> > ++ LIBS=(${LIBS[@]} /lib/libnss_dns* /lib/libnss_files*
> >>
> >> /lib/libgcc_s*)
> >>
> >> > ++ MODULES=(${MODULES[@]} af_packet unix nfs lockd sunrpc cifs)
> >> > ++
> >> > COPY_AS_IS=(${COPY_AS_IS[@]} /dev /etc/protocols /etc/services
> >>
> >> /etc/rpc
> >>
> >> > /etc/termcap /usr/share/terminfo) + test 1
> >> > + set +x
> >> > 2007-02-13 20:31:51 Skipping /etc/rear/CentOS.conf (file not found or
> >> > empty) 2007-02-13 20:31:51 Skipping /etc/rear/CentOS/i386.conf (file
> >>
> >> not
> >>
> >> > found or empty)
> >> > 2007-02-13 20:31:51 Skipping /etc/rear/CentOS/4.4.conf (file not found
> >>
> >> or
> >>
> >> > empty)
> >> > 2007-02-13 20:31:51 Including /etc/rear/site.conf
> >> > + . /etc/rear/site.conf
> >> > + test 1
> >> > + set +x
> >> > 2007-02-13 20:31:51 Including /etc/rear/local.conf
> >> > + . /etc/rear/local.conf
> >> > ++ OUTPUT=TSM
> >> > ++ MODULES_LOAD=(vmxnet)
> >> > + test 1
> >> > + set +x
> >> > 2007-02-13 20:31:51 Creating build area '/tmp/rear.4263'
> >> > 2007-02-13 20:31:51 Running mkbackup workflow
> >> > 2007-02-13 20:31:51 Running 'prep' stage
> >> > 2007-02-13 20:31:51 Including prep/default/01_progress_start.sh
> >> > + . /usr/share/rear/prep/default/01_progress_start.sh
> >> > ++ ProgressStart 'The preparation phase'
> >> > ++ echo -n 'The preparation phase  '
> >> > ++ kill -USR2 4296
> >> > + test 1
> >> > + set +x
> >> > 2007-02-13 20:31:51 Including prep/TSM/default/40_prep_tsm.sh
> >> > + . /usr/share/rear/prep/TSM/default/40_prep_tsm.sh
> >> > ++ COPY_AS_IS=("${COPY_AS_IS[@]}" "${COPY_AS_IS_TSM[@]}")
> >> > ++
> >> > COPY_AS_IS_EXCLUDE=("${COPY_AS_IS_EXCLUDE[@]}"
> >> > "${COPY_AS_IS_EXCLUDE_TSM[@]}") ++ PROGS=("${PROGS[*]}"
> >> > "${PROGS_TSM[*]}")
> >> > + test 1
> >> > + set +x
> >> > 2007-02-13 20:31:51 Including prep/default/99_progress_stop.sh
> >> > + . /usr/share/rear/prep/default/99_progress_stop.sh
> >> > ++ ProgressStop
> >> > ++ kill -USR1 4296
> >> > ++ echo -e '\bOK'
> >> > + test 1
> >> > + set +x
> >> > 2007-02-13 20:31:51 Finished running 'prep' stage in 0 seconds
> >> > 2007-02-13 20:31:51 Running 'dr' stage
> >> > 2007-02-13 20:31:51 Including dr/default/01_mk_config_dir_recovery.sh
> >> > + . /usr/share/rear/dr/default/01_mk_config_dir_recovery.sh
> >> > ++ rm -Rf /etc/rear/recovery
> >> > ++ mkdir -m 755 /etc/rear/recovery
> >> > + test 1
> >> > + set +x
> >> > 2007-02-13 20:31:51 Including
> >> > dr/GNU/Linux/10_describe_physical_devices.sh + .
> >> > /usr/share/rear/dr/GNU/Linux/10_describe_physical_devices.sh ++
> >> > FindPhysicalDevices
> >> > +++
> >> > ls -d /sys/block/hdc/device /sys/block/sda/device
> >>
> >> /sys/block/sdb/device
> >>
> >> > /sys/block/sdc/device ++ for d in '$(ls -d /sys/block/*/device)'
> >> > ++ test -L /sys/block/hdc/device
> >> > +++ dirname /sys/block/hdc/device
> >> > ++ sysfspath=/sys/block/hdc
> >> > +++ basename /sys/block/hdc
> >> > ++ device=hdc
> >> > ++ test -s /sys/block/hdc/size
> >> > +++ cat /sys/block/hdc/size
> >> > ++ sysfssize=8388604
> >> > +++ cat /sys/block/hdc/removable
> >> > ++ test 1 -eq 1 -a 3 -le 15
> >> > ++ Log 'Skipping small removable device '\''hdc'\'' [Size: 3GB].
> >>
> >> Adjust
> >>
> >> > SYSFS_REMOVABLE_DEVICE_SIZE [15] to prevent this.'
> >> > ++ test 1 -gt 0
> >> > +++ Stamp
> >> > +++ date '+%Y-%m-%d %H:%M:%S '
> >> > ++ echo '2007-02-13 20:31:51 Skipping small removable device
> >>
> >> '\''hdc'\''
> >>
> >> > [Size: 3GB]. Adjust SYSFS_REMOVABLE_DEVICE_SIZE [
> >> > 15] to prevent this.'
> >> > 2007-02-13 20:31:51 Skipping small removable device 'hdc' [Size: 3GB].
> >> > Adjust SYSFS_REMOVABLE_DEVICE_SIZE [15] to prevent
> >> > this.
> >> > ++ continue
> >> > ++ for d in '$(ls -d /sys/block/*/device)'
> >> > ++ test -L /sys/block/sda/device
> >> > +++ dirname /sys/block/sda/device
> >> > ++ sysfspath=/sys/block/sda
> >> > +++ basename /sys/block/sda
> >> > ++ device=sda
> >> > ++ test -s /sys/block/sda/size
> >> > +++ cat /sys/block/sda/size
> >> > ++ sysfssize=4194304
> >> > +++ cat /sys/block/sda/removable
> >> > ++ test 0 -eq 1 -a 2 -le 15
> >> > ++ DeviceNameToNode sda
> >> > ++ device=/dev/sda
> >> > ++ device2=/dev/sda
> >> > ++ test -b /dev/sda
> >> > ++ echo /dev/sda
> >> > ++ for d in '$(ls -d /sys/block/*/device)'
> >> > ++ test -L /sys/block/sdb/device
> >> > +++ dirname /sys/block/sdb/device
> >> > ++ sysfspath=/sys/block/sdb
> >> > +++ basename /sys/block/sdb
> >> > ++ device=sdb
> >> > ++ test -s /sys/block/sdb/size
> >> > +++ cat /sys/block/sdb/size
> >> > ++ sysfssize=4194304
> >> > +++ cat /sys/block/sdb/removable
> >> > ++ test 0 -eq 1 -a 2 -le 15
> >> > ++ DeviceNameToNode sdb
> >> > ++ device=/dev/sdb
> >> > ++ device2=/dev/sdb
> >> > ++ test -b /dev/sdb
> >> > ++ echo /dev/sdb
> >> > ++ for d in '$(ls -d /sys/block/*/device)'
> >> > ++ test -L /sys/block/sdc/device
> >> > +++ dirname /sys/block/sdc/device
> >> > ++ sysfspath=/sys/block/sdc
> >> > +++ basename /sys/block/sdc
> >> > ++ device=sdc
> >> > ++ test -s /sys/block/sdc/size
> >> > +++ cat /sys/block/sdc/size
> >> > ++ sysfssize=458752
> >> > +++ cat /sys/block/sdc/removable
> >> > ++ test 0 -eq 1 -a 0 -le 15
> >> > ++ DeviceNameToNode sdc
> >> > ++ device=/dev/sdc
> >> > ++ device2=/dev/sdc
> >> > ++ test -b /dev/sdc
> >> > ++ echo /dev/sdc
> >> > + test 1
> >> > + set +x
> >> > 2007-02-13 20:31:51 Including
> >> > dr/GNU/Linux/11_describe_mountpoint_device.sh + .
> >> > /usr/share/rear/dr/GNU/Linux/11_describe_mountpoint_device.sh ++ echo
> >>
> >> -n
> >>
> >> > ''
> >> > ++++ mount
> >> > ++++ cut -d ' ' -f 1,3
> >> > ++++ grep -v noauto /etc/fstab
> >> > +++ join -a 2 -j 2 /dev/fd/63 /dev/fd/62
> >> > ++ read -a entry
> >> > ++++ grep -v '^#'
> >> > ++++ tr -s ' \t' ' '
> >> > ++++ cut -s -d ' ' -f 1,2,3
> >> > ++++ sort -k 2
> >> > ++++ sort -k 2 -t ' '
> >> > ++++ grep -E '(reiserfs|xfs|ext|jfs)'
> >> > ++ IsInArray / /srv/prod
> >> > ++ search=/
> >> > ++ shift
> >> > ++ test 1 -gt 0
> >> > ++ test / = /srv/prod
> >> > ++ shift
> >> > ++ test 0 -gt 0
> >> > ++ return 1
> >> > ++ IsInArray /dev/mapper/rootvg-rootlv
> >> > ++ search=/dev/mapper/rootvg-rootlv
> >> > ++ shift
> >> > ++ test 0 -gt 0
> >> > ++ return 1
> >> > ++ test 4 -ne 4
> >> > ++ echo / /dev/mapper/rootvg-rootlv /dev/rootvg/rootlv ext3
> >> > ++ read -a entry
> >> > ++ IsInArray /boot /srv/prod
> >> > ++ search=/boot
> >> > ++ shift
> >> > ++ test 1 -gt 0
> >> > ++ test /boot = /srv/prod
> >> > ++ shift
> >> > ++ test 0 -gt 0
> >> > ++ return 1
> >> > ++ IsInArray /dev/md0
> >> > ++ search=/dev/md0
> >> > ++ shift
> >> > ++ test 0 -gt 0
> >> > ++ return 1
> >> > ++ test 4 -ne 4
> >> > ++ echo /boot /dev/md0 /dev/md0 ext3
> >> > ++ read -a entry
> >> > ++ IsInArray /tmp /srv/prod
> >> > ++ search=/tmp
> >> > ++ shift
> >> > ++ test 1 -gt 0
> >> > ++ test /tmp = /srv/prod
> >> > ++ shift
> >> > ++ test 0 -gt 0
> >> > ++ return 1
> >> > ++ IsInArray /dev/mapper/rootvg-tmp_lv
> >> > ++ search=/dev/mapper/rootvg-tmp_lv
> >> > ++ shift
> >> > ++ test 0 -gt 0
> >> > ++ return 1
> >> > ++ test 4 -ne 4
> >> > ++ echo /tmp /dev/mapper/rootvg-tmp_lv /dev/rootvg/tmp_lv ext3
> >> > ++ read -a entry
> >> > ++ IsInArray /usr /srv/prod
> >> > ++ search=/usr
> >> > ++ shift
> >> > ++ test 1 -gt 0
> >> > ++ test /usr = /srv/prod
> >> > ++ shift
> >> > ++ test 0 -gt 0
> >> > ++ return 1
> >> > ++ IsInArray /dev/mapper/rootvg-usr_lv
> >> > ++ search=/dev/mapper/rootvg-usr_lv
> >> > ++ shift
> >> > ++ test 0 -gt 0
> >> > ++ return 1
> >> > ++ test 4 -ne 4
> >> > ++ echo /usr /dev/mapper/rootvg-usr_lv /dev/rootvg/usr_lv ext3
> >> > ++ read -a entry
> >> > ++ IsInArray /var /srv/prod
> >> > ++ search=/var
> >> > ++ shift
> >> > ++ test 1 -gt 0
> >> > ++ test /var = /srv/prod
> >> > ++ shift
> >> > ++ test 0 -gt 0
> >> > ++ return 1
> >> > ++ IsInArray /dev/mapper/rootvg-var_lv
> >> > ++ search=/dev/mapper/rootvg-var_lv
> >> > ++ shift
> >> > ++ test 0 -gt 0
> >> > ++ return 1
> >> > ++ test 4 -ne 4
> >> > ++ echo /var /dev/mapper/rootvg-var_lv /dev/rootvg/var_lv ext3
> >> > ++ read -a entry
> >> > ++ test -s /etc/rear/recovery/mountpoint_device
> >> > + test 1
> >> > + set +x
> >> > 2007-02-13 20:31:51 Including dr/GNU/Linux/12_describe_filesystems.sh
> >> > + . /usr/share/rear/dr/GNU/Linux/12_describe_filesystems.sh
> >> > ++ read mountpoint device mountby filesystem junk
> >> > ++ mkdir -p /etc/rear/recovery/dev/mapper/rootvg-rootlv
> >> > ++ vol_id /dev/mapper/rootvg-rootlv
> >> > ++ udev_volume_id /dev/mapper/rootvg-rootlv
> >> > ++ sed -e 's/^F:\(.*\)$/ID_FS_USAGE='\''\1'\''/' -e 's/^T:
> >> > \(.*\)$/ID_FS_TYPE='\''\1'\''/' -e 's/^V:\(.*\)$/ID_FS_VERSION='
> >> > \''\1'\''/' -e 's/^L:\(.*\)$/ID_FS_LABEL='\''\1'\''/' -e 's/^N:
> >> > \(.*\)/ID_FS_LABEL_SAFE='\''\1'\''/' -e 's/^U:\(.*\)/ID_FS_
> >> > UUID='\''\1'\''/'
> >> > ++ grep =
> >> > ++ Error 'Cannot determine filesystem info
> >> > on '\''/dev/mapper/rootvg-rootlv'\''
> >> > Your udev implementation (vol_id or udev_volume_id) does not recognize
> >> > it.' ++ Log ERROR 'Cannot determine filesystem info
> >> > on '\''/dev/mapper/rootvg-rootlv'\''
> >> > Your udev implementation (vol_id or udev_volume_id) does not recognize
> >> > it.' ++ test 2 -gt 0
> >> > +++ Stamp
> >> > +++ date '+%Y-%m-%d %H:%M:%S '
> >> > ++ echo '2007-02-13 20:31:51 ERROR Cannot determine filesystem info
> >> > on '\''/dev/mapper/rootvg-rootlv'\''
> >> > Your udev implementation (vol_id or udev_volume_id) does not recognize
> >> > it.' 2007-02-13 20:31:51 ERROR Cannot determine filesystem info
> >> > on '/dev/mapper/rootvg-rootlv'
> >> > Your udev implementation (vol_id or udev_volume_id) does not recognize
> >> > it. ++ echo 'ERROR: Cannot determine filesystem info
> >> > on '\''/dev/mapper/rootvg-rootlv'\''
> >> > Your udev implementation (vol_id or udev_volume_id) does not recognize
> >> > it.' ++ exit 1
> >> > + exec
> >> >
> >> >
> >> > Ciao
> >> > 	cuni
> >> >
> >> > Am Dienstag, 13. Februar 2007 10:16:07 schrieb Christian Neuhold:
> >> >> Hi,
> >> >> I tried your new version (rear 1.4) , but no success.
> >> >>
> >> >> When I start rear mkbackup on CentOS release 4.4 (Final) I get
> >>
> >> following
> >>
> >> >> error:
> >> >>
> >> >> Relax & Recover Version 1.4 / 2007-02-06
> >> >> Press ENTER to include '/etc/rear/Linux-i386.conf' ...
> >> >> Press ENTER to include '/etc/rear/GNU/Linux.conf' ...
> >> >> Press ENTER to include '/etc/rear/site.conf' ...
> >> >> Press ENTER to include '/etc/rear/local.conf' ...
> >> >> Press ENTER to include
> >> >> '/usr/share/rear/prep/default/01_progress_start.sh' ...
> >> >> The preparation phase  Press ENTER to include
> >> >> '/usr/share/rear/prep/ISO/default/30_check_iso_dir.sh' ...
> >> >> Press ENTER to include
> >> >> '/usr/share/rear/prep/ISO/default/32_check_cdrom_size.sh' ..|
> >> >> Press ENTER to include
> >> >> '/usr/share/rear/prep/ISO/default/33_find_isolinux.sh' ...
> >> >> Press ENTER to include
> >>
> >> '/usr/share/rear/prep/TSM/default/40_prep_tsm.sh'
> >>
> >> >> ...
> >> >> Press ENTER to include
> >> >> '/usr/share/rear/prep/default/99_progress_stop.sh' ...
> >> >> OK
> >> >> Press ENTER to include
> >> >> '/usr/share/rear/dr/default/01_mk_config_dir_recovery.sh' ...
> >> >> Press ENTER to include
> >> >> '/usr/share/rear/dr/GNU/Linux/10_describe_physical_devices.sh' ...
> >> >> Press ENTER to include
> >> >> '/usr/share/rear/dr/GNU/Linux/11_describe_mountpoint_device.sh' ...
> >> >> Press ENTER to include
> >> >> '/usr/share/rear/dr/GNU/Linux/12_describe_filesystems.sh' ...
> >> >> ERROR: Cannot determine filesystem info on
> >>
> >> '/dev/mapper/rootvg-root_lv'
> >>
> >> >> Your udev implementation (vol_id or udev_volume_id) does not
> >>
> >> recognize
> >>
> >> >> it.
> >> >>
> >> >> Ciao
> >> >>          cuni
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >>--- - Using Tomcat but need to do more? Need to support web services,
> >> >> security? Get stuff done quickly with pre-integrated technology to
> >>
> >> make
> >>
> >> >> your job easier. Download IBM WebSphere Application Server v.1.0.1
> >>
> >> based
> >>
> >> >> on Apache Geronimo
> >> >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121
> >> >>642 _______________________________________________
> >> >> Rear-users mailing list
> >> >> Rear-users at lists.sourceforge.net
> >> >> https://lists.sourceforge.net/lists/listinfo/rear-users
> >> >
> >> > ----------------------------------------------------------------------
> >> >--- Using Tomcat but need to do more? Need to support web services,
> >>
> >> security?
> >>
> >> > Get stuff done quickly with pre-integrated technology to make your job
> >> > easier. Download IBM WebSphere Application Server v.1.0.1 based on
> >>
> >> Apache
> >>
> >> > Geronimo
> >> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216
> >> >42 _______________________________________________
> >> > Rear-users mailing list
> >> > Rear-users at lists.sourceforge.net
> >> > https://lists.sourceforge.net/lists/listinfo/rear-users
> >>
> >> ------------------------------------------------------------------------
> >>- Take Surveys. Earn Cash. Influence the Future of IT
> >> Join SourceForge.net's Techsay panel and you'll get the chance to share
> >> your opinions on IT & business topics through brief surveys-and earn
> >> cash
> >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
> >>V _______________________________________________
> >> Rear-users mailing list
> >> Rear-users at lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/rear-users
> >
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> > your
> > opinions on IT & business topics through brief surveys-and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >_______________________________________________ Rear-users mailing list
> > Rear-users at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/rear-users
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Rear-users mailing list
> Rear-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rear-users
-------------- next part --------------
/sys/
/sys/module
/sys/module/iscsi_sfnet
/sys/module/iscsi_sfnet/sections
/sys/module/iscsi_sfnet/sections/.strtab
/sys/module/iscsi_sfnet/sections/.symtab
/sys/module/iscsi_sfnet/sections/.module_sig
/sys/module/iscsi_sfnet/sections/.bss
/sys/module/iscsi_sfnet/sections/.gnu.linkonce.this_module
/sys/module/iscsi_sfnet/sections/.data
/sys/module/iscsi_sfnet/sections/__versions
/sys/module/iscsi_sfnet/sections/.altinstructions
/sys/module/iscsi_sfnet/sections/.rodata.str1.1
/sys/module/iscsi_sfnet/sections/__param
/sys/module/iscsi_sfnet/sections/.rodata
/sys/module/iscsi_sfnet/sections/.altinstr_replacement
/sys/module/iscsi_sfnet/sections/.exit.text
/sys/module/iscsi_sfnet/sections/.init.text
/sys/module/iscsi_sfnet/sections/.text
/sys/module/iscsi_sfnet/refcnt
/sys/module/iscsi_sfnet/max_initial_login_retries
/sys/module/iscsi_sfnet/cmds_per_lun
/sys/module/iscsi_sfnet/can_queue
/sys/module/iscsi_sfnet/max_sectors
/sys/module/iscsi_sfnet/max_sg
/sys/module/vfat
/sys/module/vfat/sections
/sys/module/vfat/sections/.strtab
/sys/module/vfat/sections/.symtab
/sys/module/vfat/sections/.module_sig
/sys/module/vfat/sections/.bss
/sys/module/vfat/sections/.gnu.linkonce.this_module
/sys/module/vfat/sections/.data
/sys/module/vfat/sections/__versions
/sys/module/vfat/sections/.rodata.str1.1
/sys/module/vfat/sections/.exit.text
/sys/module/vfat/sections/.init.text
/sys/module/vfat/sections/.text
/sys/module/vfat/refcnt
/sys/module/fat
/sys/module/fat/sections
/sys/module/fat/sections/.strtab
/sys/module/fat/sections/.symtab
/sys/module/fat/sections/.module_sig
/sys/module/fat/sections/.bss
/sys/module/fat/sections/.gnu.linkonce.this_module
/sys/module/fat/sections/.data
/sys/module/fat/sections/__versions
/sys/module/fat/sections/__ksymtab
/sys/module/fat/sections/__ksymtab_strings
/sys/module/fat/sections/__kcrctab
/sys/module/fat/sections/.altinstructions
/sys/module/fat/sections/__ex_table
/sys/module/fat/sections/.rodata.str1.1
/sys/module/fat/sections/.rodata
/sys/module/fat/sections/.exit.text
/sys/module/fat/sections/.init.text
/sys/module/fat/sections/.altinstr_replacement
/sys/module/fat/sections/.fixup
/sys/module/fat/sections/.text
/sys/module/fat/refcnt
/sys/module/md5
/sys/module/md5/sections
/sys/module/md5/sections/.strtab
/sys/module/md5/sections/.symtab
/sys/module/md5/sections/.module_sig
/sys/module/md5/sections/.bss
/sys/module/md5/sections/.gnu.linkonce.this_module
/sys/module/md5/sections/.data
/sys/module/md5/sections/__versions
/sys/module/md5/sections/.exit.text
/sys/module/md5/sections/.init.text
/sys/module/md5/sections/.text
/sys/module/md5/refcnt
/sys/module/ipv6
/sys/module/ipv6/sections
/sys/module/ipv6/sections/.strtab
/sys/module/ipv6/sections/.symtab
/sys/module/ipv6/sections/.module_sig
/sys/module/ipv6/sections/.bss
/sys/module/ipv6/sections/.gnu.linkonce.this_module
/sys/module/ipv6/sections/.data
/sys/module/ipv6/sections/__versions
/sys/module/ipv6/sections/__ksymtab
/sys/module/ipv6/sections/__ksymtab_strings
/sys/module/ipv6/sections/__kcrctab
/sys/module/ipv6/sections/__ex_table
/sys/module/ipv6/sections/.altinstructions
/sys/module/ipv6/sections/.rodata.str1.1
/sys/module/ipv6/sections/.rodata
/sys/module/ipv6/sections/.fixup
/sys/module/ipv6/sections/.exit.text
/sys/module/ipv6/sections/.init.text
/sys/module/ipv6/sections/.altinstr_replacement
/sys/module/ipv6/sections/.text
/sys/module/ipv6/refcnt
/sys/module/parport_pc
/sys/module/parport_pc/sections
/sys/module/parport_pc/sections/.strtab
/sys/module/parport_pc/sections/.symtab
/sys/module/parport_pc/sections/.module_sig
/sys/module/parport_pc/sections/.bss
/sys/module/parport_pc/sections/.gnu.linkonce.this_module
/sys/module/parport_pc/sections/__obsparm
/sys/module/parport_pc/sections/.init.data
/sys/module/parport_pc/sections/.data
/sys/module/parport_pc/sections/__versions
/sys/module/parport_pc/sections/__ksymtab
/sys/module/parport_pc/sections/__ksymtab_strings
/sys/module/parport_pc/sections/__kcrctab
/sys/module/parport_pc/sections/.rodata.str1.1
/sys/module/parport_pc/sections/.rodata
/sys/module/parport_pc/sections/.exit.text
/sys/module/parport_pc/sections/.init.text
/sys/module/parport_pc/sections/.text
/sys/module/parport_pc/refcnt
/sys/module/lp
/sys/module/lp/sections
/sys/module/lp/sections/.strtab
/sys/module/lp/sections/.symtab
/sys/module/lp/sections/.module_sig
/sys/module/lp/sections/.bss
/sys/module/lp/sections/.gnu.linkonce.this_module
/sys/module/lp/sections/__obsparm
/sys/module/lp/sections/.data
/sys/module/lp/sections/__versions
/sys/module/lp/sections/__ex_table
/sys/module/lp/sections/.rodata.str1.1
/sys/module/lp/sections/.rodata
/sys/module/lp/sections/.init.text
/sys/module/lp/sections/.fixup
/sys/module/lp/sections/.text
/sys/module/lp/refcnt
/sys/module/parport
/sys/module/parport/sections
/sys/module/parport/sections/.strtab
/sys/module/parport/sections/.symtab
/sys/module/parport/sections/.module_sig
/sys/module/parport/sections/.bss
/sys/module/parport/sections/.gnu.linkonce.this_module
/sys/module/parport/sections/.data
/sys/module/parport/sections/__versions
/sys/module/parport/sections/__ksymtab
/sys/module/parport/sections/__ksymtab_strings
/sys/module/parport/sections/__kcrctab
/sys/module/parport/sections/.rodata.str1.1
/sys/module/parport/sections/.altinstructions
/sys/module/parport/sections/.rodata
/sys/module/parport/sections/.exit.text
/sys/module/parport/sections/.init.text
/sys/module/parport/sections/.altinstr_replacement
/sys/module/parport/sections/.text
/sys/module/parport/refcnt
/sys/module/autofs4
/sys/module/autofs4/sections
/sys/module/autofs4/sections/.strtab
/sys/module/autofs4/sections/.symtab
/sys/module/autofs4/sections/.module_sig
/sys/module/autofs4/sections/.bss
/sys/module/autofs4/sections/.gnu.linkonce.this_module
/sys/module/autofs4/sections/.data
/sys/module/autofs4/sections/__versions
/sys/module/autofs4/sections/__ex_table
/sys/module/autofs4/sections/.altinstructions
/sys/module/autofs4/sections/.rodata.str1.1
/sys/module/autofs4/sections/.rodata
/sys/module/autofs4/sections/.fixup
/sys/module/autofs4/sections/.altinstr_replacement
/sys/module/autofs4/sections/.exit.text
/sys/module/autofs4/sections/.init.text
/sys/module/autofs4/sections/.text
/sys/module/autofs4/refcnt
/sys/module/sunrpc
/sys/module/sunrpc/sections
/sys/module/sunrpc/sections/.strtab
/sys/module/sunrpc/sections/.symtab
/sys/module/sunrpc/sections/.module_sig
/sys/module/sunrpc/sections/.bss
/sys/module/sunrpc/sections/.gnu.linkonce.this_module
/sys/module/sunrpc/sections/.data
/sys/module/sunrpc/sections/__versions
/sys/module/sunrpc/sections/__ex_table
/sys/module/sunrpc/sections/__ksymtab
/sys/module/sunrpc/sections/__ksymtab_strings
/sys/module/sunrpc/sections/__kcrctab
/sys/module/sunrpc/sections/.altinstructions
/sys/module/sunrpc/sections/.rodata.str1.1
/sys/module/sunrpc/sections/.rodata
/sys/module/sunrpc/sections/.fixup
/sys/module/sunrpc/sections/.exit.text
/sys/module/sunrpc/sections/.init.text
/sys/module/sunrpc/sections/.altinstr_replacement
/sys/module/sunrpc/sections/.text
/sys/module/sunrpc/refcnt
/sys/module/crc32c
/sys/module/crc32c/sections
/sys/module/crc32c/sections/.strtab
/sys/module/crc32c/sections/.symtab
/sys/module/crc32c/sections/.module_sig
/sys/module/crc32c/sections/.bss
/sys/module/crc32c/sections/.gnu.linkonce.this_module
/sys/module/crc32c/sections/.data
/sys/module/crc32c/sections/__versions
/sys/module/crc32c/sections/.exit.text
/sys/module/crc32c/sections/.init.text
/sys/module/crc32c/sections/.text
/sys/module/crc32c/refcnt
/sys/module/libcrc32c
/sys/module/libcrc32c/sections
/sys/module/libcrc32c/sections/.strtab
/sys/module/libcrc32c/sections/.symtab
/sys/module/libcrc32c/sections/.module_sig
/sys/module/libcrc32c/sections/.bss
/sys/module/libcrc32c/sections/.gnu.linkonce.this_module
/sys/module/libcrc32c/sections/.data
/sys/module/libcrc32c/sections/__versions
/sys/module/libcrc32c/sections/__ksymtab
/sys/module/libcrc32c/sections/__ksymtab_strings
/sys/module/libcrc32c/sections/__kcrctab
/sys/module/libcrc32c/sections/.text
/sys/module/libcrc32c/refcnt
/sys/module/scsi_transport_iscsi
/sys/module/scsi_transport_iscsi/sections
/sys/module/scsi_transport_iscsi/sections/.strtab
/sys/module/scsi_transport_iscsi/sections/.symtab
/sys/module/scsi_transport_iscsi/sections/.module_sig
/sys/module/scsi_transport_iscsi/sections/.bss
/sys/module/scsi_transport_iscsi/sections/.gnu.linkonce.this_module
/sys/module/scsi_transport_iscsi/sections/.data
/sys/module/scsi_transport_iscsi/sections/__versions
/sys/module/scsi_transport_iscsi/sections/__ksymtab
/sys/module/scsi_transport_iscsi/sections/__ksymtab_strings
/sys/module/scsi_transport_iscsi/sections/__kcrctab
/sys/module/scsi_transport_iscsi/sections/.rodata.str1.1
/sys/module/scsi_transport_iscsi/sections/.exit.text
/sys/module/scsi_transport_iscsi/sections/.init.text
/sys/module/scsi_transport_iscsi/sections/.text
/sys/module/scsi_transport_iscsi/refcnt
/sys/module/button
/sys/module/button/sections
/sys/module/button/sections/.strtab
/sys/module/button/sections/.symtab
/sys/module/button/sections/.module_sig
/sys/module/button/sections/.bss
/sys/module/button/sections/.gnu.linkonce.this_module
/sys/module/button/sections/.data
/sys/module/button/sections/__versions
/sys/module/button/sections/.rodata.str1.1
/sys/module/button/sections/.rodata
/sys/module/button/sections/.exit.text
/sys/module/button/sections/.init.text
/sys/module/button/sections/.text
/sys/module/button/refcnt
/sys/module/battery
/sys/module/battery/sections
/sys/module/battery/sections/.strtab
/sys/module/battery/sections/.symtab
/sys/module/battery/sections/.module_sig
/sys/module/battery/sections/.bss
/sys/module/battery/sections/.gnu.linkonce.this_module
/sys/module/battery/sections/.data
/sys/module/battery/sections/__versions
/sys/module/battery/sections/.rodata.str1.1
/sys/module/battery/sections/.exit.text
/sys/module/battery/sections/.init.text
/sys/module/battery/sections/.text
/sys/module/battery/refcnt
/sys/module/ac
/sys/module/ac/sections
/sys/module/ac/sections/.strtab
/sys/module/ac/sections/.symtab
/sys/module/ac/sections/.module_sig
/sys/module/ac/sections/.bss
/sys/module/ac/sections/.gnu.linkonce.this_module
/sys/module/ac/sections/.data
/sys/module/ac/sections/__versions
/sys/module/ac/sections/.rodata.str1.1
/sys/module/ac/sections/.exit.text
/sys/module/ac/sections/.init.text
/sys/module/ac/sections/.text
/sys/module/ac/refcnt
/sys/module/pcnet32
/sys/module/pcnet32/sections
/sys/module/pcnet32/sections/.strtab
/sys/module/pcnet32/sections/.symtab
/sys/module/pcnet32/sections/.module_sig
/sys/module/pcnet32/sections/.bss
/sys/module/pcnet32/sections/.gnu.linkonce.this_module
/sys/module/pcnet32/sections/.init.data
/sys/module/pcnet32/sections/.data
/sys/module/pcnet32/sections/__versions
/sys/module/pcnet32/sections/__param
/sys/module/pcnet32/sections/.altinstructions
/sys/module/pcnet32/sections/.rodata.str1.1
/sys/module/pcnet32/sections/.rodata
/sys/module/pcnet32/sections/.exit.text
/sys/module/pcnet32/sections/.init.text
/sys/module/pcnet32/sections/.altinstr_replacement
/sys/module/pcnet32/sections/.text
/sys/module/pcnet32/refcnt
/sys/module/mii
/sys/module/mii/sections
/sys/module/mii/sections/.strtab
/sys/module/mii/sections/.symtab
/sys/module/mii/sections/.module_sig
/sys/module/mii/sections/.bss
/sys/module/mii/sections/.gnu.linkonce.this_module
/sys/module/mii/sections/.data
/sys/module/mii/sections/__versions
/sys/module/mii/sections/__ksymtab
/sys/module/mii/sections/__ksymtab_strings
/sys/module/mii/sections/__kcrctab
/sys/module/mii/sections/.rodata.str1.1
/sys/module/mii/sections/.text
/sys/module/mii/refcnt
/sys/module/bonding
/sys/module/bonding/sections
/sys/module/bonding/sections/.strtab
/sys/module/bonding/sections/.symtab
/sys/module/bonding/sections/.bss
/sys/module/bonding/sections/.gnu.linkonce.this_module
/sys/module/bonding/sections/__obsparm
/sys/module/bonding/sections/.data
/sys/module/bonding/sections/__versions
/sys/module/bonding/sections/.altinstructions
/sys/module/bonding/sections/.rodata.str1.1
/sys/module/bonding/sections/.rodata
/sys/module/bonding/sections/.exit.text
/sys/module/bonding/sections/.init.text
/sys/module/bonding/sections/.altinstr_replacement
/sys/module/bonding/sections/.text
/sys/module/bonding/refcnt
/sys/module/floppy
/sys/module/floppy/sections
/sys/module/floppy/sections/.strtab
/sys/module/floppy/sections/.symtab
/sys/module/floppy/sections/.module_sig
/sys/module/floppy/sections/.bss
/sys/module/floppy/sections/.gnu.linkonce.this_module
/sys/module/floppy/sections/__obsparm
/sys/module/floppy/sections/.data
/sys/module/floppy/sections/__versions
/sys/module/floppy/sections/.rodata.str1.1
/sys/module/floppy/sections/.rodata
/sys/module/floppy/sections/.init.text
/sys/module/floppy/sections/.text
/sys/module/floppy/refcnt
/sys/module/dm_snapshot
/sys/module/dm_snapshot/sections
/sys/module/dm_snapshot/sections/.strtab
/sys/module/dm_snapshot/sections/.symtab
/sys/module/dm_snapshot/sections/.module_sig
/sys/module/dm_snapshot/sections/.bss
/sys/module/dm_snapshot/sections/.gnu.linkonce.this_module
/sys/module/dm_snapshot/sections/.data
/sys/module/dm_snapshot/sections/__versions
/sys/module/dm_snapshot/sections/.altinstructions
/sys/module/dm_snapshot/sections/.rodata.str1.1
/sys/module/dm_snapshot/sections/.exit.text
/sys/module/dm_snapshot/sections/.init.text
/sys/module/dm_snapshot/sections/.altinstr_replacement
/sys/module/dm_snapshot/sections/.text
/sys/module/dm_snapshot/refcnt
/sys/module/dm_zero
/sys/module/dm_zero/sections
/sys/module/dm_zero/sections/.strtab
/sys/module/dm_zero/sections/.symtab
/sys/module/dm_zero/sections/.module_sig
/sys/module/dm_zero/sections/.bss
/sys/module/dm_zero/sections/.gnu.linkonce.this_module
/sys/module/dm_zero/sections/.data
/sys/module/dm_zero/sections/__versions
/sys/module/dm_zero/sections/.rodata.str1.1
/sys/module/dm_zero/sections/.exit.text
/sys/module/dm_zero/sections/.init.text
/sys/module/dm_zero/sections/.text
/sys/module/dm_zero/refcnt
/sys/module/dm_mirror
/sys/module/dm_mirror/sections
/sys/module/dm_mirror/sections/.strtab
/sys/module/dm_mirror/sections/.symtab
/sys/module/dm_mirror/sections/.module_sig
/sys/module/dm_mirror/sections/.bss
/sys/module/dm_mirror/sections/.gnu.linkonce.this_module
/sys/module/dm_mirror/sections/.data
/sys/module/dm_mirror/sections/__versions
/sys/module/dm_mirror/sections/__param
/sys/module/dm_mirror/sections/__ksymtab
/sys/module/dm_mirror/sections/__ksymtab_strings
/sys/module/dm_mirror/sections/__kcrctab
/sys/module/dm_mirror/sections/.altinstructions
/sys/module/dm_mirror/sections/.rodata.str1.1
/sys/module/dm_mirror/sections/.exit.text
/sys/module/dm_mirror/sections/.init.text
/sys/module/dm_mirror/sections/.altinstr_replacement
/sys/module/dm_mirror/sections/.text
/sys/module/dm_mirror/refcnt
/sys/module/dm_mirror/dm_mirror_error_on_log_failure
/sys/module/ext3
/sys/module/ext3/sections
/sys/module/ext3/sections/.strtab
/sys/module/ext3/sections/.symtab
/sys/module/ext3/sections/.module_sig
/sys/module/ext3/sections/.bss
/sys/module/ext3/sections/.gnu.linkonce.this_module
/sys/module/ext3/sections/.data
/sys/module/ext3/sections/__versions
/sys/module/ext3/sections/__ex_table
/sys/module/ext3/sections/.altinstructions
/sys/module/ext3/sections/.rodata.str1.1
/sys/module/ext3/sections/.rodata
/sys/module/ext3/sections/.exit.text
/sys/module/ext3/sections/.init.text
/sys/module/ext3/sections/.fixup
/sys/module/ext3/sections/.altinstr_replacement
/sys/module/ext3/sections/.text
/sys/module/ext3/refcnt
/sys/module/jbd
/sys/module/jbd/sections
/sys/module/jbd/sections/.strtab
/sys/module/jbd/sections/.symtab
/sys/module/jbd/sections/.module_sig
/sys/module/jbd/sections/.bss
/sys/module/jbd/sections/.gnu.linkonce.this_module
/sys/module/jbd/sections/.data
/sys/module/jbd/sections/__versions
/sys/module/jbd/sections/__ksymtab
/sys/module/jbd/sections/__ksymtab_strings
/sys/module/jbd/sections/__kcrctab
/sys/module/jbd/sections/.rodata.str1.1
/sys/module/jbd/sections/.rodata
/sys/module/jbd/sections/.exit.text
/sys/module/jbd/sections/.init.text
/sys/module/jbd/sections/.text
/sys/module/jbd/refcnt
/sys/module/raid1
/sys/module/raid1/sections
/sys/module/raid1/sections/.strtab
/sys/module/raid1/sections/.symtab
/sys/module/raid1/sections/.module_sig
/sys/module/raid1/sections/.bss
/sys/module/raid1/sections/.gnu.linkonce.this_module
/sys/module/raid1/sections/.data
/sys/module/raid1/sections/__versions
/sys/module/raid1/sections/.rodata.str1.1
/sys/module/raid1/sections/.init.text
/sys/module/raid1/sections/.text
/sys/module/raid1/refcnt
/sys/module/dm_mod
/sys/module/dm_mod/sections
/sys/module/dm_mod/sections/.strtab
/sys/module/dm_mod/sections/.symtab
/sys/module/dm_mod/sections/.module_sig
/sys/module/dm_mod/sections/.bss
/sys/module/dm_mod/sections/.gnu.linkonce.this_module
/sys/module/dm_mod/sections/.data
/sys/module/dm_mod/sections/__versions
/sys/module/dm_mod/sections/.altinstructions
/sys/module/dm_mod/sections/__param
/sys/module/dm_mod/sections/__ksymtab
/sys/module/dm_mod/sections/__ksymtab_strings
/sys/module/dm_mod/sections/__kcrctab
/sys/module/dm_mod/sections/.rodata.str1.1
/sys/module/dm_mod/sections/.rodata
/sys/module/dm_mod/sections/.altinstr_replacement
/sys/module/dm_mod/sections/.exit.text
/sys/module/dm_mod/sections/.init.text
/sys/module/dm_mod/sections/.text
/sys/module/dm_mod/refcnt
/sys/module/mptscsih
/sys/module/mptscsih/sections
/sys/module/mptscsih/sections/.strtab
/sys/module/mptscsih/sections/.symtab
/sys/module/mptscsih/sections/.module_sig
/sys/module/mptscsih/sections/.bss
/sys/module/mptscsih/sections/.gnu.linkonce.this_module
/sys/module/mptscsih/sections/.data
/sys/module/mptscsih/sections/__versions
/sys/module/mptscsih/sections/.text
/sys/module/mptscsih/refcnt
/sys/module/mptsas
/sys/module/mptsas/sections
/sys/module/mptsas/sections/.strtab
/sys/module/mptsas/sections/.symtab
/sys/module/mptsas/sections/.module_sig
/sys/module/mptsas/sections/.bss
/sys/module/mptsas/sections/.gnu.linkonce.this_module
/sys/module/mptsas/sections/.data
/sys/module/mptsas/sections/__versions
/sys/module/mptsas/sections/__ksymtab
/sys/module/mptsas/sections/__ksymtab_strings
/sys/module/mptsas/sections/__kcrctab
/sys/module/mptsas/sections/.rodata.str1.1
/sys/module/mptsas/sections/__param
/sys/module/mptsas/sections/.exit.text
/sys/module/mptsas/sections/.init.text
/sys/module/mptsas/sections/.text
/sys/module/mptsas/refcnt
/sys/module/mptspi
/sys/module/mptspi/sections
/sys/module/mptspi/sections/.strtab
/sys/module/mptspi/sections/.symtab
/sys/module/mptspi/sections/.module_sig
/sys/module/mptspi/sections/.bss
/sys/module/mptspi/sections/.gnu.linkonce.this_module
/sys/module/mptspi/sections/.data
/sys/module/mptspi/sections/__versions
/sys/module/mptspi/sections/__ksymtab
/sys/module/mptspi/sections/__ksymtab_strings
/sys/module/mptspi/sections/__kcrctab
/sys/module/mptspi/sections/.rodata.str1.1
/sys/module/mptspi/sections/__param
/sys/module/mptspi/sections/.exit.text
/sys/module/mptspi/sections/.init.text
/sys/module/mptspi/sections/.text
/sys/module/mptspi/refcnt
/sys/module/mptfc
/sys/module/mptfc/sections
/sys/module/mptfc/sections/.strtab
/sys/module/mptfc/sections/.symtab
/sys/module/mptfc/sections/.module_sig
/sys/module/mptfc/sections/.bss
/sys/module/mptfc/sections/.gnu.linkonce.this_module
/sys/module/mptfc/sections/.data
/sys/module/mptfc/sections/__versions
/sys/module/mptfc/sections/__ksymtab
/sys/module/mptfc/sections/__ksymtab_strings
/sys/module/mptfc/sections/__kcrctab
/sys/module/mptfc/sections/.rodata.str1.1
/sys/module/mptfc/sections/__param
/sys/module/mptfc/sections/.exit.text
/sys/module/mptfc/sections/.init.text
/sys/module/mptfc/sections/.text
/sys/module/mptfc/refcnt
/sys/module/mptscsi
/sys/module/mptscsi/sections
/sys/module/mptscsi/sections/.strtab
/sys/module/mptscsi/sections/.symtab
/sys/module/mptscsi/sections/.module_sig
/sys/module/mptscsi/sections/.bss
/sys/module/mptscsi/sections/.gnu.linkonce.this_module
/sys/module/mptscsi/sections/.data
/sys/module/mptscsi/sections/__versions
/sys/module/mptscsi/sections/__ksymtab
/sys/module/mptscsi/sections/__ksymtab_strings
/sys/module/mptscsi/sections/__kcrctab
/sys/module/mptscsi/sections/.altinstructions
/sys/module/mptscsi/sections/.rodata.str1.1
/sys/module/mptscsi/sections/.rodata
/sys/module/mptscsi/sections/.altinstr_replacement
/sys/module/mptscsi/sections/.text
/sys/module/mptscsi/refcnt
/sys/module/mptbase
/sys/module/mptbase/sections
/sys/module/mptbase/sections/.strtab
/sys/module/mptbase/sections/.symtab
/sys/module/mptbase/sections/.module_sig
/sys/module/mptbase/sections/.bss
/sys/module/mptbase/sections/.gnu.linkonce.this_module
/sys/module/mptbase/sections/.data
/sys/module/mptbase/sections/__versions
/sys/module/mptbase/sections/__ksymtab_gpl
/sys/module/mptbase/sections/__kcrctab_gpl
/sys/module/mptbase/sections/__ksymtab
/sys/module/mptbase/sections/__ksymtab_strings
/sys/module/mptbase/sections/__kcrctab
/sys/module/mptbase/sections/.altinstructions
/sys/module/mptbase/sections/.rodata.str1.1
/sys/module/mptbase/sections/__param
/sys/module/mptbase/sections/.rodata
/sys/module/mptbase/sections/.exit.text
/sys/module/mptbase/sections/.init.text
/sys/module/mptbase/sections/.altinstr_replacement
/sys/module/mptbase/sections/.text
/sys/module/mptbase/refcnt
/sys/module/sd_mod
/sys/module/sd_mod/sections
/sys/module/sd_mod/sections/.strtab
/sys/module/sd_mod/sections/.symtab
/sys/module/sd_mod/sections/.module_sig
/sys/module/sd_mod/sections/.bss
/sys/module/sd_mod/sections/.gnu.linkonce.this_module
/sys/module/sd_mod/sections/.data
/sys/module/sd_mod/sections/__versions
/sys/module/sd_mod/sections/__ex_table
/sys/module/sd_mod/sections/.rodata.str1.1
/sys/module/sd_mod/sections/.rodata
/sys/module/sd_mod/sections/.exit.text
/sys/module/sd_mod/sections/.init.text
/sys/module/sd_mod/sections/.fixup
/sys/module/sd_mod/sections/.text
/sys/module/sd_mod/refcnt
/sys/module/scsi_mod
/sys/module/scsi_mod/sections
/sys/module/scsi_mod/sections/.strtab
/sys/module/scsi_mod/sections/.symtab
/sys/module/scsi_mod/sections/.module_sig
/sys/module/scsi_mod/sections/.bss
/sys/module/scsi_mod/sections/.gnu.linkonce.this_module
/sys/module/scsi_mod/sections/.init.data
/sys/module/scsi_mod/sections/.data
/sys/module/scsi_mod/sections/__versions
/sys/module/scsi_mod/sections/__ksymtab_gpl
/sys/module/scsi_mod/sections/__kcrctab_gpl
/sys/module/scsi_mod/sections/__ex_table
/sys/module/scsi_mod/sections/__param
/sys/module/scsi_mod/sections/.altinstructions
/sys/module/scsi_mod/sections/__ksymtab
/sys/module/scsi_mod/sections/__ksymtab_strings
/sys/module/scsi_mod/sections/__kcrctab
/sys/module/scsi_mod/sections/.rodata.str1.1
/sys/module/scsi_mod/sections/.rodata
/sys/module/scsi_mod/sections/.fixup
/sys/module/scsi_mod/sections/.exit.text
/sys/module/scsi_mod/sections/.init.text
/sys/module/scsi_mod/sections/.altinstr_replacement
/sys/module/scsi_mod/sections/.text
/sys/module/scsi_mod/refcnt
/sys/module/scsi_mod/default_dev_flags
/sys/module/scsi_mod/inq_timeout
/sys/module/scsi_mod/max_report_luns
/sys/module/scsi_mod/max_luns
/sys/module/scsi_mod/scsi_logging_level
/sys/block
/sys/block/dm-5
/sys/block/dm-5/stat
/sys/block/dm-5/size
/sys/block/dm-5/removable
/sys/block/dm-5/range
/sys/block/dm-5/dev
/sys/block/sdc
/sys/block/sdc/queue
/sys/block/sdc/queue/iosched
/sys/block/sdc/queue/iosched/queued
/sys/block/sdc/queue/iosched/quantum
/sys/block/sdc/queue/max_sectors_kb
/sys/block/sdc/queue/max_hw_sectors_kb
/sys/block/sdc/queue/read_ahead_kb
/sys/block/sdc/queue/nr_requests
/sys/block/sdc/device
/sys/block/sdc/stat
/sys/block/sdc/size
/sys/block/sdc/removable
/sys/block/sdc/range
/sys/block/sdc/dev
/sys/block/fd0
/sys/block/fd0/queue
/sys/block/fd0/queue/iosched
/sys/block/fd0/queue/iosched/queued
/sys/block/fd0/queue/iosched/quantum
/sys/block/fd0/queue/max_sectors_kb
/sys/block/fd0/queue/max_hw_sectors_kb
/sys/block/fd0/queue/read_ahead_kb
/sys/block/fd0/queue/nr_requests
/sys/block/fd0/stat
/sys/block/fd0/size
/sys/block/fd0/removable
/sys/block/fd0/range
/sys/block/fd0/dev
/sys/block/dm-4
/sys/block/dm-4/stat
/sys/block/dm-4/size
/sys/block/dm-4/removable
/sys/block/dm-4/range
/sys/block/dm-4/dev
/sys/block/dm-3
/sys/block/dm-3/stat
/sys/block/dm-3/size
/sys/block/dm-3/removable
/sys/block/dm-3/range
/sys/block/dm-3/dev
/sys/block/dm-2
/sys/block/dm-2/stat
/sys/block/dm-2/size
/sys/block/dm-2/removable
/sys/block/dm-2/range
/sys/block/dm-2/dev
/sys/block/dm-1
/sys/block/dm-1/stat
/sys/block/dm-1/size
/sys/block/dm-1/removable
/sys/block/dm-1/range
/sys/block/dm-1/dev
/sys/block/dm-0
/sys/block/dm-0/stat
/sys/block/dm-0/size
/sys/block/dm-0/removable
/sys/block/dm-0/range
/sys/block/dm-0/dev
/sys/block/md1
/sys/block/md1/stat
/sys/block/md1/size
/sys/block/md1/removable
/sys/block/md1/range
/sys/block/md1/dev
/sys/block/md0
/sys/block/md0/stat
/sys/block/md0/size
/sys/block/md0/removable
/sys/block/md0/range
/sys/block/md0/dev
/sys/block/sdb
/sys/block/sdb/queue
/sys/block/sdb/queue/iosched
/sys/block/sdb/queue/iosched/queued
/sys/block/sdb/queue/iosched/quantum
/sys/block/sdb/queue/max_sectors_kb
/sys/block/sdb/queue/max_hw_sectors_kb
/sys/block/sdb/queue/read_ahead_kb
/sys/block/sdb/queue/nr_requests
/sys/block/sdb/sdb2
/sys/block/sdb/sdb2/stat
/sys/block/sdb/sdb2/size
/sys/block/sdb/sdb2/start
/sys/block/sdb/sdb2/dev
/sys/block/sdb/sdb1
/sys/block/sdb/sdb1/stat
/sys/block/sdb/sdb1/size
/sys/block/sdb/sdb1/start
/sys/block/sdb/sdb1/dev
/sys/block/sdb/device
/sys/block/sdb/stat
/sys/block/sdb/size
/sys/block/sdb/removable
/sys/block/sdb/range
/sys/block/sdb/dev
/sys/block/sda
/sys/block/sda/queue
/sys/block/sda/queue/iosched
/sys/block/sda/queue/iosched/queued
/sys/block/sda/queue/iosched/quantum
/sys/block/sda/queue/max_sectors_kb
/sys/block/sda/queue/max_hw_sectors_kb
/sys/block/sda/queue/read_ahead_kb
/sys/block/sda/queue/nr_requests
/sys/block/sda/sda2
/sys/block/sda/sda2/stat
/sys/block/sda/sda2/size
/sys/block/sda/sda2/start
/sys/block/sda/sda2/dev
/sys/block/sda/sda1
/sys/block/sda/sda1/stat
/sys/block/sda/sda1/size
/sys/block/sda/sda1/start
/sys/block/sda/sda1/dev
/sys/block/sda/device
/sys/block/sda/stat
/sys/block/sda/size
/sys/block/sda/removable
/sys/block/sda/range
/sys/block/sda/dev
/sys/block/hdc
/sys/block/hdc/queue
/sys/block/hdc/queue/iosched
/sys/block/hdc/queue/iosched/queued
/sys/block/hdc/queue/iosched/quantum
/sys/block/hdc/queue/max_sectors_kb
/sys/block/hdc/queue/max_hw_sectors_kb
/sys/block/hdc/queue/read_ahead_kb
/sys/block/hdc/queue/nr_requests
/sys/block/hdc/device
/sys/block/hdc/stat
/sys/block/hdc/size
/sys/block/hdc/removable
/sys/block/hdc/range
/sys/block/hdc/dev
/sys/block/ram15
/sys/block/ram15/stat
/sys/block/ram15/size
/sys/block/ram15/removable
/sys/block/ram15/range
/sys/block/ram15/dev
/sys/block/ram14
/sys/block/ram14/stat
/sys/block/ram14/size
/sys/block/ram14/removable
/sys/block/ram14/range
/sys/block/ram14/dev
/sys/block/ram13
/sys/block/ram13/stat
/sys/block/ram13/size
/sys/block/ram13/removable
/sys/block/ram13/range
/sys/block/ram13/dev
/sys/block/ram12
/sys/block/ram12/stat
/sys/block/ram12/size
/sys/block/ram12/removable
/sys/block/ram12/range
/sys/block/ram12/dev
/sys/block/ram11
/sys/block/ram11/stat
/sys/block/ram11/size
/sys/block/ram11/removable
/sys/block/ram11/range
/sys/block/ram11/dev
/sys/block/ram10
/sys/block/ram10/stat
/sys/block/ram10/size
/sys/block/ram10/removable
/sys/block/ram10/range
/sys/block/ram10/dev
/sys/block/ram9
/sys/block/ram9/stat
/sys/block/ram9/size
/sys/block/ram9/removable
/sys/block/ram9/range
/sys/block/ram9/dev
/sys/block/ram8
/sys/block/ram8/stat
/sys/block/ram8/size
/sys/block/ram8/removable
/sys/block/ram8/range
/sys/block/ram8/dev
/sys/block/ram7
/sys/block/ram7/stat
/sys/block/ram7/size
/sys/block/ram7/removable
/sys/block/ram7/range
/sys/block/ram7/dev
/sys/block/ram6
/sys/block/ram6/stat
/sys/block/ram6/size
/sys/block/ram6/removable
/sys/block/ram6/range
/sys/block/ram6/dev
/sys/block/ram5
/sys/block/ram5/stat
/sys/block/ram5/size
/sys/block/ram5/removable
/sys/block/ram5/range
/sys/block/ram5/dev
/sys/block/ram4
/sys/block/ram4/stat
/sys/block/ram4/size
/sys/block/ram4/removable
/sys/block/ram4/range
/sys/block/ram4/dev
/sys/block/ram3
/sys/block/ram3/stat
/sys/block/ram3/size
/sys/block/ram3/removable
/sys/block/ram3/range
/sys/block/ram3/dev
/sys/block/ram2
/sys/block/ram2/stat
/sys/block/ram2/size
/sys/block/ram2/removable
/sys/block/ram2/range
/sys/block/ram2/dev
/sys/block/ram1
/sys/block/ram1/stat
/sys/block/ram1/size
/sys/block/ram1/removable
/sys/block/ram1/range
/sys/block/ram1/dev
/sys/block/ram0
/sys/block/ram0/stat
/sys/block/ram0/size
/sys/block/ram0/removable
/sys/block/ram0/range
/sys/block/ram0/dev
/sys/power
/sys/power/state
/sys/firmware
/sys/firmware/acpi
/sys/firmware/acpi/namespace
/sys/firmware/acpi/namespace/ACPI
/sys/firmware/acpi/namespace/ACPI/_TZ
/sys/firmware/acpi/namespace/ACPI/_SB
/sys/firmware/acpi/namespace/ACPI/_SB/ACAD
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/IDE
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/USB
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/PWR
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SIO
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SIO/FDC
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SIO/COMB
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SIO/COMA
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SIO/LPTB
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/LNKD
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/LNKC
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/LNKB
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/LNKA
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/MOUS
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/KBC
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SPKR
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/RTC
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/TIME
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/PIC
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/DMAC
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/MBRD
/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/AGP
/sys/firmware/acpi/namespace/ACPI/CPU3
/sys/firmware/acpi/namespace/ACPI/CPU2
/sys/firmware/acpi/namespace/ACPI/CPU1
/sys/firmware/acpi/namespace/ACPI/CPU0
/sys/firmware/acpi/namespace/ACPI/PWRF
/sys/class
/sys/class/iscsi_control
/sys/class/iscsi_control/iscsictl
/sys/class/iscsi_control/iscsictl/dev
/sys/class/printer
/sys/class/printer/lp0
/sys/class/printer/lp0/dev
/sys/class/iscsi_host
/sys/class/iscsi_host/host2
/sys/class/iscsi_host/host2/initiator_alias
/sys/class/iscsi_host/host2/initiator_name
/sys/class/iscsi_host/host2/device
/sys/class/iscsi_transport
/sys/class/iscsi_transport/target2:0:0
/sys/class/iscsi_transport/target2:0:0/first_burst_len
/sys/class/iscsi_transport/target2:0:0/max_burst_len
/sys/class/iscsi_transport/target2:0:0/max_xmit_data_segment_len
/sys/class/iscsi_transport/target2:0:0/max_recv_data_segment_len
/sys/class/iscsi_transport/target2:0:0/immediate_data
/sys/class/iscsi_transport/target2:0:0/initial_r2t
/sys/class/iscsi_transport/target2:0:0/ip_address
/sys/class/iscsi_transport/target2:0:0/tpgt
/sys/class/iscsi_transport/target2:0:0/port
/sys/class/iscsi_transport/target2:0:0/target_alias
/sys/class/iscsi_transport/target2:0:0/target_name
/sys/class/iscsi_transport/target2:0:0/data_digest
/sys/class/iscsi_transport/target2:0:0/header_digest
/sys/class/iscsi_transport/target2:0:0/isid
/sys/class/iscsi_transport/target2:0:0/tsih
/sys/class/iscsi_transport/target2:0:0/device
/sys/class/scsi_device
/sys/class/scsi_device/2:0:0:0
/sys/class/scsi_device/2:0:0:0/driver
/sys/class/scsi_device/2:0:0:0/device
/sys/class/scsi_device/0:0:1:0
/sys/class/scsi_device/0:0:1:0/driver
/sys/class/scsi_device/0:0:1:0/device
/sys/class/scsi_device/0:0:0:0
/sys/class/scsi_device/0:0:0:0/driver
/sys/class/scsi_device/0:0:0:0/device
/sys/class/scsi_host
/sys/class/scsi_host/host2
/sys/class/scsi_host/host2/scan
/sys/class/scsi_host/host2/proc_name
/sys/class/scsi_host/host2/unchecked_isa_dma
/sys/class/scsi_host/host2/sg_tablesize
/sys/class/scsi_host/host2/cmd_per_lun
/sys/class/scsi_host/host2/host_busy
/sys/class/scsi_host/host2/unique_id
/sys/class/scsi_host/host2/window_closed
/sys/class/scsi_host/host2/reset_timeout
/sys/class/scsi_host/host2/abort_timeout
/sys/class/scsi_host/host2/ping_timeout
/sys/class/scsi_host/host2/idle_timeout
/sys/class/scsi_host/host2/active_timeout
/sys/class/scsi_host/host2/login_timeout
/sys/class/scsi_host/host2/session_drop_time
/sys/class/scsi_host/host2/session_established_time
/sys/class/scsi_host/host2/connfail_timeout
/sys/class/scsi_host/host2/drop_session
/sys/class/scsi_host/host2/shutdown
/sys/class/scsi_host/host2/session_established
/sys/class/scsi_host/host2/device
/sys/class/scsi_host/host0
/sys/class/scsi_host/host0/scan
/sys/class/scsi_host/host0/proc_name
/sys/class/scsi_host/host0/unchecked_isa_dma
/sys/class/scsi_host/host0/sg_tablesize
/sys/class/scsi_host/host0/cmd_per_lun
/sys/class/scsi_host/host0/host_busy
/sys/class/scsi_host/host0/unique_id
/sys/class/scsi_host/host0/iocstate
/sys/class/scsi_host/host0/device
/sys/class/netlink
/sys/class/netlink/tap15
/sys/class/netlink/tap15/dev
/sys/class/netlink/tap14
/sys/class/netlink/tap14/dev
/sys/class/netlink/tap13
/sys/class/netlink/tap13/dev
/sys/class/netlink/tap12
/sys/class/netlink/tap12/dev
/sys/class/netlink/tap11
/sys/class/netlink/tap11/dev
/sys/class/netlink/tap10
/sys/class/netlink/tap10/dev
/sys/class/netlink/tap9
/sys/class/netlink/tap9/dev
/sys/class/netlink/tap8
/sys/class/netlink/tap8/dev
/sys/class/netlink/tap7
/sys/class/netlink/tap7/dev
/sys/class/netlink/tap6
/sys/class/netlink/tap6/dev
/sys/class/netlink/tap5
/sys/class/netlink/tap5/dev
/sys/class/netlink/tap4
/sys/class/netlink/tap4/dev
/sys/class/netlink/tap3
/sys/class/netlink/tap3/dev
/sys/class/netlink/tap2
/sys/class/netlink/tap2/dev
/sys/class/netlink/tap1
/sys/class/netlink/tap1/dev
/sys/class/netlink/tap0
/sys/class/netlink/tap0/dev
/sys/class/netlink/dnrtmsg
/sys/class/netlink/dnrtmsg/dev
/sys/class/netlink/ip6_fw
/sys/class/netlink/ip6_fw/dev
/sys/class/netlink/route6
/sys/class/netlink/route6/dev
/sys/class/netlink/arpd
/sys/class/netlink/arpd/dev
/sys/class/netlink/xfrm
/sys/class/netlink/xfrm/dev
/sys/class/netlink/nflog
/sys/class/netlink/nflog/dev
/sys/class/netlink/tcpdiag
/sys/class/netlink/tcpdiag/dev
/sys/class/netlink/fwmonitor
/sys/class/netlink/fwmonitor/dev
/sys/class/netlink/usersock
/sys/class/netlink/usersock/dev
/sys/class/netlink/skip
/sys/class/netlink/skip/dev
/sys/class/netlink/route
/sys/class/netlink/route/dev
/sys/class/firmware
/sys/class/firmware/timeout
/sys/class/raw
/sys/class/raw/rawctl
/sys/class/raw/rawctl/dev
/sys/class/vc
/sys/class/vc/vcsa6
/sys/class/vc/vcsa6/dev
/sys/class/vc/vcs6
/sys/class/vc/vcs6/dev
/sys/class/vc/vcsa5
/sys/class/vc/vcsa5/dev
/sys/class/vc/vcs5
/sys/class/vc/vcs5/dev
/sys/class/vc/vcsa4
/sys/class/vc/vcsa4/dev
/sys/class/vc/vcs4
/sys/class/vc/vcs4/dev
/sys/class/vc/vcsa3
/sys/class/vc/vcsa3/dev
/sys/class/vc/vcs3
/sys/class/vc/vcs3/dev
/sys/class/vc/vcsa2
/sys/class/vc/vcsa2/dev
/sys/class/vc/vcs2
/sys/class/vc/vcs2/dev
/sys/class/vc/vcsa1
/sys/class/vc/vcsa1/dev
/sys/class/vc/vcs1
/sys/class/vc/vcs1/dev
/sys/class/vc/vcsa
/sys/class/vc/vcsa/dev
/sys/class/vc/vcs
/sys/class/vc/vcs/dev
/sys/class/graphics
/sys/class/mem
/sys/class/mem/kmsg
/sys/class/mem/kmsg/dev
/sys/class/mem/urandom
/sys/class/mem/urandom/dev
/sys/class/mem/random
/sys/class/mem/random/dev
/sys/class/mem/full
/sys/class/mem/full/dev
/sys/class/mem/zero
/sys/class/mem/zero/dev
/sys/class/mem/port
/sys/class/mem/port/dev
/sys/class/mem/null
/sys/class/mem/null/dev
/sys/class/mem/mem
/sys/class/mem/mem/dev
/sys/class/net
/sys/class/net/sit0
/sys/class/net/sit0/statistics
/sys/class/net/sit0/statistics/tx_compressed
/sys/class/net/sit0/statistics/rx_compressed
/sys/class/net/sit0/statistics/tx_window_errors
/sys/class/net/sit0/statistics/tx_heartbeat_errors
/sys/class/net/sit0/statistics/tx_fifo_errors
/sys/class/net/sit0/statistics/tx_carrier_errors
/sys/class/net/sit0/statistics/tx_aborted_errors
/sys/class/net/sit0/statistics/rx_missed_errors
/sys/class/net/sit0/statistics/rx_fifo_errors
/sys/class/net/sit0/statistics/rx_frame_errors
/sys/class/net/sit0/statistics/rx_crc_errors
/sys/class/net/sit0/statistics/rx_over_errors
/sys/class/net/sit0/statistics/rx_length_errors
/sys/class/net/sit0/statistics/collisions
/sys/class/net/sit0/statistics/multicast
/sys/class/net/sit0/statistics/tx_dropped
/sys/class/net/sit0/statistics/rx_dropped
/sys/class/net/sit0/statistics/tx_errors
/sys/class/net/sit0/statistics/rx_errors
/sys/class/net/sit0/statistics/tx_bytes
/sys/class/net/sit0/statistics/rx_bytes
/sys/class/net/sit0/statistics/tx_packets
/sys/class/net/sit0/statistics/rx_packets
/sys/class/net/sit0/broadcast
/sys/class/net/sit0/address
/sys/class/net/sit0/type
/sys/class/net/sit0/flags
/sys/class/net/sit0/mtu
/sys/class/net/sit0/features
/sys/class/net/sit0/tx_queue_len
/sys/class/net/sit0/addr_len
/sys/class/net/sit0/iflink
/sys/class/net/sit0/ifindex
/sys/class/net/eth1
/sys/class/net/eth1/statistics
/sys/class/net/eth1/statistics/tx_compressed
/sys/class/net/eth1/statistics/rx_compressed
/sys/class/net/eth1/statistics/tx_window_errors
/sys/class/net/eth1/statistics/tx_heartbeat_errors
/sys/class/net/eth1/statistics/tx_fifo_errors
/sys/class/net/eth1/statistics/tx_carrier_errors
/sys/class/net/eth1/statistics/tx_aborted_errors
/sys/class/net/eth1/statistics/rx_missed_errors
/sys/class/net/eth1/statistics/rx_fifo_errors
/sys/class/net/eth1/statistics/rx_frame_errors
/sys/class/net/eth1/statistics/rx_crc_errors
/sys/class/net/eth1/statistics/rx_over_errors
/sys/class/net/eth1/statistics/rx_length_errors
/sys/class/net/eth1/statistics/collisions
/sys/class/net/eth1/statistics/multicast
/sys/class/net/eth1/statistics/tx_dropped
/sys/class/net/eth1/statistics/rx_dropped
/sys/class/net/eth1/statistics/tx_errors
/sys/class/net/eth1/statistics/rx_errors
/sys/class/net/eth1/statistics/tx_bytes
/sys/class/net/eth1/statistics/rx_bytes
/sys/class/net/eth1/statistics/tx_packets
/sys/class/net/eth1/statistics/rx_packets
/sys/class/net/eth1/broadcast
/sys/class/net/eth1/address
/sys/class/net/eth1/type
/sys/class/net/eth1/flags
/sys/class/net/eth1/mtu
/sys/class/net/eth1/features
/sys/class/net/eth1/tx_queue_len
/sys/class/net/eth1/addr_len
/sys/class/net/eth1/iflink
/sys/class/net/eth1/ifindex
/sys/class/net/eth1/driver
/sys/class/net/eth1/device
/sys/class/net/eth0
/sys/class/net/eth0/statistics
/sys/class/net/eth0/statistics/tx_compressed
/sys/class/net/eth0/statistics/rx_compressed
/sys/class/net/eth0/statistics/tx_window_errors
/sys/class/net/eth0/statistics/tx_heartbeat_errors
/sys/class/net/eth0/statistics/tx_fifo_errors
/sys/class/net/eth0/statistics/tx_carrier_errors
/sys/class/net/eth0/statistics/tx_aborted_errors
/sys/class/net/eth0/statistics/rx_missed_errors
/sys/class/net/eth0/statistics/rx_fifo_errors
/sys/class/net/eth0/statistics/rx_frame_errors
/sys/class/net/eth0/statistics/rx_crc_errors
/sys/class/net/eth0/statistics/rx_over_errors
/sys/class/net/eth0/statistics/rx_length_errors
/sys/class/net/eth0/statistics/collisions
/sys/class/net/eth0/statistics/multicast
/sys/class/net/eth0/statistics/tx_dropped
/sys/class/net/eth0/statistics/rx_dropped
/sys/class/net/eth0/statistics/tx_errors
/sys/class/net/eth0/statistics/rx_errors
/sys/class/net/eth0/statistics/tx_bytes
/sys/class/net/eth0/statistics/rx_bytes
/sys/class/net/eth0/statistics/tx_packets
/sys/class/net/eth0/statistics/rx_packets
/sys/class/net/eth0/broadcast
/sys/class/net/eth0/address
/sys/class/net/eth0/type
/sys/class/net/eth0/flags
/sys/class/net/eth0/mtu
/sys/class/net/eth0/features
/sys/class/net/eth0/tx_queue_len
/sys/class/net/eth0/addr_len
/sys/class/net/eth0/iflink
/sys/class/net/eth0/ifindex
/sys/class/net/eth0/driver
/sys/class/net/eth0/device
/sys/class/net/bond0
/sys/class/net/bond0/statistics
/sys/class/net/bond0/statistics/tx_compressed
/sys/class/net/bond0/statistics/rx_compressed
/sys/class/net/bond0/statistics/tx_window_errors
/sys/class/net/bond0/statistics/tx_heartbeat_errors
/sys/class/net/bond0/statistics/tx_fifo_errors
/sys/class/net/bond0/statistics/tx_carrier_errors
/sys/class/net/bond0/statistics/tx_aborted_errors
/sys/class/net/bond0/statistics/rx_missed_errors
/sys/class/net/bond0/statistics/rx_fifo_errors
/sys/class/net/bond0/statistics/rx_frame_errors
/sys/class/net/bond0/statistics/rx_crc_errors
/sys/class/net/bond0/statistics/rx_over_errors
/sys/class/net/bond0/statistics/rx_length_errors
/sys/class/net/bond0/statistics/collisions
/sys/class/net/bond0/statistics/multicast
/sys/class/net/bond0/statistics/tx_dropped
/sys/class/net/bond0/statistics/rx_dropped
/sys/class/net/bond0/statistics/tx_errors
/sys/class/net/bond0/statistics/rx_errors
/sys/class/net/bond0/statistics/tx_bytes
/sys/class/net/bond0/statistics/rx_bytes
/sys/class/net/bond0/statistics/tx_packets
/sys/class/net/bond0/statistics/rx_packets
/sys/class/net/bond0/broadcast
/sys/class/net/bond0/address
/sys/class/net/bond0/type
/sys/class/net/bond0/flags
/sys/class/net/bond0/mtu
/sys/class/net/bond0/features
/sys/class/net/bond0/tx_queue_len
/sys/class/net/bond0/addr_len
/sys/class/net/bond0/iflink
/sys/class/net/bond0/ifindex
/sys/class/net/lo
/sys/class/net/lo/statistics
/sys/class/net/lo/statistics/tx_compressed
/sys/class/net/lo/statistics/rx_compressed
/sys/class/net/lo/statistics/tx_window_errors
/sys/class/net/lo/statistics/tx_heartbeat_errors
/sys/class/net/lo/statistics/tx_fifo_errors
/sys/class/net/lo/statistics/tx_carrier_errors
/sys/class/net/lo/statistics/tx_aborted_errors
/sys/class/net/lo/statistics/rx_missed_errors
/sys/class/net/lo/statistics/rx_fifo_errors
/sys/class/net/lo/statistics/rx_frame_errors
/sys/class/net/lo/statistics/rx_crc_errors
/sys/class/net/lo/statistics/rx_over_errors
/sys/class/net/lo/statistics/rx_length_errors
/sys/class/net/lo/statistics/collisions
/sys/class/net/lo/statistics/multicast
/sys/class/net/lo/statistics/tx_dropped
/sys/class/net/lo/statistics/rx_dropped
/sys/class/net/lo/statistics/tx_errors
/sys/class/net/lo/statistics/rx_errors
/sys/class/net/lo/statistics/tx_bytes
/sys/class/net/lo/statistics/rx_bytes
/sys/class/net/lo/statistics/tx_packets
/sys/class/net/lo/statistics/rx_packets
/sys/class/net/lo/broadcast
/sys/class/net/lo/address
/sys/class/net/lo/type
/sys/class/net/lo/flags
/sys/class/net/lo/mtu
/sys/class/net/lo/features
/sys/class/net/lo/tx_queue_len
/sys/class/net/lo/addr_len
/sys/class/net/lo/iflink
/sys/class/net/lo/ifindex
/sys/class/input
/sys/class/input/event1
/sys/class/input/event1/dev
/sys/class/input/mouse0
/sys/class/input/mouse0/dev
/sys/class/input/event0
/sys/class/input/event0/dev
/sys/class/input/mice
/sys/class/input/mice/dev
/sys/class/usb
/sys/class/usb_host
/sys/class/misc
/sys/class/misc/device-mapper
/sys/class/misc/device-mapper/dev
/sys/class/misc/agpgart
/sys/class/misc/agpgart/dev
/sys/class/misc/rtc
/sys/class/misc/rtc/dev
/sys/class/tty
/sys/class/tty/ttyS7
/sys/class/tty/ttyS7/dev
/sys/class/tty/ttyS6
/sys/class/tty/ttyS6/dev
/sys/class/tty/ttyS5
/sys/class/tty/ttyS5/dev
/sys/class/tty/ttyS4
/sys/class/tty/ttyS4/dev
/sys/class/tty/ttyS3
/sys/class/tty/ttyS3/dev
/sys/class/tty/ttyS2
/sys/class/tty/ttyS2/dev
/sys/class/tty/ttyS1
/sys/class/tty/ttyS1/dev
/sys/class/tty/ttyS0
/sys/class/tty/ttyS0/dev
/sys/class/tty/tty63
/sys/class/tty/tty63/dev
/sys/class/tty/tty62
/sys/class/tty/tty62/dev
/sys/class/tty/tty61
/sys/class/tty/tty61/dev
/sys/class/tty/tty60
/sys/class/tty/tty60/dev
/sys/class/tty/tty59
/sys/class/tty/tty59/dev
/sys/class/tty/tty58
/sys/class/tty/tty58/dev
/sys/class/tty/tty57
/sys/class/tty/tty57/dev
/sys/class/tty/tty56
/sys/class/tty/tty56/dev
/sys/class/tty/tty55
/sys/class/tty/tty55/dev
/sys/class/tty/tty54
/sys/class/tty/tty54/dev
/sys/class/tty/tty53
/sys/class/tty/tty53/dev
/sys/class/tty/tty52
/sys/class/tty/tty52/dev
/sys/class/tty/tty51
/sys/class/tty/tty51/dev
/sys/class/tty/tty50
/sys/class/tty/tty50/dev
/sys/class/tty/tty49
/sys/class/tty/tty49/dev
/sys/class/tty/tty48
/sys/class/tty/tty48/dev
/sys/class/tty/tty47
/sys/class/tty/tty47/dev
/sys/class/tty/tty46
/sys/class/tty/tty46/dev
/sys/class/tty/tty45
/sys/class/tty/tty45/dev
/sys/class/tty/tty44
/sys/class/tty/tty44/dev
/sys/class/tty/tty43
/sys/class/tty/tty43/dev
/sys/class/tty/tty42
/sys/class/tty/tty42/dev
/sys/class/tty/tty41
/sys/class/tty/tty41/dev
/sys/class/tty/tty40
/sys/class/tty/tty40/dev
/sys/class/tty/tty39
/sys/class/tty/tty39/dev
/sys/class/tty/tty38
/sys/class/tty/tty38/dev
/sys/class/tty/tty37
/sys/class/tty/tty37/dev
/sys/class/tty/tty36
/sys/class/tty/tty36/dev
/sys/class/tty/tty35
/sys/class/tty/tty35/dev
/sys/class/tty/tty34
/sys/class/tty/tty34/dev
/sys/class/tty/tty33
/sys/class/tty/tty33/dev
/sys/class/tty/tty32
/sys/class/tty/tty32/dev
/sys/class/tty/tty31
/sys/class/tty/tty31/dev
/sys/class/tty/tty30
/sys/class/tty/tty30/dev
/sys/class/tty/tty29
/sys/class/tty/tty29/dev
/sys/class/tty/tty28
/sys/class/tty/tty28/dev
/sys/class/tty/tty27
/sys/class/tty/tty27/dev
/sys/class/tty/tty26
/sys/class/tty/tty26/dev
/sys/class/tty/tty25
/sys/class/tty/tty25/dev
/sys/class/tty/tty24
/sys/class/tty/tty24/dev
/sys/class/tty/tty23
/sys/class/tty/tty23/dev
/sys/class/tty/tty22
/sys/class/tty/tty22/dev
/sys/class/tty/tty21
/sys/class/tty/tty21/dev
/sys/class/tty/tty20
/sys/class/tty/tty20/dev
/sys/class/tty/tty19
/sys/class/tty/tty19/dev
/sys/class/tty/tty18
/sys/class/tty/tty18/dev
/sys/class/tty/tty17
/sys/class/tty/tty17/dev
/sys/class/tty/tty16
/sys/class/tty/tty16/dev
/sys/class/tty/tty15
/sys/class/tty/tty15/dev
/sys/class/tty/tty14
/sys/class/tty/tty14/dev
/sys/class/tty/tty13
/sys/class/tty/tty13/dev
/sys/class/tty/tty12
/sys/class/tty/tty12/dev
/sys/class/tty/tty11
/sys/class/tty/tty11/dev
/sys/class/tty/tty10
/sys/class/tty/tty10/dev
/sys/class/tty/tty9
/sys/class/tty/tty9/dev
/sys/class/tty/tty8
/sys/class/tty/tty8/dev
/sys/class/tty/tty7
/sys/class/tty/tty7/dev
/sys/class/tty/tty6
/sys/class/tty/tty6/dev
/sys/class/tty/tty5
/sys/class/tty/tty5/dev
/sys/class/tty/tty4
/sys/class/tty/tty4/dev
/sys/class/tty/tty3
/sys/class/tty/tty3/dev
/sys/class/tty/tty2
/sys/class/tty/tty2/dev
/sys/class/tty/tty1
/sys/class/tty/tty1/dev
/sys/class/tty/tty0
/sys/class/tty/tty0/dev
/sys/class/tty/ptmx
/sys/class/tty/ptmx/dev
/sys/class/tty/console
/sys/class/tty/console/dev
/sys/class/tty/tty
/sys/class/tty/tty/dev
/sys/class/pci_bus
/sys/class/pci_bus/0000:01
/sys/class/pci_bus/0000:01/bridge
/sys/class/pci_bus/0000:01/cpuaffinity
/sys/class/pci_bus/0000:00
/sys/class/pci_bus/0000:00/bridge
/sys/class/pci_bus/0000:00/cpuaffinity
/sys/bus
/sys/bus/scsi
/sys/bus/scsi/drivers
/sys/bus/scsi/drivers/sd
/sys/bus/scsi/drivers/sd/2:0:0:0
/sys/bus/scsi/drivers/sd/0:0:1:0
/sys/bus/scsi/drivers/sd/0:0:0:0
/sys/bus/scsi/devices
/sys/bus/scsi/devices/2:0:0:0
/sys/bus/scsi/devices/0:0:1:0
/sys/bus/scsi/devices/0:0:0:0
/sys/bus/ide
/sys/bus/ide/drivers
/sys/bus/ide/drivers/ide-floppy
/sys/bus/ide/drivers/ide-cdrom
/sys/bus/ide/drivers/ide-disk
/sys/bus/ide/devices
/sys/bus/ide/devices/1.0
/sys/bus/serio
/sys/bus/serio/drivers
/sys/bus/serio/drivers/psmouse
/sys/bus/serio/drivers/psmouse/serio0
/sys/bus/serio/drivers/psmouse/bind_mode
/sys/bus/serio/drivers/psmouse/description
/sys/bus/serio/drivers/atkbd
/sys/bus/serio/drivers/atkbd/serio1
/sys/bus/serio/drivers/atkbd/bind_mode
/sys/bus/serio/drivers/atkbd/description
/sys/bus/serio/devices
/sys/bus/serio/devices/serio1
/sys/bus/serio/devices/serio0
/sys/bus/usb
/sys/bus/usb/drivers
/sys/bus/usb/drivers/usbhid
/sys/bus/usb/drivers/hiddev
/sys/bus/usb/drivers/usb
/sys/bus/usb/drivers/hub
/sys/bus/usb/drivers/usbfs
/sys/bus/usb/devices
/sys/bus/pnp
/sys/bus/pnp/drivers
/sys/bus/pnp/drivers/parport_pc
/sys/bus/pnp/drivers/ide
/sys/bus/pnp/drivers/serial
/sys/bus/pnp/drivers/system
/sys/bus/pnp/devices
/sys/bus/pci
/sys/bus/pci/slots
/sys/bus/pci/drivers
/sys/bus/pci/drivers/parport_pc
/sys/bus/pci/drivers/parport_pc/new_id
/sys/bus/pci/drivers/pcnet32
/sys/bus/pci/drivers/pcnet32/new_id
/sys/bus/pci/drivers/pcnet32/0000:00:12.0
/sys/bus/pci/drivers/pcnet32/0000:00:11.0
/sys/bus/pci/drivers/mptsas
/sys/bus/pci/drivers/mptsas/new_id
/sys/bus/pci/drivers/mptspi
/sys/bus/pci/drivers/mptspi/new_id
/sys/bus/pci/drivers/mptspi/0000:00:10.0
/sys/bus/pci/drivers/mptfc
/sys/bus/pci/drivers/mptfc/new_id
/sys/bus/pci/drivers/PCI_IDE
/sys/bus/pci/drivers/PCI_IDE/new_id
/sys/bus/pci/drivers/VIA_IDE
/sys/bus/pci/drivers/VIA_IDE/new_id
/sys/bus/pci/drivers/TRIFLEX_IDE
/sys/bus/pci/drivers/TRIFLEX_IDE/new_id
/sys/bus/pci/drivers/SLC90e66_IDE
/sys/bus/pci/drivers/SLC90e66_IDE/new_id
/sys/bus/pci/drivers/SIS_IDE
/sys/bus/pci/drivers/SIS_IDE/new_id
/sys/bus/pci/drivers/SiI_IDE
/sys/bus/pci/drivers/SiI_IDE/new_id
/sys/bus/pci/drivers/Serverworks_IDE
/sys/bus/pci/drivers/Serverworks_IDE/new_id
/sys/bus/pci/drivers/RZ1000_IDE
/sys/bus/pci/drivers/RZ1000_IDE/new_id
/sys/bus/pci/drivers/PIIX_IDE
/sys/bus/pci/drivers/PIIX_IDE/new_id
/sys/bus/pci/drivers/PIIX_IDE/0000:00:07.1
/sys/bus/pci/drivers/Promise_IDE
/sys/bus/pci/drivers/Promise_IDE/new_id
/sys/bus/pci/drivers/Promise_Old_IDE
/sys/bus/pci/drivers/Promise_Old_IDE/new_id
/sys/bus/pci/drivers/ITE8212 IDE
/sys/bus/pci/drivers/ITE8212 IDE/new_id
/sys/bus/pci/drivers/HPT366_IDE
/sys/bus/pci/drivers/HPT366_IDE/new_id
/sys/bus/pci/drivers/HPT34x_IDE
/sys/bus/pci/drivers/HPT34x_IDE/new_id
/sys/bus/pci/drivers/Cypress_IDE
/sys/bus/pci/drivers/Cypress_IDE/new_id
/sys/bus/pci/drivers/CS5530 IDE
/sys/bus/pci/drivers/CS5530 IDE/new_id
/sys/bus/pci/drivers/Cyrix_IDE
/sys/bus/pci/drivers/Cyrix_IDE/new_id
/sys/bus/pci/drivers/CMD64x_IDE
/sys/bus/pci/drivers/CMD64x_IDE/new_id
/sys/bus/pci/drivers/ATIIXP_IDE
/sys/bus/pci/drivers/ATIIXP_IDE/new_id
/sys/bus/pci/drivers/AMD_IDE
/sys/bus/pci/drivers/AMD_IDE/new_id
/sys/bus/pci/drivers/ALI15x3_IDE
/sys/bus/pci/drivers/ALI15x3_IDE/new_id
/sys/bus/pci/drivers/AEC62xx_IDE
/sys/bus/pci/drivers/AEC62xx_IDE/new_id
/sys/bus/pci/drivers/serial
/sys/bus/pci/drivers/serial/new_id
/sys/bus/pci/drivers/agpgart-via
/sys/bus/pci/drivers/agpgart-via/new_id
/sys/bus/pci/drivers/agpgart-serverworks
/sys/bus/pci/drivers/agpgart-serverworks/new_id
/sys/bus/pci/drivers/agpgart-sis
/sys/bus/pci/drivers/agpgart-sis/new_id
/sys/bus/pci/drivers/agpgart-nvidia
/sys/bus/pci/drivers/agpgart-nvidia/new_id
/sys/bus/pci/drivers/agpgart-intel
/sys/bus/pci/drivers/agpgart-intel/new_id
/sys/bus/pci/drivers/agpgart-intel/0000:00:00.0
/sys/bus/pci/drivers/agpgart-intel-mch
/sys/bus/pci/drivers/agpgart-intel-mch/new_id
/sys/bus/pci/drivers/agpgart-efficeon
/sys/bus/pci/drivers/agpgart-efficeon/new_id
/sys/bus/pci/drivers/agpgart-amd64
/sys/bus/pci/drivers/agpgart-amd64/new_id
/sys/bus/pci/drivers/agpgart-amdk7
/sys/bus/pci/drivers/agpgart-amdk7/new_id
/sys/bus/pci/drivers/agpgart-ati
/sys/bus/pci/drivers/agpgart-ati/new_id
/sys/bus/pci/drivers/agpgart-ali
/sys/bus/pci/drivers/agpgart-ali/new_id
/sys/bus/pci/devices
/sys/bus/pci/devices/0000:00:12.0
/sys/bus/pci/devices/0000:00:11.0
/sys/bus/pci/devices/0000:00:10.0
/sys/bus/pci/devices/0000:00:0f.0
/sys/bus/pci/devices/0000:00:07.3
/sys/bus/pci/devices/0000:00:07.1
/sys/bus/pci/devices/0000:00:07.0
/sys/bus/pci/devices/0000:00:01.0
/sys/bus/pci/devices/0000:00:00.0
/sys/bus/platform
/sys/bus/platform/drivers
/sys/bus/platform/drivers/i8042
/sys/bus/platform/drivers/i8042/i8042
/sys/bus/platform/drivers/vesafb
/sys/bus/platform/devices
/sys/bus/platform/devices/floppy0
/sys/bus/platform/devices/i8042
/sys/bus/platform/devices/vesafb0
/sys/devices
/sys/devices/pci0000:00
/sys/devices/pci0000:00/0000:00:12.0
/sys/devices/pci0000:00/0000:00:12.0/config
/sys/devices/pci0000:00/0000:00:12.0/irq
/sys/devices/pci0000:00/0000:00:12.0/class
/sys/devices/pci0000:00/0000:00:12.0/subsystem_device
/sys/devices/pci0000:00/0000:00:12.0/subsystem_vendor
/sys/devices/pci0000:00/0000:00:12.0/device
/sys/devices/pci0000:00/0000:00:12.0/vendor
/sys/devices/pci0000:00/0000:00:12.0/resource
/sys/devices/pci0000:00/0000:00:12.0/power
/sys/devices/pci0000:00/0000:00:12.0/power/state
/sys/devices/pci0000:00/0000:00:12.0/detach_state
/sys/devices/pci0000:00/0000:00:11.0
/sys/devices/pci0000:00/0000:00:11.0/config
/sys/devices/pci0000:00/0000:00:11.0/irq
/sys/devices/pci0000:00/0000:00:11.0/class
/sys/devices/pci0000:00/0000:00:11.0/subsystem_device
/sys/devices/pci0000:00/0000:00:11.0/subsystem_vendor
/sys/devices/pci0000:00/0000:00:11.0/device
/sys/devices/pci0000:00/0000:00:11.0/vendor
/sys/devices/pci0000:00/0000:00:11.0/resource
/sys/devices/pci0000:00/0000:00:11.0/power
/sys/devices/pci0000:00/0000:00:11.0/power/state
/sys/devices/pci0000:00/0000:00:11.0/detach_state
/sys/devices/pci0000:00/0000:00:10.0
/sys/devices/pci0000:00/0000:00:10.0/host0
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/dump
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/timeout
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/state
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/delete
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/rescan
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/rev
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/model
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/vendor
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/scsi_level
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/type
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/queue_depth
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/device_blocked
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/block
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/power
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/power/state
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/detach_state
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/power
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/power/state
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/detach_state
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/dump
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/timeout
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/state
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/delete
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/rescan
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/rev
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/model
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/vendor
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/scsi_level
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/type
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/queue_depth
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/device_blocked
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/block
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/power
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/power/state
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/detach_state
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/power
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/power/state
/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/detach_state
/sys/devices/pci0000:00/0000:00:10.0/host0/power
/sys/devices/pci0000:00/0000:00:10.0/host0/power/state
/sys/devices/pci0000:00/0000:00:10.0/host0/detach_state
/sys/devices/pci0000:00/0000:00:10.0/config
/sys/devices/pci0000:00/0000:00:10.0/irq
/sys/devices/pci0000:00/0000:00:10.0/class
/sys/devices/pci0000:00/0000:00:10.0/subsystem_device
/sys/devices/pci0000:00/0000:00:10.0/subsystem_vendor
/sys/devices/pci0000:00/0000:00:10.0/device
/sys/devices/pci0000:00/0000:00:10.0/vendor
/sys/devices/pci0000:00/0000:00:10.0/resource
/sys/devices/pci0000:00/0000:00:10.0/power
/sys/devices/pci0000:00/0000:00:10.0/power/state
/sys/devices/pci0000:00/0000:00:10.0/detach_state
/sys/devices/pci0000:00/0000:00:0f.0
/sys/devices/pci0000:00/0000:00:0f.0/config
/sys/devices/pci0000:00/0000:00:0f.0/irq
/sys/devices/pci0000:00/0000:00:0f.0/class
/sys/devices/pci0000:00/0000:00:0f.0/subsystem_device
/sys/devices/pci0000:00/0000:00:0f.0/subsystem_vendor
/sys/devices/pci0000:00/0000:00:0f.0/device
/sys/devices/pci0000:00/0000:00:0f.0/vendor
/sys/devices/pci0000:00/0000:00:0f.0/resource
/sys/devices/pci0000:00/0000:00:0f.0/power
/sys/devices/pci0000:00/0000:00:0f.0/power/state
/sys/devices/pci0000:00/0000:00:0f.0/detach_state
/sys/devices/pci0000:00/0000:00:07.3
/sys/devices/pci0000:00/0000:00:07.3/config
/sys/devices/pci0000:00/0000:00:07.3/irq
/sys/devices/pci0000:00/0000:00:07.3/class
/sys/devices/pci0000:00/0000:00:07.3/subsystem_device
/sys/devices/pci0000:00/0000:00:07.3/subsystem_vendor
/sys/devices/pci0000:00/0000:00:07.3/device
/sys/devices/pci0000:00/0000:00:07.3/vendor
/sys/devices/pci0000:00/0000:00:07.3/resource
/sys/devices/pci0000:00/0000:00:07.3/power
/sys/devices/pci0000:00/0000:00:07.3/power/state
/sys/devices/pci0000:00/0000:00:07.3/detach_state
/sys/devices/pci0000:00/0000:00:07.1
/sys/devices/pci0000:00/0000:00:07.1/ide1
/sys/devices/pci0000:00/0000:00:07.1/ide1/1.0
/sys/devices/pci0000:00/0000:00:07.1/ide1/1.0/dump
/sys/devices/pci0000:00/0000:00:07.1/ide1/1.0/block
/sys/devices/pci0000:00/0000:00:07.1/ide1/1.0/dump
/sys/devices/pci0000:00/0000:00:07.1/ide1/1.0/power
/sys/devices/pci0000:00/0000:00:07.1/ide1/1.0/power/state
/sys/devices/pci0000:00/0000:00:07.1/ide1/1.0/detach_state
/sys/devices/pci0000:00/0000:00:07.1/ide1/power
/sys/devices/pci0000:00/0000:00:07.1/ide1/power/state
/sys/devices/pci0000:00/0000:00:07.1/ide1/detach_state
/sys/devices/pci0000:00/0000:00:07.1/config
/sys/devices/pci0000:00/0000:00:07.1/irq
/sys/devices/pci0000:00/0000:00:07.1/class
/sys/devices/pci0000:00/0000:00:07.1/subsystem_device
/sys/devices/pci0000:00/0000:00:07.1/subsystem_vendor
/sys/devices/pci0000:00/0000:00:07.1/device
/sys/devices/pci0000:00/0000:00:07.1/vendor
/sys/devices/pci0000:00/0000:00:07.1/resource
/sys/devices/pci0000:00/0000:00:07.1/power
/sys/devices/pci0000:00/0000:00:07.1/power/state
/sys/devices/pci0000:00/0000:00:07.1/detach_state
/sys/devices/pci0000:00/0000:00:07.0
/sys/devices/pci0000:00/0000:00:07.0/config
/sys/devices/pci0000:00/0000:00:07.0/irq
/sys/devices/pci0000:00/0000:00:07.0/class
/sys/devices/pci0000:00/0000:00:07.0/subsystem_device
/sys/devices/pci0000:00/0000:00:07.0/subsystem_vendor
/sys/devices/pci0000:00/0000:00:07.0/device
/sys/devices/pci0000:00/0000:00:07.0/vendor
/sys/devices/pci0000:00/0000:00:07.0/resource
/sys/devices/pci0000:00/0000:00:07.0/power
/sys/devices/pci0000:00/0000:00:07.0/power/state
/sys/devices/pci0000:00/0000:00:07.0/detach_state
/sys/devices/pci0000:00/0000:00:01.0
/sys/devices/pci0000:00/0000:00:01.0/config
/sys/devices/pci0000:00/0000:00:01.0/irq
/sys/devices/pci0000:00/0000:00:01.0/class
/sys/devices/pci0000:00/0000:00:01.0/subsystem_device
/sys/devices/pci0000:00/0000:00:01.0/subsystem_vendor
/sys/devices/pci0000:00/0000:00:01.0/device
/sys/devices/pci0000:00/0000:00:01.0/vendor
/sys/devices/pci0000:00/0000:00:01.0/resource
/sys/devices/pci0000:00/0000:00:01.0/power
/sys/devices/pci0000:00/0000:00:01.0/power/state
/sys/devices/pci0000:00/0000:00:01.0/detach_state
/sys/devices/pci0000:00/0000:00:00.0
/sys/devices/pci0000:00/0000:00:00.0/config
/sys/devices/pci0000:00/0000:00:00.0/irq
/sys/devices/pci0000:00/0000:00:00.0/class
/sys/devices/pci0000:00/0000:00:00.0/subsystem_device
/sys/devices/pci0000:00/0000:00:00.0/subsystem_vendor
/sys/devices/pci0000:00/0000:00:00.0/device
/sys/devices/pci0000:00/0000:00:00.0/vendor
/sys/devices/pci0000:00/0000:00:00.0/resource
/sys/devices/pci0000:00/0000:00:00.0/power
/sys/devices/pci0000:00/0000:00:00.0/power/state
/sys/devices/pci0000:00/0000:00:00.0/detach_state
/sys/devices/pci0000:00/power
/sys/devices/pci0000:00/power/state
/sys/devices/pci0000:00/detach_state
/sys/devices/system
/sys/devices/system/irqrouter
/sys/devices/system/irqrouter/irqrouter0
/sys/devices/system/ioapic
/sys/devices/system/ioapic/ioapic0
/sys/devices/system/lapic
/sys/devices/system/lapic/lapic0
/sys/devices/system/timer
/sys/devices/system/timer/timer0
/sys/devices/system/pit
/sys/devices/system/pit/pit0
/sys/devices/system/i8259
/sys/devices/system/i8259/i82590
/sys/devices/system/cpu
/sys/devices/system/cpu/cpu0
/sys/devices/platform
/sys/devices/platform/host2
/sys/devices/platform/host2/target2:0:0
/sys/devices/platform/host2/target2:0:0/2:0:0:0
/sys/devices/platform/host2/target2:0:0/2:0:0:0/dump
/sys/devices/platform/host2/target2:0:0/2:0:0:0/timeout
/sys/devices/platform/host2/target2:0:0/2:0:0:0/state
/sys/devices/platform/host2/target2:0:0/2:0:0:0/delete
/sys/devices/platform/host2/target2:0:0/2:0:0:0/rescan
/sys/devices/platform/host2/target2:0:0/2:0:0:0/rev
/sys/devices/platform/host2/target2:0:0/2:0:0:0/model
/sys/devices/platform/host2/target2:0:0/2:0:0:0/vendor
/sys/devices/platform/host2/target2:0:0/2:0:0:0/scsi_level
/sys/devices/platform/host2/target2:0:0/2:0:0:0/type
/sys/devices/platform/host2/target2:0:0/2:0:0:0/device_blocked
/sys/devices/platform/host2/target2:0:0/2:0:0:0/queue_depth
/sys/devices/platform/host2/target2:0:0/2:0:0:0/block
/sys/devices/platform/host2/target2:0:0/2:0:0:0/power
/sys/devices/platform/host2/target2:0:0/2:0:0:0/power/state
/sys/devices/platform/host2/target2:0:0/2:0:0:0/detach_state
/sys/devices/platform/host2/target2:0:0/power
/sys/devices/platform/host2/target2:0:0/power/state
/sys/devices/platform/host2/target2:0:0/detach_state
/sys/devices/platform/host2/power
/sys/devices/platform/host2/power/state
/sys/devices/platform/host2/detach_state
/sys/devices/platform/floppy0
/sys/devices/platform/floppy0/power
/sys/devices/platform/floppy0/power/state
/sys/devices/platform/floppy0/detach_state
/sys/devices/platform/i8042
/sys/devices/platform/i8042/serio1
/sys/devices/platform/i8042/serio1/bind_mode
/sys/devices/platform/i8042/serio1/driver
/sys/devices/platform/i8042/serio1/description
/sys/devices/platform/i8042/serio1/power
/sys/devices/platform/i8042/serio1/power/state
/sys/devices/platform/i8042/serio1/detach_state
/sys/devices/platform/i8042/serio0
/sys/devices/platform/i8042/serio0/bind_mode
/sys/devices/platform/i8042/serio0/driver
/sys/devices/platform/i8042/serio0/description
/sys/devices/platform/i8042/serio0/power
/sys/devices/platform/i8042/serio0/power/state
/sys/devices/platform/i8042/serio0/detach_state
/sys/devices/platform/i8042/power
/sys/devices/platform/i8042/power/state
/sys/devices/platform/i8042/detach_state
/sys/devices/platform/vesafb0
/sys/devices/platform/vesafb0/power
/sys/devices/platform/vesafb0/power/state
/sys/devices/platform/vesafb0/detach_state
/sys/devices/platform/power
/sys/devices/platform/power/state
/sys/devices/platform/detach_state
-------------- next part --------------
/sys:
total 0
drwxr-xr-x  31 root root 0 Feb 15 11:40 block
drwxr-xr-x   9 root root 0 Feb 15 08:23 bus
drwxr-xr-x  21 root root 0 Feb 15 11:39 class
drwxr-xr-x   5 root root 0 Feb 15 08:23 devices
drwxr-xr-x   3 root root 0 Feb 15 08:23 firmware
drwxr-xr-x  37 root root 0 Feb 15 11:39 module
drwxr-xr-x   2 root root 0 Feb 15 12:53 power

/sys/block:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 dm-0
drwxr-xr-x  2 root root 0 Feb 15 08:23 dm-1
drwxr-xr-x  2 root root 0 Feb 15 08:23 dm-2
drwxr-xr-x  2 root root 0 Feb 15 08:23 dm-3
drwxr-xr-x  2 root root 0 Feb 15 08:23 dm-4
drwxr-xr-x  2 root root 0 Feb 15 11:40 dm-5
drwxr-xr-x  3 root root 0 Feb 15 07:24 fd0
drwxr-xr-x  3 root root 0 Feb 15 08:23 hdc
drwxr-xr-x  2 root root 0 Feb 15 08:23 md0
drwxr-xr-x  2 root root 0 Feb 15 08:23 md1
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram0
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram1
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram10
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram11
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram12
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram13
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram14
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram15
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram2
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram3
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram4
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram5
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram6
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram7
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram8
drwxr-xr-x  2 root root 0 Feb 15 08:23 ram9
drwxr-xr-x  5 root root 0 Feb 15 08:23 sda
drwxr-xr-x  5 root root 0 Feb 15 08:23 sdb
drwxr-xr-x  3 root root 0 Feb 15 11:39 sdc

/sys/block/dm-0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/dm-1:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/dm-2:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/dm-3:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/dm-4:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/dm-5:
total 0
-r--r--r--  1 root root 4096 Feb 15 11:40 dev
-r--r--r--  1 root root 4096 Feb 15 11:40 range
-r--r--r--  1 root root 4096 Feb 15 11:40 removable
-r--r--r--  1 root root 4096 Feb 15 11:40 size
-r--r--r--  1 root root 4096 Feb 15 11:40 stat

/sys/block/fd0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
drwxr-xr-x  3 root root    0 Feb 15 12:53 queue
-r--r--r--  1 root root 4096 Feb 15 07:24 range
-r--r--r--  1 root root 4096 Feb 15 07:24 removable
-r--r--r--  1 root root 4096 Feb 15 07:24 size
-r--r--r--  1 root root 4096 Feb 15 07:24 stat

/sys/block/fd0/queue:
total 0
drwxr-xr-x  2 root root    0 Feb 15 12:53 iosched
-r--r--r--  1 root root 4096 Feb 15 12:53 max_hw_sectors_kb
-rw-r--r--  1 root root 4096 Feb 15 12:53 max_sectors_kb
-rw-r--r--  1 root root 4096 Feb 15 12:53 nr_requests
-rw-r--r--  1 root root 4096 Feb 15 12:53 read_ahead_kb

/sys/block/fd0/queue/iosched:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 quantum
-rw-r--r--  1 root root 4096 Feb 15 12:53 queued

/sys/block/hdc:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
lrwxrwxrwx  1 root root    0 Feb 15 08:23 device -> ../../devices/pci0000:00/0000:00:07.1/ide1/1.0
drwxr-xr-x  3 root root    0 Feb 15 12:53 queue
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/hdc/queue:
total 0
drwxr-xr-x  2 root root    0 Feb 15 12:53 iosched
-r--r--r--  1 root root 4096 Feb 15 12:53 max_hw_sectors_kb
-rw-r--r--  1 root root 4096 Feb 15 12:53 max_sectors_kb
-rw-r--r--  1 root root 4096 Feb 15 12:53 nr_requests
-rw-r--r--  1 root root 4096 Feb 15 12:53 read_ahead_kb

/sys/block/hdc/queue/iosched:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 quantum
-rw-r--r--  1 root root 4096 Feb 15 12:53 queued

/sys/block/md0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/md1:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram1:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram10:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram11:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram12:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram13:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram14:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram15:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram2:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram3:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram4:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram5:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram6:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram7:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram8:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/ram9:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/sda:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
lrwxrwxrwx  1 root root    0 Feb 15 08:23 device -> ../../devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0
drwxr-xr-x  3 root root    0 Feb 15 12:53 queue
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
drwxr-xr-x  2 root root    0 Feb 15 08:23 sda1
drwxr-xr-x  2 root root    0 Feb 15 08:23 sda2
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/sda/queue:
total 0
drwxr-xr-x  2 root root    0 Feb 15 12:53 iosched
-r--r--r--  1 root root 4096 Feb 15 12:53 max_hw_sectors_kb
-rw-r--r--  1 root root 4096 Feb 15 12:53 max_sectors_kb
-rw-r--r--  1 root root 4096 Feb 15 12:53 nr_requests
-rw-r--r--  1 root root 4096 Feb 15 12:53 read_ahead_kb

/sys/block/sda/queue/iosched:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 quantum
-rw-r--r--  1 root root 4096 Feb 15 12:53 queued

/sys/block/sda/sda1:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 start
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/sda/sda2:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 start
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/sdb:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
lrwxrwxrwx  1 root root    0 Feb 15 08:23 device -> ../../devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0
drwxr-xr-x  3 root root    0 Feb 15 12:53 queue
-r--r--r--  1 root root 4096 Feb 15 08:23 range
-r--r--r--  1 root root 4096 Feb 15 08:23 removable
drwxr-xr-x  2 root root    0 Feb 15 08:23 sdb1
drwxr-xr-x  2 root root    0 Feb 15 08:23 sdb2
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/sdb/queue:
total 0
drwxr-xr-x  2 root root    0 Feb 15 12:53 iosched
-r--r--r--  1 root root 4096 Feb 15 12:53 max_hw_sectors_kb
-rw-r--r--  1 root root 4096 Feb 15 12:53 max_sectors_kb
-rw-r--r--  1 root root 4096 Feb 15 12:53 nr_requests
-rw-r--r--  1 root root 4096 Feb 15 12:53 read_ahead_kb

/sys/block/sdb/queue/iosched:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 quantum
-rw-r--r--  1 root root 4096 Feb 15 12:53 queued

/sys/block/sdb/sdb1:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 start
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/sdb/sdb2:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev
-r--r--r--  1 root root 4096 Feb 15 08:23 size
-r--r--r--  1 root root 4096 Feb 15 08:23 start
-r--r--r--  1 root root 4096 Feb 15 08:23 stat

/sys/block/sdc:
total 0
-r--r--r--  1 root root 4096 Feb 15 11:39 dev
lrwxrwxrwx  1 root root    0 Feb 15 11:39 device -> ../../devices/platform/host2/target2:0:0/2:0:0:0
drwxr-xr-x  3 root root    0 Feb 15 12:53 queue
-r--r--r--  1 root root 4096 Feb 15 11:39 range
-r--r--r--  1 root root 4096 Feb 15 11:39 removable
-r--r--r--  1 root root 4096 Feb 15 11:39 size
-r--r--r--  1 root root 4096 Feb 15 11:39 stat

/sys/block/sdc/queue:
total 0
drwxr-xr-x  2 root root    0 Feb 15 12:53 iosched
-r--r--r--  1 root root 4096 Feb 15 12:53 max_hw_sectors_kb
-rw-r--r--  1 root root 4096 Feb 15 12:53 max_sectors_kb
-rw-r--r--  1 root root 4096 Feb 15 12:53 nr_requests
-rw-r--r--  1 root root 4096 Feb 15 12:53 read_ahead_kb

/sys/block/sdc/queue/iosched:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 quantum
-rw-r--r--  1 root root 4096 Feb 15 12:53 queued

/sys/bus:
total 0
drwxr-xr-x  4 root root 0 Feb 15 08:23 ide
drwxr-xr-x  5 root root 0 Feb 15 08:23 pci
drwxr-xr-x  4 root root 0 Feb 15 08:23 platform
drwxr-xr-x  4 root root 0 Feb 15 08:23 pnp
drwxr-xr-x  4 root root 0 Feb 15 08:23 scsi
drwxr-xr-x  4 root root 0 Feb 15 08:23 serio
drwxr-xr-x  4 root root 0 Feb 15 08:23 usb

/sys/bus/ide:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 devices
drwxr-xr-x  5 root root 0 Feb 15 08:23 drivers

/sys/bus/ide/devices:
total 0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 1.0 -> ../../../devices/pci0000:00/0000:00:07.1/ide1/1.0

/sys/bus/ide/drivers:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 ide-cdrom
drwxr-xr-x  2 root root 0 Feb 15 08:23 ide-disk
drwxr-xr-x  2 root root 0 Feb 15 08:23 ide-floppy

/sys/bus/ide/drivers/ide-cdrom:
total 0

/sys/bus/ide/drivers/ide-disk:
total 0

/sys/bus/ide/drivers/ide-floppy:
total 0

/sys/bus/pci:
total 0
drwxr-xr-x   2 root root 0 Feb 15 08:23 devices
drwxr-xr-x  41 root root 0 Feb 15 07:24 drivers
drwxr-xr-x   2 root root 0 Feb 15 08:23 slots

/sys/bus/pci/devices:
total 0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0000:00:00.0 -> ../../../devices/pci0000:00/0000:00:00.0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0000:00:01.0 -> ../../../devices/pci0000:00/0000:00:01.0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0000:00:07.0 -> ../../../devices/pci0000:00/0000:00:07.0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0000:00:07.1 -> ../../../devices/pci0000:00/0000:00:07.1
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0000:00:07.3 -> ../../../devices/pci0000:00/0000:00:07.3
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0000:00:0f.0 -> ../../../devices/pci0000:00/0000:00:0f.0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0000:00:10.0 -> ../../../devices/pci0000:00/0000:00:10.0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0000:00:11.0 -> ../../../devices/pci0000:00/0000:00:11.0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0000:00:12.0 -> ../../../devices/pci0000:00/0000:00:12.0

/sys/bus/pci/drivers:
total 0
drwxr-xr-x  2 root root 0 Feb 15 07:25 AEC62xx_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 agpgart-ali
drwxr-xr-x  2 root root 0 Feb 15 07:25 agpgart-amd64
drwxr-xr-x  2 root root 0 Feb 15 07:25 agpgart-amdk7
drwxr-xr-x  2 root root 0 Feb 15 07:25 agpgart-ati
drwxr-xr-x  2 root root 0 Feb 15 07:25 agpgart-efficeon
drwxr-xr-x  2 root root 0 Feb 15 07:25 agpgart-intel
drwxr-xr-x  2 root root 0 Feb 15 07:25 agpgart-intel-mch
drwxr-xr-x  2 root root 0 Feb 15 07:25 agpgart-nvidia
drwxr-xr-x  2 root root 0 Feb 15 07:25 agpgart-serverworks
drwxr-xr-x  2 root root 0 Feb 15 07:25 agpgart-sis
drwxr-xr-x  2 root root 0 Feb 15 07:25 agpgart-via
drwxr-xr-x  2 root root 0 Feb 15 07:25 ALI15x3_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 AMD_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 ATIIXP_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 CMD64x_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 CS5530 IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 Cypress_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 Cyrix_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 HPT34x_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 HPT366_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 ITE8212 IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 mptfc
drwxr-xr-x  2 root root 0 Feb 15 07:25 mptsas
drwxr-xr-x  2 root root 0 Feb 15 07:25 mptspi
drwxr-xr-x  2 root root 0 Feb 15 07:25 parport_pc
drwxr-xr-x  2 root root 0 Feb 15 07:25 PCI_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 pcnet32
drwxr-xr-x  2 root root 0 Feb 15 07:25 PIIX_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 Promise_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 Promise_Old_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 RZ1000_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 serial
drwxr-xr-x  2 root root 0 Feb 15 07:25 Serverworks_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 SiI_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 SIS_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 SLC90e66_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 TRIFLEX_IDE
drwxr-xr-x  2 root root 0 Feb 15 07:25 VIA_IDE

/sys/bus/pci/drivers/AEC62xx_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/agpgart-ali:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/agpgart-amd64:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/agpgart-amdk7:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/agpgart-ati:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/agpgart-efficeon:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/agpgart-intel:
total 0
lrwxrwxrwx  1 root root    0 Feb 15 07:25 0000:00:00.0 -> ../../../../devices/pci0000:00/0000:00:00.0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/agpgart-intel-mch:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/agpgart-nvidia:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/agpgart-serverworks:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/agpgart-sis:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/agpgart-via:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/ALI15x3_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/AMD_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/ATIIXP_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/CMD64x_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/CS5530 IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/Cypress_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/Cyrix_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/HPT34x_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/HPT366_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/ITE8212 IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/mptfc:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/mptsas:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/mptspi:
total 0
lrwxrwxrwx  1 root root    0 Feb 15 08:23 0000:00:10.0 -> ../../../../devices/pci0000:00/0000:00:10.0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/parport_pc:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/PCI_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/pcnet32:
total 0
lrwxrwxrwx  1 root root    0 Feb 15 08:23 0000:00:11.0 -> ../../../../devices/pci0000:00/0000:00:11.0
lrwxrwxrwx  1 root root    0 Feb 15 08:23 0000:00:12.0 -> ../../../../devices/pci0000:00/0000:00:12.0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/PIIX_IDE:
total 0
lrwxrwxrwx  1 root root    0 Feb 15 08:23 0000:00:07.1 -> ../../../../devices/pci0000:00/0000:00:07.1
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/Promise_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/Promise_Old_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/RZ1000_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/serial:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/Serverworks_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/SiI_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/SIS_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/SLC90e66_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/TRIFLEX_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/drivers/VIA_IDE:
total 0
--w-------  1 root root 4096 Feb 15 07:25 new_id

/sys/bus/pci/slots:
total 0

/sys/bus/platform:
total 0
drwxr-xr-x  2 root root 0 Feb 15 07:25 devices
drwxr-xr-x  4 root root 0 Feb 15 08:23 drivers

/sys/bus/platform/devices:
total 0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 floppy0 -> ../../../devices/platform/floppy0
lrwxrwxrwx  1 root root 0 Feb 15 07:25 i8042 -> ../../../devices/platform/i8042
lrwxrwxrwx  1 root root 0 Feb 15 07:25 vesafb0 -> ../../../devices/platform/vesafb0

/sys/bus/platform/drivers:
total 0
drwxr-xr-x  2 root root 0 Feb 15 07:25 i8042
drwxr-xr-x  2 root root 0 Feb 15 08:23 vesafb

/sys/bus/platform/drivers/i8042:
total 0
lrwxrwxrwx  1 root root 0 Feb 15 07:25 i8042 -> ../../../../devices/platform/i8042

/sys/bus/platform/drivers/vesafb:
total 0

/sys/bus/pnp:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 devices
drwxr-xr-x  6 root root 0 Feb 15 07:24 drivers

/sys/bus/pnp/devices:
total 0

/sys/bus/pnp/drivers:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 ide
drwxr-xr-x  2 root root 0 Feb 15 07:24 parport_pc
drwxr-xr-x  2 root root 0 Feb 15 08:23 serial
drwxr-xr-x  2 root root 0 Feb 15 08:23 system

/sys/bus/pnp/drivers/ide:
total 0

/sys/bus/pnp/drivers/parport_pc:
total 0

/sys/bus/pnp/drivers/serial:
total 0

/sys/bus/pnp/drivers/system:
total 0

/sys/bus/scsi:
total 0
drwxr-xr-x  2 root root 0 Feb 15 11:39 devices
drwxr-xr-x  3 root root 0 Feb 15 08:23 drivers

/sys/bus/scsi/devices:
total 0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0:0:0:0 -> ../../../devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0:0:1:0 -> ../../../devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0
lrwxrwxrwx  1 root root 0 Feb 15 11:39 2:0:0:0 -> ../../../devices/platform/host2/target2:0:0/2:0:0:0

/sys/bus/scsi/drivers:
total 0
drwxr-xr-x  2 root root 0 Feb 15 11:39 sd

/sys/bus/scsi/drivers/sd:
total 0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0:0:0:0 -> ../../../../devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0
lrwxrwxrwx  1 root root 0 Feb 15 08:23 0:0:1:0 -> ../../../../devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0
lrwxrwxrwx  1 root root 0 Feb 15 11:39 2:0:0:0 -> ../../../../devices/platform/host2/target2:0:0/2:0:0:0

/sys/bus/serio:
total 0
drwxr-xr-x  2 root root 0 Feb 15 07:25 devices
drwxr-xr-x  4 root root 0 Feb 15 08:23 drivers

/sys/bus/serio/devices:
total 0
lrwxrwxrwx  1 root root 0 Feb 15 07:25 serio0 -> ../../../devices/platform/i8042/serio0
lrwxrwxrwx  1 root root 0 Feb 15 07:25 serio1 -> ../../../devices/platform/i8042/serio1

/sys/bus/serio/drivers:
total 0
drwxr-xr-x  2 root root 0 Feb 15 12:53 atkbd
drwxr-xr-x  2 root root 0 Feb 15 12:53 psmouse

/sys/bus/serio/drivers/atkbd:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 bind_mode
-r--r--r--  1 root root 4096 Feb 15 12:53 description
lrwxrwxrwx  1 root root    0 Feb 15 12:53 serio1 -> ../../../../devices/platform/i8042/serio1

/sys/bus/serio/drivers/psmouse:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 bind_mode
-r--r--r--  1 root root 4096 Feb 15 12:53 description
lrwxrwxrwx  1 root root    0 Feb 15 12:53 serio0 -> ../../../../devices/platform/i8042/serio0

/sys/bus/usb:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 devices
drwxr-xr-x  7 root root 0 Feb 15 08:23 drivers

/sys/bus/usb/devices:
total 0

/sys/bus/usb/drivers:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 hiddev
drwxr-xr-x  2 root root 0 Feb 15 08:23 hub
drwxr-xr-x  2 root root 0 Feb 15 08:23 usb
drwxr-xr-x  2 root root 0 Feb 15 08:23 usbfs
drwxr-xr-x  2 root root 0 Feb 15 08:23 usbhid

/sys/bus/usb/drivers/hiddev:
total 0

/sys/bus/usb/drivers/hub:
total 0

/sys/bus/usb/drivers/usb:
total 0

/sys/bus/usb/drivers/usbfs:
total 0

/sys/bus/usb/drivers/usbhid:
total 0

/sys/class:
total 0
drwxr-xr-x   2 root root 0 Feb 15 08:23 firmware
drwxr-xr-x   2 root root 0 Feb 15 08:23 graphics
drwxr-xr-x   6 root root 0 Feb 15 08:23 input
drwxr-xr-x   3 root root 0 Feb 15 11:39 iscsi_control
drwxr-xr-x   3 root root 0 Feb 15 11:39 iscsi_host
drwxr-xr-x   3 root root 0 Feb 15 11:39 iscsi_transport
drwxr-xr-x  10 root root 0 Feb 15 08:23 mem
drwxr-xr-x   5 root root 0 Feb 15 07:24 misc
drwxr-xr-x   7 root root 0 Feb 15 07:25 net
drwxr-xr-x  29 root root 0 Feb 15 08:23 netlink
drwxr-xr-x   4 root root 0 Feb 15 08:23 pci_bus
drwxr-xr-x   3 root root 0 Feb 15 07:24 printer
drwxr-xr-x   3 root root 0 Feb 15 08:23 raw
drwxr-xr-x   5 root root 0 Feb 15 11:39 scsi_device
drwxr-xr-x   4 root root 0 Feb 15 11:39 scsi_host
drwxr-xr-x  77 root root 0 Feb 15 08:23 tty
drwxr-xr-x   2 root root 0 Feb 15 08:23 usb
drwxr-xr-x   2 root root 0 Feb 15 08:23 usb_host
drwxr-xr-x  16 root root 0 Feb 15 07:25 vc

/sys/class/firmware:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 timeout

/sys/class/graphics:
total 0

/sys/class/input:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 event0
drwxr-xr-x  2 root root 0 Feb 15 08:23 event1
drwxr-xr-x  2 root root 0 Feb 15 08:23 mice
drwxr-xr-x  2 root root 0 Feb 15 08:23 mouse0

/sys/class/input/event0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/input/event1:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/input/mice:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/input/mouse0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/iscsi_control:
total 0
drwxr-xr-x  2 root root 0 Feb 15 11:39 iscsictl

/sys/class/iscsi_control/iscsictl:
total 0
-r--r--r--  1 root root 4096 Feb 15 11:39 dev

/sys/class/iscsi_host:
total 0
drwxr-xr-x  2 root root 0 Feb 15 11:39 host2

/sys/class/iscsi_host/host2:
total 0
lrwxrwxrwx  1 root root    0 Feb 15 11:39 device -> ../../../devices/platform/host2
-r--r--r--  1 root root 4096 Feb 15 11:39 initiator_alias
-r--r--r--  1 root root 4096 Feb 15 11:39 initiator_name

/sys/class/iscsi_transport:
total 0
drwxr-xr-x  2 root root 0 Feb 15 11:39 target2:0:0

/sys/class/iscsi_transport/target2:0:0:
total 0
-r--r--r--  1 root root 4096 Feb 15 11:39 data_digest
lrwxrwxrwx  1 root root    0 Feb 15 11:39 device -> ../../../devices/platform/host2/target2:0:0
-r--r--r--  1 root root 4096 Feb 15 11:39 first_burst_len
-r--r--r--  1 root root 4096 Feb 15 11:39 header_digest
-r--r--r--  1 root root 4096 Feb 15 11:39 immediate_data
-r--r--r--  1 root root 4096 Feb 15 11:39 initial_r2t
-r--r--r--  1 root root 4096 Feb 15 11:39 ip_address
-r--r--r--  1 root root 4096 Feb 15 11:39 isid
-r--r--r--  1 root root 4096 Feb 15 11:39 max_burst_len
-r--r--r--  1 root root 4096 Feb 15 11:39 max_recv_data_segment_len
-r--r--r--  1 root root 4096 Feb 15 11:39 max_xmit_data_segment_len
-r--r--r--  1 root root 4096 Feb 15 11:39 port
-r--r--r--  1 root root 4096 Feb 15 11:39 target_alias
-r--r--r--  1 root root 4096 Feb 15 11:39 target_name
-r--r--r--  1 root root 4096 Feb 15 11:39 tpgt
-r--r--r--  1 root root 4096 Feb 15 11:39 tsih

/sys/class/mem:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 full
drwxr-xr-x  2 root root 0 Feb 15 08:23 kmsg
drwxr-xr-x  2 root root 0 Feb 15 08:23 mem
drwxr-xr-x  2 root root 0 Feb 15 08:23 null
drwxr-xr-x  2 root root 0 Feb 15 08:23 port
drwxr-xr-x  2 root root 0 Feb 15 08:23 random
drwxr-xr-x  2 root root 0 Feb 15 08:23 urandom
drwxr-xr-x  2 root root 0 Feb 15 08:23 zero

/sys/class/mem/full:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/mem/kmsg:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/mem/mem:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/mem/null:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/mem/port:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/mem/random:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/mem/urandom:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/mem/zero:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/misc:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 agpgart
drwxr-xr-x  2 root root 0 Feb 15 08:23 device-mapper
drwxr-xr-x  2 root root 0 Feb 15 08:23 rtc

/sys/class/misc/agpgart:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/misc/device-mapper:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/misc/rtc:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/net:
total 0
drwxr-xr-x  3 root root 0 Feb 15 07:24 bond0
drwxr-xr-x  3 root root 0 Feb 15 08:23 eth0
drwxr-xr-x  3 root root 0 Feb 15 08:23 eth1
drwxr-xr-x  3 root root 0 Feb 15 08:23 lo
drwxr-xr-x  3 root root 0 Feb 15 07:25 sit0

/sys/class/net/bond0:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:24 address
-r--r--r--  1 root root 4096 Feb 15 07:24 addr_len
-r--r--r--  1 root root 4096 Feb 15 07:24 broadcast
-r--r--r--  1 root root 4096 Feb 15 07:24 features
-rw-r--r--  1 root root 4096 Feb 15 07:24 flags
-r--r--r--  1 root root 4096 Feb 15 08:23 ifindex
-r--r--r--  1 root root 4096 Feb 15 07:24 iflink
-rw-r--r--  1 root root 4096 Feb 15 07:24 mtu
drwxr-xr-x  2 root root    0 Feb 15 07:24 statistics
-rw-r--r--  1 root root 4096 Feb 15 07:24 tx_queue_len
-r--r--r--  1 root root 4096 Feb 15 07:24 type

/sys/class/net/bond0/statistics:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:24 collisions
-r--r--r--  1 root root 4096 Feb 15 07:24 multicast
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_bytes
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_compressed
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_crc_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_dropped
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_fifo_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_frame_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_length_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_missed_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_over_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_packets
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_aborted_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_bytes
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_carrier_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_compressed
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_dropped
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_fifo_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_heartbeat_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_packets
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_window_errors

/sys/class/net/eth0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 address
-r--r--r--  1 root root 4096 Feb 15 08:23 addr_len
-r--r--r--  1 root root 4096 Feb 15 08:23 broadcast
lrwxrwxrwx  1 root root    0 Feb 15 08:23 device -> ../../../devices/pci0000:00/0000:00:11.0
lrwxrwxrwx  1 root root    0 Feb 15 08:23 driver -> ../../../bus/pci/drivers/pcnet32
-r--r--r--  1 root root 4096 Feb 15 08:23 features
-rw-r--r--  1 root root 4096 Feb 15 08:23 flags
-r--r--r--  1 root root 4096 Feb 15 08:23 ifindex
-r--r--r--  1 root root 4096 Feb 15 08:23 iflink
-rw-r--r--  1 root root 4096 Feb 15 08:23 mtu
drwxr-xr-x  2 root root    0 Feb 15 07:24 statistics
-rw-r--r--  1 root root 4096 Feb 15 08:23 tx_queue_len
-r--r--r--  1 root root 4096 Feb 15 08:23 type

/sys/class/net/eth0/statistics:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:24 collisions
-r--r--r--  1 root root 4096 Feb 15 07:24 multicast
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_bytes
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_compressed
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_crc_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_dropped
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_fifo_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_frame_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_length_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_missed_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_over_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_packets
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_aborted_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_bytes
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_carrier_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_compressed
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_dropped
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_fifo_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_heartbeat_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_packets
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_window_errors

/sys/class/net/eth1:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 address
-r--r--r--  1 root root 4096 Feb 15 08:23 addr_len
-r--r--r--  1 root root 4096 Feb 15 08:23 broadcast
lrwxrwxrwx  1 root root    0 Feb 15 08:23 device -> ../../../devices/pci0000:00/0000:00:12.0
lrwxrwxrwx  1 root root    0 Feb 15 08:23 driver -> ../../../bus/pci/drivers/pcnet32
-r--r--r--  1 root root 4096 Feb 15 08:23 features
-rw-r--r--  1 root root 4096 Feb 15 08:23 flags
-r--r--r--  1 root root 4096 Feb 15 08:23 ifindex
-r--r--r--  1 root root 4096 Feb 15 08:23 iflink
-rw-r--r--  1 root root 4096 Feb 15 08:23 mtu
drwxr-xr-x  2 root root    0 Feb 15 07:24 statistics
-rw-r--r--  1 root root 4096 Feb 15 08:23 tx_queue_len
-r--r--r--  1 root root 4096 Feb 15 08:23 type

/sys/class/net/eth1/statistics:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:24 collisions
-r--r--r--  1 root root 4096 Feb 15 07:24 multicast
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_bytes
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_compressed
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_crc_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_dropped
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_fifo_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_frame_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_length_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_missed_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_over_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 rx_packets
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_aborted_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_bytes
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_carrier_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_compressed
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_dropped
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_fifo_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_heartbeat_errors
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_packets
-r--r--r--  1 root root 4096 Feb 15 07:24 tx_window_errors

/sys/class/net/lo:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 address
-r--r--r--  1 root root 4096 Feb 15 08:23 addr_len
-r--r--r--  1 root root 4096 Feb 15 08:23 broadcast
-r--r--r--  1 root root 4096 Feb 15 08:23 features
-rw-r--r--  1 root root 4096 Feb 15 08:23 flags
-r--r--r--  1 root root 4096 Feb 15 08:23 ifindex
-r--r--r--  1 root root 4096 Feb 15 08:23 iflink
-rw-r--r--  1 root root 4096 Feb 15 08:23 mtu
drwxr-xr-x  2 root root    0 Feb 15 08:23 statistics
-rw-r--r--  1 root root 4096 Feb 15 08:23 tx_queue_len
-r--r--r--  1 root root 4096 Feb 15 08:23 type

/sys/class/net/lo/statistics:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 collisions
-r--r--r--  1 root root 4096 Feb 15 08:23 multicast
-r--r--r--  1 root root 4096 Feb 15 08:23 rx_bytes
-r--r--r--  1 root root 4096 Feb 15 08:23 rx_compressed
-r--r--r--  1 root root 4096 Feb 15 08:23 rx_crc_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 rx_dropped
-r--r--r--  1 root root 4096 Feb 15 08:23 rx_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 rx_fifo_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 rx_frame_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 rx_length_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 rx_missed_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 rx_over_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 rx_packets
-r--r--r--  1 root root 4096 Feb 15 08:23 tx_aborted_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 tx_bytes
-r--r--r--  1 root root 4096 Feb 15 08:23 tx_carrier_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 tx_compressed
-r--r--r--  1 root root 4096 Feb 15 08:23 tx_dropped
-r--r--r--  1 root root 4096 Feb 15 08:23 tx_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 tx_fifo_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 tx_heartbeat_errors
-r--r--r--  1 root root 4096 Feb 15 08:23 tx_packets
-r--r--r--  1 root root 4096 Feb 15 08:23 tx_window_errors

/sys/class/net/sit0:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 address
-r--r--r--  1 root root 4096 Feb 15 07:25 addr_len
-r--r--r--  1 root root 4096 Feb 15 07:25 broadcast
-r--r--r--  1 root root 4096 Feb 15 07:25 features
-rw-r--r--  1 root root 4096 Feb 15 07:25 flags
-r--r--r--  1 root root 4096 Feb 15 07:25 ifindex
-r--r--r--  1 root root 4096 Feb 15 07:25 iflink
-rw-r--r--  1 root root 4096 Feb 15 07:25 mtu
drwxr-xr-x  2 root root    0 Feb 15 07:25 statistics
-rw-r--r--  1 root root 4096 Feb 15 07:25 tx_queue_len
-r--r--r--  1 root root 4096 Feb 15 07:25 type

/sys/class/net/sit0/statistics:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 collisions
-r--r--r--  1 root root 4096 Feb 15 07:25 multicast
-r--r--r--  1 root root 4096 Feb 15 07:25 rx_bytes
-r--r--r--  1 root root 4096 Feb 15 07:25 rx_compressed
-r--r--r--  1 root root 4096 Feb 15 07:25 rx_crc_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 rx_dropped
-r--r--r--  1 root root 4096 Feb 15 07:25 rx_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 rx_fifo_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 rx_frame_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 rx_length_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 rx_missed_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 rx_over_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 rx_packets
-r--r--r--  1 root root 4096 Feb 15 07:25 tx_aborted_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 tx_bytes
-r--r--r--  1 root root 4096 Feb 15 07:25 tx_carrier_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 tx_compressed
-r--r--r--  1 root root 4096 Feb 15 07:25 tx_dropped
-r--r--r--  1 root root 4096 Feb 15 07:25 tx_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 tx_fifo_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 tx_heartbeat_errors
-r--r--r--  1 root root 4096 Feb 15 07:25 tx_packets
-r--r--r--  1 root root 4096 Feb 15 07:25 tx_window_errors

/sys/class/netlink:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 arpd
drwxr-xr-x  2 root root 0 Feb 15 08:23 dnrtmsg
drwxr-xr-x  2 root root 0 Feb 15 08:23 fwmonitor
drwxr-xr-x  2 root root 0 Feb 15 08:23 ip6_fw
drwxr-xr-x  2 root root 0 Feb 15 08:23 nflog
drwxr-xr-x  2 root root 0 Feb 15 08:23 route
drwxr-xr-x  2 root root 0 Feb 15 08:23 route6
drwxr-xr-x  2 root root 0 Feb 15 08:23 skip
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap0
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap1
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap10
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap11
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap12
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap13
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap14
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap15
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap2
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap3
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap4
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap5
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap6
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap7
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap8
drwxr-xr-x  2 root root 0 Feb 15 08:23 tap9
drwxr-xr-x  2 root root 0 Feb 15 08:23 tcpdiag
drwxr-xr-x  2 root root 0 Feb 15 08:23 usersock
drwxr-xr-x  2 root root 0 Feb 15 08:23 xfrm

/sys/class/netlink/arpd:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/dnrtmsg:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/fwmonitor:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/ip6_fw:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/nflog:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/route:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/route6:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/skip:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap1:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap10:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap11:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap12:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap13:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap14:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap15:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap2:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap3:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap4:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap5:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap6:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap7:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap8:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tap9:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/tcpdiag:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/usersock:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/netlink/xfrm:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/pci_bus:
total 0
drwxr-xr-x  2 root root 0 Feb 15 12:53 0000:00
drwxr-xr-x  2 root root 0 Feb 15 12:53 0000:01

/sys/class/pci_bus/0000:00:
total 0
lrwxrwxrwx  1 root root    0 Feb 15 12:53 bridge -> ../../../devices/pci0000:00
-r--r--r--  1 root root 4096 Feb 15 12:53 cpuaffinity

/sys/class/pci_bus/0000:01:
total 0
lrwxrwxrwx  1 root root    0 Feb 15 12:53 bridge -> ../../../devices/pci0000:00/0000:00:01.0
-r--r--r--  1 root root 4096 Feb 15 12:53 cpuaffinity

/sys/class/printer:
total 0
drwxr-xr-x  2 root root 0 Feb 15 07:24 lp0

/sys/class/printer/lp0:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:24 dev

/sys/class/raw:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 rawctl

/sys/class/raw/rawctl:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/scsi_device:
total 0
drwxr-xr-x  2 root root 0 Feb 15 12:53 0:0:0:0
drwxr-xr-x  2 root root 0 Feb 15 12:53 0:0:1:0
drwxr-xr-x  2 root root 0 Feb 15 11:39 2:0:0:0

/sys/class/scsi_device/0:0:0:0:
total 0
lrwxrwxrwx  1 root root 0 Feb 15 07:25 device -> ../../../devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0
lrwxrwxrwx  1 root root 0 Feb 15 12:53 driver -> ../../../bus/scsi/drivers/sd

/sys/class/scsi_device/0:0:1:0:
total 0
lrwxrwxrwx  1 root root 0 Feb 15 07:25 device -> ../../../devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0
lrwxrwxrwx  1 root root 0 Feb 15 12:53 driver -> ../../../bus/scsi/drivers/sd

/sys/class/scsi_device/2:0:0:0:
total 0
lrwxrwxrwx  1 root root 0 Feb 15 11:39 device -> ../../../devices/platform/host2/target2:0:0/2:0:0:0
lrwxrwxrwx  1 root root 0 Feb 15 11:39 driver -> ../../../bus/scsi/drivers/sd

/sys/class/scsi_host:
total 0
drwxr-xr-x  2 root root 0 Feb 15 07:25 host0
drwxr-xr-x  2 root root 0 Feb 15 11:39 host2

/sys/class/scsi_host/host0:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 cmd_per_lun
lrwxrwxrwx  1 root root    0 Feb 15 07:25 device -> ../../../devices/pci0000:00/0000:00:10.0/host0
-r--r--r--  1 root root 4096 Feb 15 07:25 host_busy
-r--------  1 root root 4096 Feb 15 07:25 iocstate
-r--r--r--  1 root root 4096 Feb 15 07:25 proc_name
--w-------  1 root root 4096 Feb 15 07:25 scan
-r--r--r--  1 root root 4096 Feb 15 07:25 sg_tablesize
-r--r--r--  1 root root 4096 Feb 15 07:25 unchecked_isa_dma
-r--r--r--  1 root root 4096 Feb 15 07:25 unique_id

/sys/class/scsi_host/host2:
total 0
-rw-r--r--  1 root root 4096 Feb 15 11:39 abort_timeout
-rw-r--r--  1 root root 4096 Feb 15 11:39 active_timeout
-r--r--r--  1 root root 4096 Feb 15 11:39 cmd_per_lun
-rw-r--r--  1 root root 4096 Feb 15 11:39 connfail_timeout
lrwxrwxrwx  1 root root    0 Feb 15 11:39 device -> ../../../devices/platform/host2
--w-------  1 root root 4096 Feb 15 11:39 drop_session
-r--r--r--  1 root root 4096 Feb 15 11:39 host_busy
-rw-r--r--  1 root root 4096 Feb 15 11:39 idle_timeout
-rw-r--r--  1 root root 4096 Feb 15 11:39 login_timeout
-rw-r--r--  1 root root 4096 Feb 15 11:39 ping_timeout
-r--r--r--  1 root root 4096 Feb 15 11:39 proc_name
-rw-r--r--  1 root root 4096 Feb 15 11:39 reset_timeout
--w-------  1 root root 4096 Feb 15 11:39 scan
-r--r--r--  1 root root 4096 Feb 15 11:39 session_drop_time
-r--r--r--  1 root root 4096 Feb 15 11:39 session_established
-r--r--r--  1 root root 4096 Feb 15 11:39 session_established_time
-r--r--r--  1 root root 4096 Feb 15 11:39 sg_tablesize
--w-------  1 root root 4096 Feb 15 11:39 shutdown
-r--r--r--  1 root root 4096 Feb 15 11:39 unchecked_isa_dma
-r--r--r--  1 root root 4096 Feb 15 11:39 unique_id
-r--r--r--  1 root root 4096 Feb 15 11:39 window_closed

/sys/class/tty:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 console
drwxr-xr-x  2 root root 0 Feb 15 08:23 ptmx
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty0
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty1
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty10
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty11
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty12
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty13
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty14
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty15
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty16
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty17
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty18
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty19
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty2
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty20
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty21
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty22
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty23
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty24
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty25
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty26
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty27
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty28
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty29
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty3
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty30
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty31
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty32
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty33
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty34
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty35
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty36
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty37
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty38
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty39
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty4
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty40
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty41
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty42
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty43
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty44
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty45
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty46
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty47
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty48
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty49
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty5
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty50
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty51
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty52
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty53
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty54
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty55
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty56
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty57
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty58
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty59
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty6
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty60
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty61
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty62
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty63
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty7
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty8
drwxr-xr-x  2 root root 0 Feb 15 08:23 tty9
drwxr-xr-x  2 root root 0 Feb 15 08:23 ttyS0
drwxr-xr-x  2 root root 0 Feb 15 08:23 ttyS1
drwxr-xr-x  2 root root 0 Feb 15 08:23 ttyS2
drwxr-xr-x  2 root root 0 Feb 15 08:23 ttyS3
drwxr-xr-x  2 root root 0 Feb 15 08:23 ttyS4
drwxr-xr-x  2 root root 0 Feb 15 08:23 ttyS5
drwxr-xr-x  2 root root 0 Feb 15 08:23 ttyS6
drwxr-xr-x  2 root root 0 Feb 15 08:23 ttyS7

/sys/class/tty/console:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/ptmx:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty1:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty10:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty11:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty12:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty13:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty14:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty15:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty16:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty17:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty18:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty19:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty2:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty20:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty21:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty22:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty23:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty24:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty25:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty26:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty27:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty28:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty29:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty3:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty30:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty31:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty32:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty33:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty34:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty35:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty36:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty37:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty38:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty39:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty4:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty40:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty41:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty42:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty43:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty44:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty45:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty46:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty47:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty48:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty49:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty5:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty50:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty51:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty52:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty53:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty54:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty55:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty56:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty57:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty58:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty59:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty6:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty60:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty61:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty62:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty63:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty7:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty8:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/tty9:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/ttyS0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/ttyS1:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/ttyS2:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/ttyS3:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/ttyS4:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/ttyS5:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/ttyS6:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/tty/ttyS7:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/usb:
total 0

/sys/class/usb_host:
total 0

/sys/class/vc:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 vcs
drwxr-xr-x  2 root root 0 Feb 15 07:24 vcs1
drwxr-xr-x  2 root root 0 Feb 15 07:25 vcs2
drwxr-xr-x  2 root root 0 Feb 15 07:25 vcs3
drwxr-xr-x  2 root root 0 Feb 15 07:25 vcs4
drwxr-xr-x  2 root root 0 Feb 15 07:25 vcs5
drwxr-xr-x  2 root root 0 Feb 15 07:25 vcs6
drwxr-xr-x  2 root root 0 Feb 15 08:23 vcsa
drwxr-xr-x  2 root root 0 Feb 15 07:24 vcsa1
drwxr-xr-x  2 root root 0 Feb 15 07:25 vcsa2
drwxr-xr-x  2 root root 0 Feb 15 07:25 vcsa3
drwxr-xr-x  2 root root 0 Feb 15 07:25 vcsa4
drwxr-xr-x  2 root root 0 Feb 15 07:25 vcsa5
drwxr-xr-x  2 root root 0 Feb 15 07:25 vcsa6

/sys/class/vc/vcs:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/vc/vcs1:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:24 dev

/sys/class/vc/vcs2:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 dev

/sys/class/vc/vcs3:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 dev

/sys/class/vc/vcs4:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 dev

/sys/class/vc/vcs5:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 dev

/sys/class/vc/vcs6:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 dev

/sys/class/vc/vcsa:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 dev

/sys/class/vc/vcsa1:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:24 dev

/sys/class/vc/vcsa2:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 dev

/sys/class/vc/vcsa3:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 dev

/sys/class/vc/vcsa4:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 dev

/sys/class/vc/vcsa5:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 dev

/sys/class/vc/vcsa6:
total 0
-r--r--r--  1 root root 4096 Feb 15 07:25 dev

/sys/devices:
total 0
drwxr-xr-x  12 root root 0 Feb 15 08:23 pci0000:00
drwxr-xr-x   7 root root 0 Feb 15 11:39 platform
drwxr-xr-x   9 root root 0 Feb 15 08:23 system

/sys/devices/pci0000:00:
total 0
drwxr-xr-x  3 root root    0 Feb 15 08:23 0000:00:00.0
drwxr-xr-x  3 root root    0 Feb 15 08:23 0000:00:01.0
drwxr-xr-x  3 root root    0 Feb 15 08:23 0000:00:07.0
drwxr-xr-x  4 root root    0 Feb 15 08:23 0000:00:07.1
drwxr-xr-x  3 root root    0 Feb 15 08:23 0000:00:07.3
drwxr-xr-x  3 root root    0 Feb 15 08:23 0000:00:0f.0
drwxr-xr-x  4 root root    0 Feb 15 08:23 0000:00:10.0
drwxr-xr-x  3 root root    0 Feb 15 08:23 0000:00:11.0
drwxr-xr-x  3 root root    0 Feb 15 08:23 0000:00:12.0
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
drwxr-xr-x  2 root root    0 Feb 15 08:23 power

/sys/devices/pci0000:00/0000:00:00.0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 class
-rw-r--r--  1 root root  256 Feb 15 08:23 config
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-r--r--r--  1 root root 4096 Feb 15 08:23 device
-r--r--r--  1 root root 4096 Feb 15 08:23 irq
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
-r--r--r--  1 root root 4096 Feb 15 08:23 resource
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_device
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_vendor
-r--r--r--  1 root root 4096 Feb 15 08:23 vendor

/sys/devices/pci0000:00/0000:00:00.0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:01.0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 class
-rw-r--r--  1 root root  256 Feb 15 08:23 config
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-r--r--r--  1 root root 4096 Feb 15 08:23 device
-r--r--r--  1 root root 4096 Feb 15 08:23 irq
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
-r--r--r--  1 root root 4096 Feb 15 08:23 resource
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_device
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_vendor
-r--r--r--  1 root root 4096 Feb 15 08:23 vendor

/sys/devices/pci0000:00/0000:00:01.0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:07.0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 class
-rw-r--r--  1 root root  256 Feb 15 08:23 config
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-r--r--r--  1 root root 4096 Feb 15 08:23 device
-r--r--r--  1 root root 4096 Feb 15 08:23 irq
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
-r--r--r--  1 root root 4096 Feb 15 08:23 resource
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_device
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_vendor
-r--r--r--  1 root root 4096 Feb 15 08:23 vendor

/sys/devices/pci0000:00/0000:00:07.0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:07.1:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 class
-rw-r--r--  1 root root  256 Feb 15 08:23 config
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-r--r--r--  1 root root 4096 Feb 15 08:23 device
drwxr-xr-x  4 root root    0 Feb 15 08:23 ide1
-r--r--r--  1 root root 4096 Feb 15 08:23 irq
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
-r--r--r--  1 root root 4096 Feb 15 08:23 resource
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_device
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_vendor
-r--r--r--  1 root root 4096 Feb 15 08:23 vendor

/sys/devices/pci0000:00/0000:00:07.1/ide1:
total 0
drwxr-xr-x  3 root root    0 Feb 15 08:23 1.0
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
drwxr-xr-x  2 root root    0 Feb 15 08:23 power

/sys/devices/pci0000:00/0000:00:07.1/ide1/1.0:
total 0
lrwxrwxrwx  1 root root    0 Feb 15 08:23 block -> ../../../../../block/hdc
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-rw-r--r--  1 root root 4096 Feb 15 08:23 dump
-rw-r--r--  1 root root 4096 Feb 15 08:23 dump
drwxr-xr-x  2 root root    0 Feb 15 08:23 power

/sys/devices/pci0000:00/0000:00:07.1/ide1/1.0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:07.1/ide1/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:07.1/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:07.3:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 class
-rw-r--r--  1 root root  256 Feb 15 08:23 config
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-r--r--r--  1 root root 4096 Feb 15 08:23 device
-r--r--r--  1 root root 4096 Feb 15 08:23 irq
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
-r--r--r--  1 root root 4096 Feb 15 08:23 resource
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_device
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_vendor
-r--r--r--  1 root root 4096 Feb 15 08:23 vendor

/sys/devices/pci0000:00/0000:00:07.3/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:0f.0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 class
-rw-r--r--  1 root root  256 Feb 15 08:23 config
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-r--r--r--  1 root root 4096 Feb 15 08:23 device
-r--r--r--  1 root root 4096 Feb 15 08:23 irq
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
-r--r--r--  1 root root 4096 Feb 15 08:23 resource
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_device
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_vendor
-r--r--r--  1 root root 4096 Feb 15 08:23 vendor

/sys/devices/pci0000:00/0000:00:0f.0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:10.0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 class
-rw-r--r--  1 root root  256 Feb 15 08:23 config
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-r--r--r--  1 root root 4096 Feb 15 08:23 device
drwxr-xr-x  5 root root    0 Feb 15 08:23 host0
-r--r--r--  1 root root 4096 Feb 15 08:23 irq
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
-r--r--r--  1 root root 4096 Feb 15 08:23 resource
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_device
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_vendor
-r--r--r--  1 root root 4096 Feb 15 08:23 vendor

/sys/devices/pci0000:00/0000:00:10.0/host0:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
drwxr-xr-x  4 root root    0 Feb 15 08:23 target0:0:0
drwxr-xr-x  4 root root    0 Feb 15 08:23 target0:0:1

/sys/devices/pci0000:00/0000:00:10.0/host0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0:
total 0
drwxr-xr-x  3 root root    0 Feb 15 08:23 0:0:0:0
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
drwxr-xr-x  2 root root    0 Feb 15 08:23 power

/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0:
total 0
lrwxrwxrwx  1 root root    0 Feb 15 08:23 block -> ../../../../../../block/sda
--w-------  1 root root 4096 Feb 15 08:23 delete
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-r--r--r--  1 root root 4096 Feb 15 08:23 device_blocked
-rw-r--r--  1 root root 4096 Feb 15 08:23 dump
-r--r--r--  1 root root 4096 Feb 15 08:23 model
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
-r--r--r--  1 root root 4096 Feb 15 08:23 queue_depth
--w-------  1 root root 4096 Feb 15 08:23 rescan
-r--r--r--  1 root root 4096 Feb 15 08:23 rev
-r--r--r--  1 root root 4096 Feb 15 08:23 scsi_level
-rw-r--r--  1 root root 4096 Feb 15 08:23 state
-rw-r--r--  1 root root 4096 Feb 15 08:23 timeout
-r--r--r--  1 root root 4096 Feb 15 08:23 type
-r--r--r--  1 root root 4096 Feb 15 08:23 vendor

/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/0:0:0:0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1:
total 0
drwxr-xr-x  3 root root    0 Feb 15 08:23 0:0:1:0
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
drwxr-xr-x  2 root root    0 Feb 15 08:23 power

/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0:
total 0
lrwxrwxrwx  1 root root    0 Feb 15 08:23 block -> ../../../../../../block/sdb
--w-------  1 root root 4096 Feb 15 08:23 delete
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-r--r--r--  1 root root 4096 Feb 15 08:23 device_blocked
-rw-r--r--  1 root root 4096 Feb 15 08:23 dump
-r--r--r--  1 root root 4096 Feb 15 08:23 model
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
-r--r--r--  1 root root 4096 Feb 15 08:23 queue_depth
--w-------  1 root root 4096 Feb 15 08:23 rescan
-r--r--r--  1 root root 4096 Feb 15 08:23 rev
-r--r--r--  1 root root 4096 Feb 15 08:23 scsi_level
-rw-r--r--  1 root root 4096 Feb 15 08:23 state
-rw-r--r--  1 root root 4096 Feb 15 08:23 timeout
-r--r--r--  1 root root 4096 Feb 15 08:23 type
-r--r--r--  1 root root 4096 Feb 15 08:23 vendor

/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/0:0:1:0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:10.0/host0/target0:0:1/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:10.0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:11.0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 class
-rw-r--r--  1 root root  256 Feb 15 08:23 config
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-r--r--r--  1 root root 4096 Feb 15 08:23 device
-r--r--r--  1 root root 4096 Feb 15 08:23 irq
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
-r--r--r--  1 root root 4096 Feb 15 08:23 resource
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_device
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_vendor
-r--r--r--  1 root root 4096 Feb 15 08:23 vendor

/sys/devices/pci0000:00/0000:00:11.0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/0000:00:12.0:
total 0
-r--r--r--  1 root root 4096 Feb 15 08:23 class
-rw-r--r--  1 root root  256 Feb 15 08:23 config
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-r--r--r--  1 root root 4096 Feb 15 08:23 device
-r--r--r--  1 root root 4096 Feb 15 08:23 irq
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
-r--r--r--  1 root root 4096 Feb 15 08:23 resource
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_device
-r--r--r--  1 root root 4096 Feb 15 08:23 subsystem_vendor
-r--r--r--  1 root root 4096 Feb 15 08:23 vendor

/sys/devices/pci0000:00/0000:00:12.0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/pci0000:00/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/platform:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
drwxr-xr-x  3 root root    0 Feb 15 08:23 floppy0
drwxr-xr-x  4 root root    0 Feb 15 11:39 host2
drwxr-xr-x  5 root root    0 Feb 15 08:23 i8042
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
drwxr-xr-x  3 root root    0 Feb 15 08:23 vesafb0

/sys/devices/platform/floppy0:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
drwxr-xr-x  2 root root    0 Feb 15 07:25 power

/sys/devices/platform/floppy0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 07:25 state

/sys/devices/platform/host2:
total 0
-rw-r--r--  1 root root 4096 Feb 15 11:39 detach_state
drwxr-xr-x  2 root root    0 Feb 15 12:53 power
drwxr-xr-x  4 root root    0 Feb 15 11:39 target2:0:0

/sys/devices/platform/host2/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 state

/sys/devices/platform/host2/target2:0:0:
total 0
drwxr-xr-x  3 root root    0 Feb 15 12:53 2:0:0:0
-rw-r--r--  1 root root 4096 Feb 15 11:39 detach_state
drwxr-xr-x  2 root root    0 Feb 15 12:53 power

/sys/devices/platform/host2/target2:0:0/2:0:0:0:
total 0
lrwxrwxrwx  1 root root    0 Feb 15 11:39 block -> ../../../../../block/sdc
--w-------  1 root root 4096 Feb 15 12:53 delete
-rw-r--r--  1 root root 4096 Feb 15 11:39 detach_state
-r--r--r--  1 root root 4096 Feb 15 12:53 device_blocked
-rw-r--r--  1 root root 4096 Feb 15 12:53 dump
-r--r--r--  1 root root 4096 Feb 15 11:39 model
drwxr-xr-x  2 root root    0 Feb 15 12:53 power
-rw-r--r--  1 root root 4096 Feb 15 12:53 queue_depth
--w-------  1 root root 4096 Feb 15 12:53 rescan
-r--r--r--  1 root root 4096 Feb 15 12:53 rev
-r--r--r--  1 root root 4096 Feb 15 12:53 scsi_level
-rw-r--r--  1 root root 4096 Feb 15 12:53 state
-rw-r--r--  1 root root 4096 Feb 15 12:53 timeout
-r--r--r--  1 root root 4096 Feb 15 11:39 type
-r--r--r--  1 root root 4096 Feb 15 11:39 vendor

/sys/devices/platform/host2/target2:0:0/2:0:0:0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 state

/sys/devices/platform/host2/target2:0:0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 state

/sys/devices/platform/i8042:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
drwxr-xr-x  2 root root    0 Feb 15 08:23 power
drwxr-xr-x  3 root root    0 Feb 15 08:23 serio0
drwxr-xr-x  3 root root    0 Feb 15 08:23 serio1

/sys/devices/platform/i8042/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/platform/i8042/serio0:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 bind_mode
-r--r--r--  1 root root 4096 Feb 15 08:23 description
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-rw-r--r--  1 root root 4096 Feb 15 08:23 driver
drwxr-xr-x  2 root root    0 Feb 15 08:23 power

/sys/devices/platform/i8042/serio0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/platform/i8042/serio1:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 bind_mode
-r--r--r--  1 root root 4096 Feb 15 08:23 description
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
-rw-r--r--  1 root root 4096 Feb 15 08:23 driver
drwxr-xr-x  2 root root    0 Feb 15 08:23 power

/sys/devices/platform/i8042/serio1/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/platform/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/platform/vesafb0:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 detach_state
drwxr-xr-x  2 root root    0 Feb 15 08:23 power

/sys/devices/platform/vesafb0/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 08:23 state

/sys/devices/system:
total 0
drwxr-xr-x  3 root root 0 Feb 15 08:23 cpu
drwxr-xr-x  3 root root 0 Feb 15 08:23 i8259
drwxr-xr-x  3 root root 0 Feb 15 08:23 ioapic
drwxr-xr-x  3 root root 0 Feb 15 08:23 irqrouter
drwxr-xr-x  3 root root 0 Feb 15 08:23 lapic
drwxr-xr-x  3 root root 0 Feb 15 08:23 pit
drwxr-xr-x  3 root root 0 Feb 15 08:23 timer

/sys/devices/system/cpu:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 cpu0

/sys/devices/system/cpu/cpu0:
total 0

/sys/devices/system/i8259:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 i82590

/sys/devices/system/i8259/i82590:
total 0

/sys/devices/system/ioapic:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 ioapic0

/sys/devices/system/ioapic/ioapic0:
total 0

/sys/devices/system/irqrouter:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 irqrouter0

/sys/devices/system/irqrouter/irqrouter0:
total 0

/sys/devices/system/lapic:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 lapic0

/sys/devices/system/lapic/lapic0:
total 0

/sys/devices/system/pit:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 pit0

/sys/devices/system/pit/pit0:
total 0

/sys/devices/system/timer:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 timer0

/sys/devices/system/timer/timer0:
total 0

/sys/firmware:
total 0
drwxr-xr-x  3 root root 0 Feb 15 08:23 acpi

/sys/firmware/acpi:
total 0
drwxr-xr-x  3 root root 0 Feb 15 08:23 namespace

/sys/firmware/acpi/namespace:
total 0
drwxr-xr-x  9 root root 0 Feb 15 08:23 ACPI

/sys/firmware/acpi/namespace/ACPI:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 CPU0
drwxr-xr-x  2 root root 0 Feb 15 08:23 CPU1
drwxr-xr-x  2 root root 0 Feb 15 08:23 CPU2
drwxr-xr-x  2 root root 0 Feb 15 08:23 CPU3
drwxr-xr-x  2 root root 0 Feb 15 08:23 PWRF
drwxr-xr-x  4 root root 0 Feb 15 08:23 _SB
drwxr-xr-x  2 root root 0 Feb 15 08:23 _TZ

/sys/firmware/acpi/namespace/ACPI/CPU0:
total 0

/sys/firmware/acpi/namespace/ACPI/CPU1:
total 0

/sys/firmware/acpi/namespace/ACPI/CPU2:
total 0

/sys/firmware/acpi/namespace/ACPI/CPU3:
total 0

/sys/firmware/acpi/namespace/ACPI/PWRF:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 ACAD
drwxr-xr-x  7 root root 0 Feb 15 08:23 PCI0

/sys/firmware/acpi/namespace/ACPI/_SB/ACAD:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0:
total 0
drwxr-xr-x   2 root root 0 Feb 15 08:23 AGP
drwxr-xr-x   2 root root 0 Feb 15 08:23 IDE
drwxr-xr-x  15 root root 0 Feb 15 08:23 ISA
drwxr-xr-x   2 root root 0 Feb 15 08:23 PWR
drwxr-xr-x   2 root root 0 Feb 15 08:23 USB

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/AGP:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/IDE:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 DMAC
drwxr-xr-x  2 root root 0 Feb 15 08:23 KBC
drwxr-xr-x  2 root root 0 Feb 15 08:23 LNKA
drwxr-xr-x  2 root root 0 Feb 15 08:23 LNKB
drwxr-xr-x  2 root root 0 Feb 15 08:23 LNKC
drwxr-xr-x  2 root root 0 Feb 15 08:23 LNKD
drwxr-xr-x  2 root root 0 Feb 15 08:23 MBRD
drwxr-xr-x  2 root root 0 Feb 15 08:23 MOUS
drwxr-xr-x  2 root root 0 Feb 15 08:23 PIC
drwxr-xr-x  2 root root 0 Feb 15 08:23 RTC
drwxr-xr-x  6 root root 0 Feb 15 08:23 SIO
drwxr-xr-x  2 root root 0 Feb 15 08:23 SPKR
drwxr-xr-x  2 root root 0 Feb 15 08:23 TIME

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/DMAC:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/KBC:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/LNKA:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/LNKB:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/LNKC:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/LNKD:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/MBRD:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/MOUS:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/PIC:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/RTC:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SIO:
total 0
drwxr-xr-x  2 root root 0 Feb 15 08:23 COMA
drwxr-xr-x  2 root root 0 Feb 15 08:23 COMB
drwxr-xr-x  2 root root 0 Feb 15 08:23 FDC
drwxr-xr-x  2 root root 0 Feb 15 08:23 LPTB

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SIO/COMA:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SIO/COMB:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SIO/FDC:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SIO/LPTB:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/SPKR:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/ISA/TIME:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/PWR:
total 0

/sys/firmware/acpi/namespace/ACPI/_SB/PCI0/USB:
total 0

/sys/firmware/acpi/namespace/ACPI/_TZ:
total 0

/sys/module:
total 0
drwxr-xr-x  3 root root 0 Feb 15 12:53 ac
drwxr-xr-x  3 root root 0 Feb 15 12:53 autofs4
drwxr-xr-x  3 root root 0 Feb 15 12:53 battery
drwxr-xr-x  3 root root 0 Feb 15 12:53 bonding
drwxr-xr-x  3 root root 0 Feb 15 12:53 button
drwxr-xr-x  3 root root 0 Feb 15 12:53 crc32c
drwxr-xr-x  3 root root 0 Feb 15 12:53 dm_mirror
drwxr-xr-x  3 root root 0 Feb 15 12:53 dm_mod
drwxr-xr-x  3 root root 0 Feb 15 12:53 dm_snapshot
drwxr-xr-x  3 root root 0 Feb 15 12:53 dm_zero
drwxr-xr-x  3 root root 0 Feb 15 12:53 ext3
drwxr-xr-x  3 root root 0 Feb 15 12:53 fat
drwxr-xr-x  3 root root 0 Feb 15 12:53 floppy
drwxr-xr-x  3 root root 0 Feb 15 12:53 ipv6
drwxr-xr-x  3 root root 0 Feb 15 12:53 iscsi_sfnet
drwxr-xr-x  3 root root 0 Feb 15 12:53 jbd
drwxr-xr-x  3 root root 0 Feb 15 12:53 libcrc32c
drwxr-xr-x  3 root root 0 Feb 15 12:53 lp
drwxr-xr-x  3 root root 0 Feb 15 12:53 md5
drwxr-xr-x  3 root root 0 Feb 15 12:53 mii
drwxr-xr-x  3 root root 0 Feb 15 12:53 mptbase
drwxr-xr-x  3 root root 0 Feb 15 12:53 mptfc
drwxr-xr-x  3 root root 0 Feb 15 12:53 mptsas
drwxr-xr-x  3 root root 0 Feb 15 12:53 mptscsi
drwxr-xr-x  3 root root 0 Feb 15 12:53 mptscsih
drwxr-xr-x  3 root root 0 Feb 15 12:53 mptspi
drwxr-xr-x  3 root root 0 Feb 15 12:53 parport
drwxr-xr-x  3 root root 0 Feb 15 12:53 parport_pc
drwxr-xr-x  3 root root 0 Feb 15 12:53 pcnet32
drwxr-xr-x  3 root root 0 Feb 15 12:53 raid1
drwxr-xr-x  3 root root 0 Feb 15 12:53 scsi_mod
drwxr-xr-x  3 root root 0 Feb 15 12:53 scsi_transport_iscsi
drwxr-xr-x  3 root root 0 Feb 15 12:53 sd_mod
drwxr-xr-x  3 root root 0 Feb 15 12:53 sunrpc
drwxr-xr-x  3 root root 0 Feb 15 12:53 vfat

/sys/module/ac:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/ac/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/autofs4:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/autofs4/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __ex_table
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/battery:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/battery/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/bonding:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/bonding/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __obsparm
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/button:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/button/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/crc32c:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/crc32c/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/dm_mirror:
total 0
---------x  1 root root 4096 Feb 15 12:53 dm_mirror_error_on_log_failure
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/dm_mirror/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __param
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/dm_mod:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/dm_mod/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __param
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/dm_snapshot:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/dm_snapshot/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/dm_zero:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/dm_zero/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/ext3:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/ext3/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __ex_table
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/fat:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/fat/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __ex_table
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/floppy:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/floppy/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __obsparm
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/ipv6:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/ipv6/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __ex_table
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/iscsi_sfnet:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 can_queue
-r--r--r--  1 root root 4096 Feb 15 12:53 cmds_per_lun
-r--r--r--  1 root root 4096 Feb 15 12:53 max_initial_login_retries
-r--r--r--  1 root root 4096 Feb 15 12:53 max_sectors
-r--r--r--  1 root root 4096 Feb 15 12:53 max_sg
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/iscsi_sfnet/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __param
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/jbd:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/jbd/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/libcrc32c:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/libcrc32c/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/lp:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/lp/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __ex_table
-r--r--r--  1 root root 4096 Feb 15 12:53 __obsparm
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/md5:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/md5/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/mii:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/mii/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/mptbase:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/mptbase/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab_gpl
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_gpl
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __param
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/mptfc:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/mptfc/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __param
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/mptsas:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/mptsas/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __param
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/mptscsi:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/mptscsi/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/mptscsih:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/mptscsih/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/mptspi:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/mptspi/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __param
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/parport:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/parport/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/parport_pc:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/parport_pc/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __obsparm
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/pcnet32:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/pcnet32/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __param
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/raid1:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/raid1/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/scsi_mod:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 default_dev_flags
-rw-r--r--  1 root root 4096 Feb 15 12:53 inq_timeout
-rw-r--r--  1 root root 4096 Feb 15 12:53 max_luns
-rw-r--r--  1 root root 4096 Feb 15 12:53 max_report_luns
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
-rw-r--r--  1 root root 4096 Feb 15 12:53 scsi_logging_level
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/scsi_mod/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __ex_table
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab_gpl
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_gpl
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __param
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/scsi_transport_iscsi:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/scsi_transport_iscsi/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/sd_mod:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/sd_mod/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __ex_table
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/sunrpc:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/sunrpc/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __ex_table
-r--r--r--  1 root root 4096 Feb 15 12:53 __kcrctab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab
-r--r--r--  1 root root 4096 Feb 15 12:53 __ksymtab_strings
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/module/vfat:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 refcnt
drwxr-xr-x  2 root root    0 Feb 15 12:53 sections

/sys/module/vfat/sections:
total 0
-r--r--r--  1 root root 4096 Feb 15 12:53 __versions

/sys/power:
total 0
-rw-r--r--  1 root root 4096 Feb 15 12:53 state


More information about the rear-users mailing list