How do I reload the partition table in Ubuntu Linux without rebooting the systems?
{ 9 comments }
How do I create a bootable USB pen drive to start my CentOS / Fedora Linux? How do I create a bootable USB flash pen for installation of Linux, and for creation of rescue and other special-purpose boot disks using command line options?
{ 11 comments }
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 [...]
{ 15 comments }
Q. I’d like to see all the partitions on my scsi hard drives. Under Windows Disk manager shows exactly how space is allocated on the disk drivers and free space etc. How do I display hard drive partitions information? A. You can use any one of the following command: [a] fdisk command : Partition table [...]
{ 4 comments }