# lshw /* 抜粋 */
...
description: Desktop Computer
product: NC909AA-ABJ p6090jp (NC909AA#ABJ)
vendor: HP-Pavilion
serial: 3CR9220Q3B
...
*-cpu:0
description: CPU
product: Intel(R) Core(TM)2 Quad CPU Q8300 @ 2.50GHz
vendor: Intel Corp.
...
*-network
description: Ethernet interface
product: MCP73 Ethernet
vendor: NVIDIA Corporation
physical id: f
bus info: pci@0000:00:0f.0
logical name: eth0
version: a2
serial: 00:22:68:66:8b:12
size: 100Mbit/s
capacity: 100Mbit/s
width: 32 bits
clock: 66MHz
# ifconfig -a /* 抜粋 */
eth0 Link encap:Ethernet HWaddr 00:22:68:66:8b:12
inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::222:68ff:fe66:8b12/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:102 errors:0 dropped:0 overruns:0 frame:0
TX packets:91 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9012 (8.8 KiB) TX bytes:7278 (7.1 KiB)
...
# fdisk -l
Disk /dev/sda: 640.1 GB, 640135028736 bytes, 1250263728 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: 0xdba28bf3
Device Boot Start End Blocks Id System
/dev/sda1 * 63 159289343 79644640+ 7 HPFS/NTFS/exFAT
/dev/sda2 1235334240 1250258624 7462192+ 7 HPFS/NTFS/exFAT
/dev/sda3 159289344 236658687 38684672 c W95 FAT32 (LBA)
/dev/sda4 236658688 1235334239 499337776 5 Extended
/dev/sda5 236660736 268118015 15728640 b W95 FAT32
/dev/sda6 268120064 276508671 4194304 82 Linux swap / Solaris
/dev/sda7 276510720 652369919 187929600 83 Linux
/dev/sda8 652371968 966944767 157286400 83 Linux
/dev/sda9 966946816 1235334239 134193712 83 Linux
Partition table entries are not in disk order
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
Device Boot Start End Blocks Id System
/dev/sdb1 * 32 63487 31728 83 Linux
/dev/sdb2 63488 30083071 15009792 83 Linux
/dev/sdb3 30083072 30277631 97280 82 Linux swap / Solaris
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb2 14891492 12443680 1697324 88% /
none 1616236 444 1615792 1% /dev
/media 1616236 0 1616236 0% /media
/tmp 1616236 8 1616228 1% /tmp
# free
total used free shared buffers cached
Mem: 3232476 312068 2920408 0 11864 147668
-/+ buffers/cache: 152536 3079940
Swap: 97276 0 97276
にゃんたろう 拝!
2014年 3月 15日 土曜日 22:02:56 JST 作成