# lshw /* 抜粋 */ ... description: Mini Tower Computer product: HP xw4600 Workstation (RV724AV) vendor: Hewlett-Packard serial: JPA94305TR ... *-cpu:0 description: CPU product: Intel(R) Core(TM)2 Quad CPU Q9650 @ 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: 00:25:b3:d1:fe:cc size: 100Mbit/s capacity: 1Gbit/s width: 64 bits clock: 33MHz # ifconfig -a /* 抜粋 */ eth0 Link encap:Ethernet HWaddr 00:25:b3:d1:fe:cc inet addr:192.168.0.101 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::225:b3ff:fed1:fecc/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:78 errors:0 dropped:0 overruns:0 frame:0 TX packets:74 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:7608 (7.4 KiB) TX bytes:6494 (6.3 KiB) Interrupt:17 ... # fdisk -l Disk /dev/sdb: 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: 0x5f000000 Device Boot Start End Blocks Id System /dev/sdb1 63 97819784 48909861 83 Linux /dev/sdb2 97819785 109097414 5638815 82 Linux swap / Solaris /dev/sdb3 * 109097415 206933264 48917925 83 Linux /dev/sdb4 206933326 488392064 140729369+ 5 Extended /dev/sdb5 206933328 295146179 44106426 83 Linux /dev/sdb6 295146243 404564894 54709326 83 Linux /dev/sdb7 404564958 488392064 41913553+ 83 Linux 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 63 97819784 48909861 83 Linux /dev/sda2 97819785 109097414 5638815 82 Linux swap / Solaris /dev/sda3 * 109097415 206933264 48917925 83 Linux /dev/sda4 206933326 488392064 140729369+ 5 Extended /dev/sda5 206933328 295146179 44106426 83 Linux /dev/sda6 295146243 404564894 54709326 83 Linux /dev/sda7 404564958 488392064 41913553+ 83 Linux Disk /dev/sdc: 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/sdc1 * 32 63487 31728 83 Linux /dev/sdc2 63488 30083071 15009792 83 Linux /dev/sdc3 30083072 30277631 97280 82 Linux swap / Solaris # df Filesystem 1K-blocks Used Available Use% Mounted on /dev/sdc2 14891492 12444444 1696560 89% / none 1804556 440 1804116 1% /dev /media 1804556 0 1804556 0% /media /tmp 1804556 8 1804548 1% /tmp # free total used free shared buffers cached Mem: 3609116 300024 3309092 0 11896 145784 -/+ buffers/cache: 142344 3466772 Swap: 97276 0 97276
にゃんたろう 拝!
2014年 3月 15日 土曜日 22:01:23 JST 作成