Adafruit will not be shipping USPS orders Monday February 18, 2019 for the federal holiday, Presidents Day.
Expedited USPS orders placed after 11am ET Friday February 15 will go out Tuesday February 19.
We add a line entry to /etc/fstab when Raspberry Pi needs to automatically mount a network drive. The problem with this approach is that:
Raspberry Pi needs to mount the network drive from the point of when booting up to shutting down. In other words, Raspberry Pi has to use CPU and RAM to keep the mount going all the time even when network drive is not needed. This incurs unnecessary expense on the Raspberry Pi.
To avoid the problem above, we don’t use /etc/fstab. Instead, we manually mount a network drive, we use the mount command. The problem with using the mount command is that the user executing the mount must be ROOT user. However, only one user can be ROOT.
To avoid the ROOT user requirement, you can configure sudo settings to let every other users use the mount. The problem with this approach is that we have to constantly update sudo settings every time we add new users or remove existing ones. You incur administrative cost.
Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, or even use Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for MakeCode, CircuitPython, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Python for Microcontrollers — Python is for the birds, deep dive, Raspberry Pi store, and more! #Python #Adafruit #CircuitPython @circuitpython @micropython @ThePSF @Adafruit
Get the only spam-free daily newsletter about wearables, running a "maker business", electronic tips and more! Subscribe at AdafruitDaily.com !
Can do this with autofs as well I expect… and not require giving any user root or sudo privs.