Difference between revisions of "Computers mapping"
From Drafts
(→Raid station 192.168.0.7) |
|||
(27 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Constant local network | Constant local network | ||
− | From the very useful command df -h | + | From the very useful command df -h |
==Router== | ==Router== | ||
updates | updates | ||
− | + | <pre> | |
Size 963M | Size 963M | ||
− | |||
Used 630M | Used 630M | ||
+ | Avail 284M | ||
+ | Use 69% | ||
+ | </pre> | ||
− | + | ==Print server 192.168.0.1 == | |
− | + | Port forward vers port 80, 8000 vers 192.168.0.2 | |
− | |||
take graphical interface out. | take graphical interface out. | ||
+ | <pre> | ||
+ | SysFichier Tail. Util.Disp. Uti% Monté sur | ||
+ | /dev/hda2 5.7G 4.9G 485M 92% / | ||
+ | /dev/hda1 101M 9.2M 86M 10% /boot | ||
+ | none 78M 0 78M 0% /dev/shm | ||
+ | </pre> | ||
+ | |||
+ | ==Web server 192.168.0.2== | ||
+ | |||
+ | streaming + netatalk | ||
− | |||
updates, clean unnecessary files | updates, clean unnecessary files | ||
+ | <pre> | ||
+ | Filesystem Size Used Avail Use% Mounted on | ||
+ | /dev/sdb5 8.2G 7.3G 608M 93% / | ||
+ | </pre> | ||
− | ==Back up== | + | ==Back up 192.198.0.5 == |
find a way to store the backups on disks | find a way to store the backups on disks | ||
+ | fix problem of computer freezing at sleep time | ||
+ | |||
+ | <pre> | ||
+ | /dev/hda5 2,8G 119M 2,5G 5% / | ||
+ | tmpfs 126M 0 126M 0% /dev/shm | ||
+ | /dev/hda1 449M 15M 410M 4% /boot | ||
+ | /dev/hda9 106G 63G 38G 63% /home | ||
+ | /dev/hda7 897M 8,1M 841M 1% /tmp | ||
+ | /dev/hda6 2,8G 1,1G 1,6G 40% /usr | ||
+ | /dev/hda8 897M 67M 783M 8% /var | ||
+ | tmpfs 10M 748K 9,3M 8% /dev | ||
+ | </pre> | ||
+ | |||
+ | ==Raid station 192.168.0.7== | ||
+ | needs more memory, more disk space | ||
+ | |||
+ | serveur applications, samba (pas utilisé) | ||
− | + | <pre> | |
− | + | Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur | |
+ | /dev/sda1 4,0G 2,9G 920M 76% / | ||
+ | tmpfs 126M 0 126M 0% /dev/shm | ||
+ | none 10M 748K 9,3M 8% /dev | ||
+ | </pre> | ||
==Video/audio editor== | ==Video/audio editor== | ||
back up linux partition and use W$ on all disks | back up linux partition and use W$ on all disks | ||
+ | <pre> | ||
+ | C: Total 29.3GB Free 11.8GB | ||
+ | Data1(D): Total 76.4GB Free 15.3GB | ||
+ | Data2(E): Total 80.6GB Free 18.8GB | ||
+ | VJ8(H): Total 68.7GB Free 36.8GB | ||
+ | Tweede(I): Total 70.3GB Free 5.81GB | ||
+ | </pre> | ||
==Live CD Develop== | ==Live CD Develop== | ||
Line 34: | Line 76: | ||
==MacOSX== | ==MacOSX== | ||
updates, check disk space | updates, check disk space | ||
+ | |||
+ | unfortunately macosx doesn't support the option -h. So the output of df is garbage. | ||
+ | <pre> | ||
+ | Filesystem 512-blocks Used Avail Capacity Mounted on | ||
+ | /dev/disk0s9 41939208 36987064 4532752 89% / | ||
+ | devfs 191 191 0 100% /dev | ||
+ | fdesc 2 2 0 100% /dev | ||
+ | <volfs> 1024 1024 0 100% /.vol | ||
+ | /dev/disk1s3 78147600 58862952 19284648 75% /Volumes/Maxtor 37 GB HD | ||
+ | automount -fstab [401] 0 0 0 100% /Network/Servers | ||
+ | automount -static [401] 0 0 0 100% /automount | ||
+ | /dev/disk0s10 75280520 50234200 25046320 66% /Volumes/untitled | ||
+ | |||
+ | untitled capacity 35.89GB free 11.94GB | ||
+ | OS capacity 19.99GB free 2.36GB | ||
+ | Maxtor capacity 37.26GB free 9.19GB | ||
+ | |||
+ | </pre> | ||
==Terminal== | ==Terminal== | ||
back up pismo, back up ibook and replace pismo by ibook | back up pismo, back up ibook and replace pismo by ibook | ||
+ | |||
+ | ===Pismo=== | ||
+ | <pre> | ||
+ | Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur | ||
+ | /dev/hda12 1,8G 1,4G 275M 84% / | ||
+ | tmpfs 157M 0 157M 0% /dev/shm | ||
+ | /dev/hda13 3,2G 1,7G 1,5G 54% /home | ||
+ | none 10M 596K 9,5M 6% /dev | ||
+ | </pre> | ||
+ | |||
+ | ===IBook=== | ||
+ | <pre> | ||
+ | Size 2.9G | ||
+ | Used 2.5G | ||
+ | Free 259MB | ||
+ | </pre> |
Latest revision as of 13:35, 22 November 2006
Constant local network
From the very useful command df -h
Contents
Router[edit]
updates
Size 963M Used 630M Avail 284M Use 69%
Print server 192.168.0.1[edit]
Port forward vers port 80, 8000 vers 192.168.0.2
take graphical interface out.
SysFichier Tail. Util.Disp. Uti% Monté sur /dev/hda2 5.7G 4.9G 485M 92% / /dev/hda1 101M 9.2M 86M 10% /boot none 78M 0 78M 0% /dev/shm
Web server 192.168.0.2[edit]
streaming + netatalk
updates, clean unnecessary files
Filesystem Size Used Avail Use% Mounted on /dev/sdb5 8.2G 7.3G 608M 93% /
Back up 192.198.0.5[edit]
find a way to store the backups on disks fix problem of computer freezing at sleep time
/dev/hda5 2,8G 119M 2,5G 5% / tmpfs 126M 0 126M 0% /dev/shm /dev/hda1 449M 15M 410M 4% /boot /dev/hda9 106G 63G 38G 63% /home /dev/hda7 897M 8,1M 841M 1% /tmp /dev/hda6 2,8G 1,1G 1,6G 40% /usr /dev/hda8 897M 67M 783M 8% /var tmpfs 10M 748K 9,3M 8% /dev
Raid station 192.168.0.7[edit]
needs more memory, more disk space
serveur applications, samba (pas utilisé)
Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur /dev/sda1 4,0G 2,9G 920M 76% / tmpfs 126M 0 126M 0% /dev/shm none 10M 748K 9,3M 8% /dev
Video/audio editor[edit]
back up linux partition and use W$ on all disks
C: Total 29.3GB Free 11.8GB Data1(D): Total 76.4GB Free 15.3GB Data2(E): Total 80.6GB Free 18.8GB VJ8(H): Total 68.7GB Free 36.8GB Tweede(I): Total 70.3GB Free 5.81GB
Live CD Develop[edit]
back up dev files and restart from scratch with partitions for testing
MacOSX[edit]
updates, check disk space
unfortunately macosx doesn't support the option -h. So the output of df is garbage.
Filesystem 512-blocks Used Avail Capacity Mounted on /dev/disk0s9 41939208 36987064 4532752 89% / devfs 191 191 0 100% /dev fdesc 2 2 0 100% /dev <volfs> 1024 1024 0 100% /.vol /dev/disk1s3 78147600 58862952 19284648 75% /Volumes/Maxtor 37 GB HD automount -fstab [401] 0 0 0 100% /Network/Servers automount -static [401] 0 0 0 100% /automount /dev/disk0s10 75280520 50234200 25046320 66% /Volumes/untitled untitled capacity 35.89GB free 11.94GB OS capacity 19.99GB free 2.36GB Maxtor capacity 37.26GB free 9.19GB
Terminal[edit]
back up pismo, back up ibook and replace pismo by ibook
Pismo[edit]
Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur /dev/hda12 1,8G 1,4G 275M 84% / tmpfs 157M 0 157M 0% /dev/shm /dev/hda13 3,2G 1,7G 1,5G 54% /home none 10M 596K 9,5M 6% /dev
IBook[edit]
Size 2.9G Used 2.5G Free 259MB