# lshw /* 抜粋 */
...
description: Mini Tower Computer
product: HP xw4600 Workstation (RV724AV)
vendor: Hewlett-Packard
serial: JPA0160F34
...
*-cpu:0
description: CPU
product: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
vendor: Intel Corp.
...
*-network
description: Ethernet interface
product: NetXtreme BCM5755 Gigabit Ethernet PCI Express
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:3f:00.0
logical name: eth0
version: 02
serial: 18:a9:05:c1:e1:1d
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
# ifconfig -a /* 抜粋 */
eth0 Link encap:Ethernet HWaddr 18:a9:05:c1:e1:1d
inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::1aa9:5ff:fec1:e11d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:55 errors:0 dropped:0 overruns:0 frame:0
TX packets:57 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5776 (5.6 KiB) TX bytes:5046 (4.9 KiB)
Interrupt:17
...
# fdisk -l
Disk /dev/sda: 250.1 GB, 250059350016 bytes, 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x2bd2c32a
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 376779119 188286136 7 HPFS/NTFS/exFAT
/dev/sda3 376788510 488392064 55801777+ 5 Extended
/dev/sda5 376788573 386572094 4891761 c W95 FAT32 (LBA)
/dev/sda6 386572158 390491954 1959898+ 82 Linux swap / Solaris
/dev/sda7 390492018 488392064 48950023+ 83 Linux
Disk /dev/sdb: 15.5 GB, 15502147584 bytes, 30277632 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x82e1992e
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb2 14891492 12445172 1695832 89% /
none 1033928 404 1033524 1% /dev
/media 1033928 0 1033928 0% /media
/tmp 1033928 8 1033920 1% /tmp
# free
total used free shared buffers cached
Mem: 2067860 323280 1744580 0 11456 153836
-/+ buffers/cache: 157988 1909872
Swap: 97276 0 97276
にゃんたろう 拝!
2014年 3月 15日 土曜日 22:03:18 JST 作成