You are here |
blog.dave.tf | ||
| | | |
chrisbergeron.com
|
|
| | | | An online technology journal with how-to articles, projects and examples. | |
| | | |
endot.org
|
|
| | | | After basically copying my friend's exact specifications, I now have a little server at home with 1.5T of mirrored disk space.By and large it was a straightforward process, with the following interesting tidbits. Most of the assembly went smoothly.You do have to pull the motherboard out to get the CF drive into its slot.In order to maneuver it out, you have to unclip the SATA cables and unscrew the VGA connector. | |
| | | |
www.stylobite.com
|
|
| | | | IT support is a vital component of any modern business. With the increasing reliance on technology, businesses need to ensure that their computer systems are running smoothly to minimize downtime and maximize productivity. Computer components are a key part of any computer system, and understanding the different components and how they work is essential for | |
| | | |
willhaley.com
|
|
| | First, list all block devices with an identifier for their PCI device. ls -al /sys/block/sd* lrwxrwxrwx 1 root root 0 Sep 6 10:01 /sys/block/sda -> ../devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sda lrwxrwxrwx 1 root root 0 Sep 6 10:01 /sys/block/sdb -> ../devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:1/2:0:1:0/block/sdb lrwxrwxrwx 1 root root 0 Sep 6 10:01 /sys/block/sdc -> ../devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:0/3:0:0:0/block/sdc lrwxrwxrwx 1 root root 0 Sep 6 10:01 /sys/block/sdd -> ../devices/pci0000:00/0000:00:1f.2/ata4/host3/target3:0:1/3:0:1:0/block/sdd lrwxrwxrwx 1 root root 0 Sep 6 10:01 /sys/block/sde -> ../devices/pci0000:00/0000:00:1e.0/0000:05:05.0/ata5/host4/target4:0:0/4:0:0:0/block/sde lrwxrwxrwx 1 root root 0 Sep 6 10:04 /sys/block/sdf -> ../devices/pci0000:00/0000:00:1e.0/0000:05:05.0/ata8/host7/target7:0:0/7:0:0:0/block/sdf Note above that several disks are attached to pci0000:00/0000:00:1f.2. |