Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
5k views

Is it possible to correct partition table errors without a reboot?

When trying to partition a hard drive on ESX server I frequently run into the following problem: $ fdisk /dev/sdd Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel ...
1
vote
2answers
172 views

How to understand the result of fdisk -l /dev/sda?

Disk /dev/sda: 21.4 GB, 21474836480 bytes 255 heads, 63 sectors/track, 2610 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System ...
1
vote
2answers
355 views

Bash EOF has unexpected behavior

I was using a quick and dirty BASH script to automate a CF partitioning process. This worked well until I wanted to add to it. Basically, I have a script which partitions a compact flash as such: ...
0
votes
0answers
62 views

how to extend hard disk centos (4 HDD to one folder) [closed]

i have centos system. and i want to combine 4 hard drives to one folder. i have 4X1.0T and each of them is separated. how can i combine them all to the same folder. like if there is no store left in ...
0
votes
1answer
55 views

Print Hexa number

i'm try to make fdisk program in Linux. i had buffer which contains the partition disk information(starting sector- ending sector- size of partition...etc). The problem that i have buffer array char ...
0
votes
0answers
92 views

My partition is weird… on gentoo fdisk [closed]

I've installed a Windows 7 OS after Gentoo is installed done. when i return to Gentoo Livecd to reinstall GRUB, i've got an error : #grub-install --no-floppy /dev/sda The file /boot/grub/stage1 not ...
0
votes
1answer
2k views

fdisk fix mis-aligned SSD to correct head and sector count

maletor@denmark:~$ sudo fdisk /dev/sdc WARNING: DOS-compatible mode is deprecated. It's strongly recommended to switch off the mode (command 'c') and change display units to ...