Nun muss eine Festplatte auch noch formatiert werden, das macht man mit mkfs.ext4 /dev/sda1

root@bpi-iot-ros-ai:~# mkfs.ext4 /dev/sda1
mke2fs 1.42.12 (29-Aug-2014)
/dev/sda1 contains a ntfs file system labelled 'System-reserviert'
Proceed anyway? (y,n) y
Creating filesystem with 244190390 4k blocks and 61054976 inodes
Filesystem UUID: 1b904531-b9db-42f4-bf4f-681b5ce8fc50
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
102400000, 214990848
Allocating group tables: done
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

Die Festplatte mounten.

mount /dev/sda1 /mnt/

Dann mal eben nachschauen.

root@bpi-iot-ros-ai:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/root 15G 5.5G 8.0G 41% /
devtmpfs 879M 4.0K 879M 1% /dev
tmpfs 1007M 0 1007M 0% /dev/shm
tmpfs 1007M 8.7M 998M 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1007M 0 1007M 0% /sys/fs/cgroup
tmpfs 1007M 136K 1007M 1% /tmp
tmpfs 202M 0 202M 0% /run/user/0
/dev/sda1 917G 72M 871G 1% /mnt

Der letzte Eintrag /mnt ist die Festplatte. Sieht alles gut aus.