How do I Install Slackware Linux version 13.13 using a bootable USB stick under Unix or Linux operating systems?
{ 1 comment }
Q. How can I copy one hard disk to another using dd command? A. dd command can copy disk in raw format. It will copy partition table and bootloader and all partitions within this disk. For example, you can copy /dev/sda to /dev/sdb (same size) using the following dd command. dd should complete with no [...]
{ 17 comments }
How do I find out the make, model and serial number for my SCSI or IDE hard disks under CentOS Linux server? How do I get vendor information about my disk storage w/o opening my Intel / AMD server chassis?
{ 5 comments }
Q. My system comes with pre installed Linux and XP. Now I would like to delete a partition. How do I delete a partition? A. Hard disks can be divided into one or more logical disks called partitions. This division is described in the partition table found in sector 0 of the disk. You need [...]
{ 25 comments }