Skip to content

The file /dev/sda1 does not exist and no size was specified. #5

Open
@smartroad

Description

Hi!

Tried to run this using Jessie-lite and ended up with:

sudo ./adafruit-pi-externalroot-helper -d /dev/sda
Target drive = /dev/sda
[start] Will create new ext4 filesystem on /dev/sda
[start] If there is data on /dev/sda, it will be lost.
Really proceed? (y)es / (n)o y
[dependencies] Installing gdisk, rsync, and parted.
Reading package lists... Done
Building dependency tree
Reading state information... Done
gdisk is already the newest version.
parted is already the newest version.
rsync is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
[fs create] Creating /dev/sda1
[fs create] Creating ext4 filesystem on /dev/sda1
mke2fs 1.42.12 (29-Aug-2014)
The file /dev/sda1 does not exist and no size was specified.

yet if I run mke2fs /dev/sda1 it formats the drive no issue
mkfs -t ext4 -L rootfs /dev/sda1 also has no issues

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions