Computer
Erscheinungsbild
Alter Computer
- Netzteil: Enermax EG365P-VE
Neuer Computer
Ideal/Wunsch:
- CPU: AMD Athlon II X2 250, Intel E7400
- Netzteil:
- Grafik: wenn nicht onboard: GeForce 9400GT, 9500GT, 9500GT, Radeon HD4350, 4550
- Motherboard:
- RAM: DDR2 für AM2+, DDR3 für AM3
Tux@Home Linux Desktop:
- CPU: Athlon X2 7850, optional auch AMD Athlon II X2 250 etc.
- Netzteil: 420 Watt LC GreenPower (mit 14 cm SuperSilencer)
- http://www.dirkvader.de/frame.php?site=http://www.dirkvader.de/page/LC-Power_Green_Power/
- http://www.lc-power.de/
- http://www.hardwareschotte.de/bewertung/proid_8027199/LC-POWER+Green+Power+LC6420GP.html
- http://www.amazon.de/LC-Power-LC6420GP-Netzteil-V2-0/dp/B000FGGAZS
- http://www.heise.de/preisvergleich/?sr=194093,-1
- Motherboard:Foxconn A7GM-S
- HD 4200
Shops
- http://www.one.de
- http://www.elv-computer.de
- http://www.ixsoft.de/cgi-bin/web_store.cgi?cart_id=3481255_15541&page=Catalogs/de/hardware-catalog.html
- http://www.linux-discount.de/hardware/desktops/
- http://www.linux-onlineshop.de/index.php/cat/c231_Computer---PCs.html
Foren
- http://www.hardwareluxx.de/community/showthread.php?p=12580868
- http://www.hardwareluxx.de/community/showthread.php?p=12518442
Partitionierung
Außer /boot kann alles per LVM verwaltet werden.
# fdisk -l /dev/sda
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000e026b
Device Boot Start End Blocks Id System
/dev/sda1 * 1 26 208813+ 83 Linux
/dev/sda2 27 117514 943722360 8e Linux LVM
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/vgsystem-root
103212320 21860608 76108832 23% /
udev 1898960 388 1898572 1% /dev
/dev/sda1 202219 25422 166357 14% /boot
/dev/mapper/vgsystem-data
619273992 79821616 507995096 14% /data
# mount
/dev/mapper/vgsystem-root on / type ext4 (rw,acl,user_xattr)
/dev/sda1 on /boot type ext4 (rw,acl,user_xattr)
/dev/mapper/vgsystem-data on /data type ext4 (rw,acl,user_xattr)
# cat /etc/fstab
/dev/mapper/cr_crypt /crypt ext4 acl,user_xattr,noauto 0 0
/dev/vgsystem/swap swap swap defaults 0 0
/dev/vgsystem/root / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-SAMSUNG_HD103UJ_S13PJDWS725606-part1 /boot ext4 acl,user_xattr 1 2
/dev/vgsystem/data /data ext4 acl,user_xattr 1 2
# vgdisplay
--- Volume group ---
VG Name vgsystem
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 5
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 4
Open LV 3
Max PV 0
Cur PV 1
Act PV 1
VG Size 900.00 GB
PE Size 4.00 MB
Total PE 230400
Alloc PE / Size 205824 / 804.00 GB
Free PE / Size 24576 / 96.00 GB
VG UUID YuprZU-eCXy-VH6Y-KhNp-LNLd-IcWx-xc3ZWW
# pvdisplay
--- Physical volume ---
PV Name /dev/sda2
VG Name vgsystem
PV Size 900.00 GB / not usable 3.87 MB
Allocatable yes
PE Size (KByte) 4096
Total PE 230400
Free PE 24576
Allocated PE 205824
PV UUID eZiB9e-MbE4-HYyo-wctE-7epY-te8Q-8EuO0y
# lvdisplay
--- Logical volume ---
LV Name /dev/vgsystem/crypt
VG Name vgsystem
LV UUID 2coWtm-zIP7-1uTR-njUh-XIeO-FJD8-vygRvI
LV Write Access read/write
LV Status available
# open 0
LV Size 100.00 GB
Current LE 25600
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
--- Logical volume ---
LV Name /dev/vgsystem/data
VG Name vgsystem
LV UUID aBldt3-zmUB-gcyd-QnZf-GoCa-mFZU-Mec1iI
LV Write Access read/write
LV Status available
# open 1
LV Size 600.00 GB
Current LE 153600
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:1
--- Logical volume ---
LV Name /dev/vgsystem/root
VG Name vgsystem
LV UUID tBzuSZ-Uc90-W2h9-Y0lN-ZVp8-UZCc-LJdWfN
LV Write Access read/write
LV Status available
# open 1
LV Size 100.00 GB
Current LE 25600
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:2
--- Logical volume ---
LV Name /dev/vgsystem/swap
VG Name vgsystem
LV UUID YYBSrO-Dhqc-eg5p-EhSw-5hFs-v1iF-cDgPXP
LV Write Access read/write
LV Status available
# open 2
LV Size 4.00 GB
Current LE 1024
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:3