11-25-2021, 03:37 AM
(11-22-2021, 07:02 AM)wibble Wrote: How exactly did you determine the filesystem type was 'dos'? That doesn't seem right. I don't know which PmOS supports, but 'cat /proc/filesystems' should tell you.
Hi wibble,
running "sudo -sL /dev/mmcblk0p2" and "sudo fdisk -l" gives me the following respectively:
/dev/mmcblk0p2: DOS/MBR boot sector
Device Start End Sectors Size Type
/dev/mmcblk0p1 2048 1050623 1048576 512M EFI System
/dev/mmcblk0p2 1050624 124733439 123682816 59G Microsoft basic data
And /proc/filesystems of PmOS shows:
nodev sysfs
nodev tmpfs
nodev bdev
nodev proc
nodev cgroup
nodev cgroup2
nodev cpuset
nodev devtmpfs
nodev configfs
nodev debugfs
nodev securityfs
nodev sockfs
nodev pipefs
nodev ramfs
nodev hugetlbfs
nodev rpc_pipefs
nodev devpts
ext3
ext4
ext2
vfat
nodev nfs
nodev nfs4
nodev autofs
fuseblk
nodev fuse
nodev fusectl
nodev mqueue
squashfs
Maybe I should try to format the sdcard into ext4 in order to use it?