Skip to content

Anders corner

  • Sample Page
Anders corner
Your Awesome Blog
Just a few words why you blog is so awesome
Call to action

Mount an external drive to Raspberry Pi

andersNovember 1, 2024November 1, 2024Leave a comment
Check for the current storage devices attached to your server: sudo blkid Mound the disk In my example the disk is located at `/dev/sda1` and I want to mount it to `/mnt` sudo mount /dev/sda1 /mnt -o uid=pi,gid=pi To automatically mount the disk when the server is rebooted: Add the following to the file: /etc/fstab /dev/sda1 /mnt exfat default,nofail 0 0
Read More

Hello world!

andersNovember 1, 20241 Comment
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Read More

Archives

  • November 2024

Categories

  • Uncategorized
Anders corner
Proudly powered by WordPress | Theme: refur by Crocoblock.