Given how big disks have become, many admins are moving away from RAID 5. Now they are seeing the value of RAID 6. For example, RAID 6 (still reliable for most enterprise/NAS setups). Erasure Coding (Ceph, TrueNAS Scale) → more scalable fault tolerance. RAID 5 is effectively obsolete for any array using today’s large disks.
 
Posts
- 
RE: RAID 5 vs RAID 6: Which One Is Actually Safe in 2025?posted in Starwind
- 
RE: Proxmox Datacenter Manager Beta 0.9 – A First Lookposted in Starwind@Oksana Thank you for the article. Hopefully i am able to deploy this soon. 
- 
RE: What’s the Weirdest IT Support Request You’ve Ever Had?posted in Mango HappeningsFlashing a BIOS with a diskette drive. We moved over to a whole new system. 
- 
RE: Color Printer: new set up best practicesposted in IT DiscussionI will stick to black and white printing to save costs. If a color printer is absolutely necessary, we can make it available for limited use.. 
- 
RE: How Secure Is Your Networkposted in News@scottalanmiller Having remote backups in another part of the world (geo-redundant backups) is a solid disaster recovery strategy. It helps protect against data loss from natural disasters, regional outages, or local ransomware attacks. But remote backups are only as secure as the passwords and encryption protecting them. 
- 
RE: Decrypting a LUKS encrypted drive at bootposted in IT DiscussionHere is something i found: - Ensure LUKS Drive is Configured
 If the drive isn’t encrypted yet, you can encrypt it with LUKS:
 bash 
 Copy
 Edit
 sudo cryptsetup luksFormat /dev/sdX
 Replace /dev/sdX with the appropriate drive/partition. Be cautious—this step will erase all data on the drive.- Add the Drive to /etc/crypttab
 Edit the /etc/crypttab file to configure the system to unlock the drive at boot.
 Open the file: bash 
 Copy
 Edit
 sudo nano /etc/crypttab
 Add an entry for the encrypted drive:bash 
 Copy
 Edit
 cryptname /dev/sdX none luks
 cryptname: A name for the decrypted device (used later in /etc/fstab).
 /dev/sdX: Path to the encrypted device.
 none: Use none for a passphrase prompt at boot or specify a path to a key file.
 luks: Indicates LUKS encryption.
 Example:bash 
 Copy
 Edit
 cryptdrive /dev/sdb1 none luks
 3. Add the Decrypted Device to /etc/fstab
 To automatically mount the decrypted drive after unlocking:Edit /etc/fstab: bash 
 Copy
 Edit
 sudo nano /etc/fstab
 Add an entry for the decrypted drive:bash 
 Copy
 Edit
 /dev/mapper/cryptname /mnt/mountpoint ext4 defaults 0 2
 Replace:/dev/mapper/cryptname with the mapped device from /etc/crypttab. 
 /mnt/mountpoint with your desired mount point.
 ext4 with your file system type.
 4. Generate an Initramfs
 If the root file system or a critical drive is encrypted, you’ll need to update the initramfs to include decryption tools.Update the initramfs: bash 
 Copy
 Edit
 sudo update-initramfs -u
 Verify that the cryptsetup package is installed in your initramfs configuration.- Test Boot Behavior
 Reboot the system and observe the decryption process:
 If you specified none in /etc/crypttab, you should be prompted for a passphrase at boot. 
 If a key file was used, the drive should decrypt automatically.
 6. Using a Key File for Automatic Decryption
 To avoid entering a passphrase at boot, use a key file:Generate a key file: bash 
 Copy
 Edit
 sudo dd if=/dev/urandom of=/root/luks-keyfile bs=4096 count=1
 Set permissions:bash 
 Copy
 Edit
 sudo chmod 600 /root/luks-keyfile
 Add the key file to the LUKS header:bash 
 Copy
 Edit
 sudo cryptsetup luksAddKey /dev/sdX /root/luks-keyfile
 Update /etc/crypttab:bash 
 Copy
 Edit
 cryptname /dev/sdX /root/luks-keyfile luks
 Update the initramfs:bash 
 Copy
 Edit
 sudo update-initramfs -u
 Reboot to test automatic decryption.- Troubleshooting
 Device not found during boot: Ensure the correct device path is used in /etc/crypttab.
 Passphrase prompt not appearing: Verify cryptsetup is installed and included in initramfs.
 Boot hangs or fails: Boot into a live session, comment out entries in /etc/fstab or /etc/crypttab, and investigate.
 
- Ensure LUKS Drive is Configured
- 
RE: Anyone hosting your own S3 bucket?posted in IT Discussion@travisdh1 I have never done so it will interesting setting one up. 
- 
RE: IBM Datapower on Linuxposted in IT DiscussionNever had the privilege to deal with Datapower on Linux. Though it looks very interesting. 
- 
RE: Dell r720 and Hitachi Driveposted in IT DiscussionMaybe flashing the raid card firmware back to its original state you can see the drives. You can pick up the firmware on dell support and drivers site. 
- 
RE: Proxmox os backup and restoreposted in IT Discussion@ronneyb you may want to follow these steps: Backup: - 
Log in to the Proxmox web interface. 
- 
Select the node or server you want to backup. 
- 
Click on the "Backup" button. 
- 
Choose the type of backup you want to create, either full backup or incremental backup. 
- 
Select the backup storage location. 
- 
Click on the "Backup Now" button to start the backup process. 
 Restore: - 
Log in to the Proxmox web interface. 
- 
Select the node or server where you want to restore the backup. 
- 
Click on the "Restore" button. 
- 
Choose the backup file to restore. 
- 
Choose the restore options, including backup type, target storage location, and network configuration. 
- 
Click on the "Restore Now" button to start the restore process. 
- 
After the restore process is complete, restart the Proxmox node or server. 
 Note: It is essential to follow the backup and restore process carefully to avoid data loss or system failure. Always test the backup and restore process before performing it on a production system. 
- 
- 
RE: Remote Access software with good dual monitor supportposted in IT DiscussionYou can also try Chrome remote extensions. 
- 
RE: Proxmox: iOS or Android toolsposted in IT Discussion@dbeato Like others have posted they do have web admin portal. I find it so easy to navigate on that portal. Very easy and not so troublesome like some ESXI interfaces. 
- 
RE: Outage 7/19posted in Water Closet@scottalanmiller Imagine that was an unassigned character that brought the whole system to a stand still. Just Saying on the other side i did get free coffee and pastry on Starbucks that day. 
- 
RE: Proxmox's New Feature: Easy VMware VM Integrationposted in Starwind@Oksana that is why i love Proxmox user friendly and ease of transitions. 
- 
RE: Proxmox 8.2 is outposted in IT Discussion@CCWTech Wow I will see with my check on my hypervisor. Let me see if i can do this thanks for the heads up. 
- 
RE: Meta Down: Facebook and Instagram Offlineposted in IT DiscussionSo we did not have social media for a while. The world didn't end is okay to take a break from seen what other people are doing with their lives. 
- 
RE: Suggestions for an IPTV player for Ubuntuposted in IT DiscussionMaybe VLC might be a good option since it plays almost al media type files. 
- 
RE: SFTP upload issueposted in IT DiscussionI do not know if this matters maybe you should look into an FTP that caters between Linux and Macs poossibly.