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

For a314fs, make it possible to remove a volume from a device (i.e. PI0:) and later insert volume again. #4

Open
niklasekstrom opened this issue Apr 5, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@niklasekstrom
Copy link
Owner

As the title says. Moreover, it could be nice to support multiple devices (PI0:, PI1:, ...) and be able to decide, through a config file on the RPi, what volume should go in each. The contents of a volume should be mapped to some directory on the RPi.

@niklasekstrom niklasekstrom added the enhancement New feature or request label Apr 5, 2019
@arnljot
Copy link
Contributor

arnljot commented Jan 23, 2020

This would be excellent for removable storage, such as usb used on the pi side.

@alexchaney
Copy link

This is easy enough via soft links. For example. in your pi0: directory on the Pi, just create a softlink to the /dev/usb... device and then if you put in or take out a usb flash drive, the pi will handle the mounting and unmounting for you. So suddenly you have usb access for the workbench. I do this with Amibian. Basically look into softlinks and manage then with a quick menu script.

@niklasekstrom
Copy link
Owner Author

Hi @alexchaney . That sounds like a useful suggestion.

What I had in mind is for a314fs to work like a floppy disk drive, so that if you "eject" the volume then the disk icon will be removed from the Workbench, and when you insert a volume then the icon will come back. So it's a different use case I guess.

dcutugno added a commit to dcutugno/a314 that referenced this issue Aug 11, 2024
dcutugno added a commit to dcutugno/a314 that referenced this issue Aug 12, 2024
dcutugno added a commit to dcutugno/a314 that referenced this issue Aug 13, 2024
dcutugno added a commit to dcutugno/a314 that referenced this issue Aug 15, 2024
dcutugno added a commit to dcutugno/a314 that referenced this issue Aug 18, 2024
dcutugno added a commit to dcutugno/a314 that referenced this issue Aug 18, 2024
dcutugno added a commit to dcutugno/a314 that referenced this issue Aug 18, 2024
dcutugno added a commit to dcutugno/a314 that referenced this issue Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants