┌───────────────────────┤ [!!] Partition disks ├───────────────────────┐ │ │ │ The attempt to mount a file system with type ext3 in SCSI1 (2,0,0), │ │ partition #1 (sda) at / failed. │ │ │ │ You may resume partitioning from the partitioning menu. │ │ │ │ Do you want to resume partitioning? │ │ │ │ <Go Back> <Yes> <No> │ │ │ └──────────────────────────────────────────────────────────────────────┘
Yes and No ends up in a an infinite loop, go back doesn't allow me to fix anything on the menu.
~ # mount rootfs on / type rootfs (rw,size=66097196k,nr_inodes=8257582) none on /run type tmpfs (rw,nosuid,relatime,size=6609720k,mode=755) none on /proc type proc (rw,relatime) none on /sys type sysfs (rw,relatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=33030336k,nr_inodes=8257584,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) ~ # fdisk /dev/sda Welcome to fdisk (util-linux 2.25.2). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. Command (m for help): p Disk /dev/sda: 1.6 TiB, 1796638507008 bytes, 3509059584 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: dos Disk identifier: 0x0224a576 Device Boot Start End Sectors Size Id Type /dev/sda1 * 2048 78125055 78123008 37.3G 83 Linux /dev/sda2 78127102 3509057535 3430930434 1.6T 5 Extended /dev/sda5 78127104 93749247 15622144 7.5G 82 Linux swap / Solaris /dev/sda6 93751296 3509057535 3415306240 1.6T 8e Linux LVM ~ # mount /dev/sda1 /target mount: mounting /dev/sda1 on /target failed: Invalid argument ~ # mount /dev/tank/data /mnt (ok)