Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
odinho opened this issue Jun 5, 2016 · 2 comments
Open

Comments

@odinho
Copy link

odinho commented Jun 5, 2016

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
Copy link

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

@HipsterBrown
Copy link
Contributor

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants