Created
April 18, 2016 00:50
-
-
Save jbergstroem/fdc25848bc3cabe74b01f3538e152aff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| model: http://www.qnap.com/images/products/comparison/Comparison_5BayNAS.html (559 pro ii) | |
| added +2G ram module | |
| # uname -a | |
| Linux frysen 3.4.6 #1 SMP Mon Feb 1 03:13:06 CST 2016 x86_64 unknown | |
| # free | |
| total used free shared buffers | |
| Mem: 3076424 1042924 2033500 0 18792 | |
| Swap: 530124 0 530124 | |
| Total: 3606548 1042924 2563624 | |
| # fdisk -l | |
| Disk /dev/sda: 2000.3 GB, 2000398934016 bytes | |
| 255 heads, 63 sectors/track, 243201 cylinders | |
| Units = cylinders of 16065 * 512 = 8225280 bytes | |
| Device Boot Start End Blocks Id System | |
| /dev/sda1 1 66 530125 83 Linux | |
| /dev/sda2 67 132 530142 83 Linux | |
| /dev/sda3 133 243138 1951945693 83 Linux | |
| /dev/sda4 243139 243200 498012 83 Linux | |
| Disk /dev/sda4: 469 MB, 469893120 bytes | |
| 2 heads, 4 sectors/track, 114720 cylinders | |
| Units = cylinders of 8 * 512 = 4096 bytes | |
| Disk /dev/sda4 doesn't contain a valid partition table | |
| Disk /dev/sdc: 2000.3 GB, 2000398934016 bytes | |
| 255 heads, 63 sectors/track, 243201 cylinders | |
| Units = cylinders of 16065 * 512 = 8225280 bytes | |
| Device Boot Start End Blocks Id System | |
| /dev/sdc1 1 66 530125 83 Linux | |
| /dev/sdc2 67 132 530142 83 Linux | |
| /dev/sdc3 133 243138 1951945693 83 Linux | |
| /dev/sdc4 243139 243200 498012 83 Linux | |
| Disk /dev/sdd: 2000.3 GB, 2000398934016 bytes | |
| 255 heads, 63 sectors/track, 243201 cylinders | |
| Units = cylinders of 16065 * 512 = 8225280 bytes | |
| Device Boot Start End Blocks Id System | |
| /dev/sdd1 1 66 530125 83 Linux | |
| /dev/sdd2 67 132 530142 83 Linux | |
| /dev/sdd3 133 243138 1951945693 83 Linux | |
| /dev/sdd4 243139 243200 498012 83 Linux | |
| Disk /dev/sde: 2000.3 GB, 2000398934016 bytes | |
| 255 heads, 63 sectors/track, 243201 cylinders | |
| Units = cylinders of 16065 * 512 = 8225280 bytes | |
| Device Boot Start End Blocks Id System | |
| /dev/sde1 1 66 530125 83 Linux | |
| /dev/sde2 67 132 530142 83 Linux | |
| /dev/sde3 133 243138 1951945693 83 Linux | |
| /dev/sde4 243139 243200 498012 83 Linux | |
| Disk /dev/sdb: 2000.3 GB, 2000398934016 bytes | |
| 255 heads, 63 sectors/track, 243201 cylinders | |
| Units = cylinders of 16065 * 512 = 8225280 bytes | |
| Device Boot Start End Blocks Id System | |
| /dev/sdb1 1 66 530125 83 Linux | |
| /dev/sdb2 67 132 530142 83 Linux | |
| /dev/sdb3 133 243138 1951945693 83 Linux | |
| /dev/sdb4 243139 243200 498012 83 Linux | |
| Disk /dev/sdx: 515 MB, 515899392 bytes | |
| 8 heads, 32 sectors/track, 3936 cylinders | |
| Units = cylinders of 256 * 512 = 131072 bytes | |
| Device Boot Start End Blocks Id System | |
| /dev/sdx1 1 17 2160 83 Linux | |
| /dev/sdx2 18 1910 242304 83 Linux | |
| /dev/sdx3 1911 3803 242304 83 Linux | |
| /dev/sdx4 3804 3936 17024 5 Extended | |
| /dev/sdx5 3804 3868 8304 83 Linux | |
| /dev/sdx6 3869 3936 8688 83 Linux | |
| Disk /dev/md9: 542 MB, 542769152 bytes | |
| 2 heads, 4 sectors/track, 132512 cylinders | |
| Units = cylinders of 8 * 512 = 4096 bytes | |
| Disk /dev/md9 doesn't contain a valid partition table | |
| Disk /dev/md5: 542 MB, 542851072 bytes | |
| 2 heads, 4 sectors/track, 132532 cylinders | |
| Units = cylinders of 8 * 512 = 4096 bytes | |
| Disk /dev/md5 doesn't contain a valid partition table | |
| Disk /dev/md0: 7995.1 GB, 7995169177600 bytes | |
| 2 heads, 4 sectors/track, 1951945600 cylinders | |
| Units = cylinders of 8 * 512 = 4096 bytes | |
| Disk /dev/md0 doesn't contain a valid partition table | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # sysctl -a | egrep -i 'hw.machine|hw.model|hw.ncpu' | |
| hw.machine: amd64 | |
| hw.model: Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz | |
| hw.ncpu: 4 | |
| hw.machine_arch: amd64 | |
| # sysctl -a | egrep -i 'hw.*mem' | |
| hw.physmem: 17032978432 | |
| hw.usermem: 4282609664 | |
| hw.realmem: 17179869184 | |
| # geom disk list | |
| Geom name: ada0 | |
| Providers: | |
| 1. Name: ada0 | |
| Mediasize: 2000398934016 (1.8T) | |
| Sectorsize: 512 | |
| Stripesize: 4096 | |
| Stripeoffset: 0 | |
| Mode: r2w2e5 | |
| descr: WDC WD20EFRX-68EUZN0 | |
| lunid: 50014ee0ae71027e | |
| ident: WD-WMC4M2898748 | |
| rotationrate: 5400 | |
| fwsectors: 63 | |
| fwheads: 16 | |
| Geom name: ada1 | |
| Providers: | |
| 1. Name: ada1 | |
| Mediasize: 2000398934016 (1.8T) | |
| Sectorsize: 512 | |
| Stripesize: 4096 | |
| Stripeoffset: 0 | |
| Mode: r1w1e1 | |
| descr: WDC WD20EFRX-68EUZN0 | |
| lunid: 50014ee0591c8bc3 | |
| ident: WD-WMC4M3261436 | |
| rotationrate: 5400 | |
| fwsectors: 63 | |
| fwheads: 16 | |
| Geom name: ada2 | |
| Providers: | |
| 1. Name: ada2 | |
| Mediasize: 60022480896 (56G) | |
| Sectorsize: 512 | |
| Mode: r1w1e1 | |
| descr: INTEL SSDSC2CW060A3 | |
| lunid: 5001517bb27cc073 | |
| ident: CVCV1534026F060AGN | |
| rotationrate: 0 | |
| fwsectors: 63 | |
| fwheads: 16 | |
| Geom name: ada3 | |
| Providers: | |
| 1. Name: ada3 | |
| Mediasize: 500107862016 (466G) | |
| Sectorsize: 512 | |
| Stripesize: 4096 | |
| Stripeoffset: 0 | |
| Mode: r2w2e5 | |
| descr: ST500DM002-1BD142 | |
| lunid: 5000c5003ec5fa39 | |
| ident: Z2AD03R3 | |
| rotationrate: 7200 | |
| fwsectors: 63 | |
| fwheads: 16 | |
| Geom name: ada4 | |
| Providers: | |
| 1. Name: ada4 | |
| Mediasize: 500107862016 (466G) | |
| Sectorsize: 512 | |
| Stripesize: 4096 | |
| Stripeoffset: 0 | |
| Mode: r2w2e5 | |
| descr: ST500DM002-1BD142 | |
| lunid: 5000c5003ec5fbae | |
| ident: Z2AD03L9 | |
| rotationrate: 7200 | |
| fwsectors: 63 | |
| fwheads: 16 | |
| Geom name: ada5 | |
| Providers: | |
| 1. Name: ada5 | |
| Mediasize: 500107862016 (466G) | |
| Sectorsize: 512 | |
| Stripesize: 4096 | |
| Stripeoffset: 0 | |
| Mode: r2w2e5 | |
| descr: ST500DM002-1BD142 | |
| lunid: 5000c5003ec602e9 | |
| ident: Z2AD037B | |
| rotationrate: 7200 | |
| fwsectors: 63 | |
| fwheads: 16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment