WINDOWS – Cant format FAT32 on bigger than 32 Gig Flash Drive?
FAT32 maximum partition size is 32GB so you must use a different allocation size to format FAT32 on bigger drives. If you have a 64Gig drive for example you can still formatRead More…
FAT32 maximum partition size is 32GB so you must use a different allocation size to format FAT32 on bigger drives. If you have a 64Gig drive for example you can still formatRead More…
############################# # Blocked State Cant Reboot # ############################# Working with systems that are in blocked state (D state in “ps” output) – means they are waiting for IO from slow media (drivesRead More…
Trying to start an ssh server. When you encounter this error: # /usr/sbin/sshd Could not load host key: /etc/ssh/ssh_host_rsa_key Could not load host key: /etc/ssh/ssh_host_dsa_key Here is the solution: ssh-keygen -A IfRead More…