User:Az990tony/edublog-beta-sw: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
; CD/DVD Burner : |
; CD/DVD Burner : |
||
/dev/hda (it is in the Primary/Master position on the first EIDE cable) |
/dev/hda (it is in the Primary/Master position on the first EIDE cable) |
||
/dev/cdrom (many operating systems use this) |
/dev/cdrom (many operating systems use this) |
||
/dev/dvd (and this) |
/dev/dvd (and this) |
||
/dev/dvdrw (and this) |
/dev/dvdrw (and this) |
||
Line 23: | Line 26: | ||
/dev/sda (this is drive 1) |
/dev/sda (this is drive 1) |
||
/dev/sdb (this is drive 2) |
/dev/sdb (this is drive 2) |
||
Line 28: | Line 32: | ||
/dev/sdf for the drive itself |
/dev/sdf for the drive itself |
||
/dev/sdf1 (for the VFAT file system usually on it) |
/dev/sdf1 (for the VFAT file system usually on it) |
||
Revision as of 13:31, 15 June 2008
This software stack is based on This Beta Server hardware built for the Educational_Blogger_Project .
The following topics are covered
- Device layout
- RAID and Logical Volume Mirror
- Operating System considerations
- Middleware (web server, database, etc.)
- Additional Utilities
Device Layout
Based on the hardware, the following devices are available:
- CD/DVD Burner
/dev/hda (it is in the Primary/Master position on the first EIDE cable)
/dev/cdrom (many operating systems use this)
/dev/dvd (and this)
/dev/dvdrw (and this)
- SATA disks
/dev/sda (this is drive 1)
/dev/sdb (this is drive 2)
- USB keys or external drives
/dev/sdf for the drive itself
/dev/sdf1 (for the VFAT file system usually on it)
- Ethernet Network Interface cards
eth0, eth1 and eth2 seemed to be assigned to the one motherboard connector and two PCI cards differently between operating systems. I will need to track down the MAC addresses to keep them straight.