About 389,000 results
Open links in new tab
  1. Fdisk new disk size - Ask Ubuntu

    Jan 3, 2021 · I am using ubuntu 20.04 and I want to create new partition disk with exactly 500 MB. However, the fdisk adjusted it to 512MiB is there any way that I can create exactly 500MB disk size? …

  2. Error: Could not stat device devsdb - No such file or directory

    Apr 20, 2020 · Setting up an ubuntu server for the first time. It loads up just fine but when I try to partition my 2.7T drive it's giving me the following error: fdisk: cannot open devsda: No such file or direc...

  3. how do i fix error fdisk:cannot open /dev/sdb: Input/output error

    May 24, 2023 · i am trying to create a partition but am unable due to error:

  4. swap - /dev/sdb2: No such file or directory - Ask Ubuntu

    I was trying to add a swap partition in my secondary drive, I created the partition space with fdisk and when running mkswap I was greeted with an error: $ sudo mkswap -c /dev/sdb2 /dev/sdb2: No s...

  5. partitioning - Usb drive has showed a lot of partition in lsblk, but ...

    Dec 23, 2023 · Be careful before using the write command. The device contains 'ext4' signature and it will be removed by a write command. See fdisk(8) man page and --wipe option for more details. …

  6. how to completely reformat a usb using fdisk? - Ask Ubuntu

    Dec 11, 2011 · fdisk manages partitions, but does not format or write data to the disk. To format the disk, use mkfs # FAT mkfs.vfat /dev/sdxy # /dev/sdxy is your usb # Or for ext4 mkfs.ext4 /dev/sdxy …

  7. SSD detected in BIOS but not showing in fdisk - Ask Ubuntu

    May 5, 2025 · But the SSD is still showing in BOOT but not accessible from live USB. I also couldn't find the SSD when I do fdisk. I have data in the SSD and want to resolve this issue. NOTE - Did the …

  8. partitioning - How to rename partition labels? - Ask Ubuntu

    It is completely text-based on the terminal. First, enter fdisk with the command fdisk. You can press m for help, and press p to list partitions. Since the option to rename partitions is hidden, enter expert …

  9. command line - Mounting a Disk Image - Ask Ubuntu

    Apr 21, 2024 · See fdisk(8) man page and --wipe option for more details. Device does not contain a recognized partition table. Created a new DOS (MBR) disklabel with disk identifier 0xca60123f. …

  10. 11.10 - Text User Interface for fdisk? - Ask Ubuntu

    Feb 19, 2012 · Life fdisk/cfdisk, it has a TUI counterpart named cgdisk GPT fdisk consists of three programs: gdisk—An interactive text-mode program similar to fdisk sgdisk—A command-line …