Code Sample |
# # # # # # # <6>usb.c: registered new driver usbdevfs <6>usb.c: registered new driver hub <6>usb-uhci.c: $Revision: 1.275 $ time 14:05:13 Aug 18 2005 <6>usb-uhci.c: High bandwidth mode enabled <6>PCI: Found IRQ 11 for device 00:07.2 <6>usb-uhci.c: USB UHCI at I/O 0x8400, IRQ 11 <4>usb-uhci.c: Detected 2 ports <6>usb.c: new USB bus registered, assigned bus number 1 <6>hub.c: USB hub found <6>hub.c: 2 ports detected <6>usb-uhci.c: v1.275:USB Universal Host Controller Interface driver <6>Initializing USB Mass Storage driver... <6>usb.c: registered new driver usb-storage <6>USB Mass Storage support registered. <6>hub.c: new USB device 00:07.2-2, assigned address 2 <6>scsi1 : SCSI emulation for USB Mass Storage devices <4> Vendor: ST375064 Model: 0A Rev: 3.AA <4> Type: Direct-Access ANSI SCSI revision: 02 <4>Attached scsi disk sda at scsi1, channel 0, id 0, lun 0 <4>SCSI device sda: 1465149168 512-byte hdwr sectors (750156 MB) <6> sda: sda1 <7>WARNING: USB Mass Storage data integrity not assured <7>USB Mass Storage device found at 2 # # # # # # # /dev/hda1 on /mnt/hda1 type ext2 (rw,nosuid,nodev) /dev/hda2 on /mnt/hda2 type ext2 (rw,nosuid,nodev) /dev/hda3 on /mnt/hda3 type ext2 (rw,nosuid,nodev) /dev/hda4 on /mnt/hda4 type ext2 (rw,nosuid,nodev) /dev/sda1 on /mnt/sda1 type vfat (rw,nosuid,nodev,umask=000,uid=1001,gid=50) Filesystem Size Used Available Use% Mounted on /dev/root.old 2.9M 643.0k 2.3M 22% / /dev/pts 119.3M 55.8M 63.5M 47% /dev/pts /dev/hda1 236.7M 135.0M 89.6M 60% /cdrom /dev/cloop 122.1M 122.1M 0 100% /KNOPPIX /ramdisk 116.4M 55.2M 61.2M 47% /ramdisk unionfs 238.4M 177.2M 61.2M 74% /KNOPPIX/bin unionfs 119.3M 55.8M 63.5M 47% /dev unionfs 119.3M 55.8M 63.5M 47% /etc unionfs 238.4M 177.2M 61.2M 74% /KNOPPIX/lib unionfs 238.4M 177.2M 61.2M 74% /KNOPPIX/sbin unionfs 238.4M 177.2M 61.2M 74% /KNOPPIX/usr unionfs 116.4M 55.2M 61.2M 47% /ramdisk/var /dev/cloop1 2.9M 2.9M 0 100% /ramdisk/opt/partimage /dev/hda1 236.7M 135.0M 89.6M 60% /mnt/hda1 /dev/hda2 237.0M 136.6M 88.2M 61% /mnt/hda2 /dev/hda3 939.0M 37.9M 901.0M 4% /mnt/hda3 /dev/hda4 90.3G 56.8G 33.5G 63% /mnt/hda4 /dev/sda1 698.5G 11.0G 687.4G 2% /mnt/sda1 # # # # # # # |