todo
/testing/task
software_list
Textarea Mode
Mount a USB drive on Raspberry Pi
sudo blkid
sudo mkdir /media/240usb
sudo mount /dev/sda /media/240usb
sudo nano /etc/fstab
Inside add the following line, replace the UUID and optinal the path where you want to mount your drive. I’m mounting it at /media/4TB
I’m also amusing the drive is formatted ext4, if not adjust that accordingly
UUID=12272d4a-c58e-4b32-a908-ed8bf737db54 /media/4TB ext4 defaults,errors=remount-ro 0 1
sudo mount -a (to cfm)
sudo reboot now
⬆️Select Image File to Upload(선택)
Update