tessel / openwrt-tessel

OpenWrt build scripts and package feed for Tessel 2
Other
32 stars 14 forks source link

Tessel only automounts second (small FAT) partition, not main EXT3 #61

Open odinho opened 8 years ago

odinho commented 8 years ago

I have a flash drive with two partitions:

sda1 - 4GB (3GB free) - EXT3
sda2 - 2MB (8KB free) - FAT32

@nolanlawson tried to use it with Tessel.

Tessel decided to mount /mnt/sda2, but didn't touch sda1 at all. I would expect it to mount both. Or maybe the biggest. It's a corner case, because most people will only have one partition, but it would probably be good to know what's up (or understand/document the behaviour).

nodebotanist commented 5 years ago

I can look into this if it's still an issue.

HipsterBrown commented 5 years ago

@nodebotanist A good place to look is adding support through a kmod package for ext3 -> https://github.com/tessel/openwrt-tessel/blob/master/config.mk#L19