hiya,
just got my system and started to play with it, have added a 64gb microsd to the processor board and can see it using fdisk -l
have made a partition and formatted it using mkfs.f2fs
Disk /dev/mmcblk0: 59.1 GiB, 63416827904 bytes, 123860992 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: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 2048 123860991 123858944 59.1G 83 Linux
now i'd like to mount it, so have made a nice directory /mnt/big/
drwxrwxrwx 2 root root 0 Jan 23 17:40 big
but if i run:
root@Omega-7923:/dev# mount /dev/mmcblk0p1 /mnt/big/
mount: mounting /dev/mmcblk0p1 on /mnt/big/ failed: Invalid argument
as you can see it fails..
what should i be doing?
cheers!!
rup
rupert@btl.io