Centos 7 cannot find with fdisk [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 4 years ago. Improve this question I can find /dev/vda1 with fdisk but /dev/vdb does not be found. What happened? And how I can resolve it? Thanks [root@tp-gpdb-ku05 master]# … Read more

fdisk -l ouputs nothing [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more

sfdisk – partition creation problem

I’m trying to create disk image with 2 partitions: First partition: 1Mb for boot and second partition of the maximum capacity dd if=/dev/zero of=flash.img bs=1M count=10 /sbin/sfdisk flash.img -uM << SFDISK_EOF ,1,L,* ,,L; SFDISK_EOF I got an error: sfdisk: I don’t like these partitions – nothing changed. What I’m doing wrong? I’m working with CentOS … Read more

FreeBSD10 resize virtual server image to smaller partition

I have a VPS on the new Vultr system and I am noticing that they do not have pv-grub ready and available which makes my dilemma even more interesting. I have a 40gig image I need to migrate to a 15 gig partition. Normally just reboot into rescue mode and run fdisk or gparted, but … Read more

How to unlist partitions from fdisk command in linux

While working on one of my server I noticed that there are no partitions listed under “fdisk -l” command. However the machine is working just fine. Wanted to know following things if anyone can help. I executed the command using root account. 1. What does missing partitions signifies. As everything was working fine. ? 2. … Read more