Wed Jun 24, 2020 10:36 am
Setting aside all arguments about which file system is best try this:
- Plug in your USB stick
- Find the required information about it:
- Run
- Make a note of the TYPE, UUID, and PARTUUID e.g.
- TYPE="vfat"
- UUID="123456"
- PARTUUID="654321"
- If TYPE="ntfs" run the following with while your Pi is able to access the internet:
Code: Select all
sudo apt update && sudo apt install -y ntfs-3g
- If TYPE="exfat" run the following with while your Pi is able to access the internet:
Code: Select all
sudo apt update && sudo apt install -y exfat-fuse exfat-utils
- Decide where you want it to appear in your file tree (i.e. decide on a mount point)
- Create the mount point:You may need to prefix that with sudo depending on where your chosen mount point is located.
- Make a backup copy of /etc/fstab:
- Open /etc/fstab in your preferred text editor. You will need to be root or use "sudo" to do this.
- If you have a line from previous attempts to mount this device, remove it.
- Refering to the information gathered above add a new line/entry for the device, use either PARTUUID or UUID:
- For vfat filesystem:
Code: Select all
PARTUUID=654321 /path/to/mount_point vfat defaults,nofail,noatime,umask=000 0 0
- For exFAT filesystem:
Code: Select all
PARTUUID=654321 /path/to/mount_point exfat defaults,nofail,noatime,umask=000 0 0
- For other filesystems:
Code: Select all
PARTUUID=654321 /path/to/mount_point TYPE defaults,nofail,noatime 0 0
Where TYPE is the TYPE reported by blkid, above.
- Save and close /etc/fstab
- Reboot or run
Edit: seems the OP fixed their issue while I was writig this post. Gonna leave it here as it may be useful to others.
Edit #2: added notes on exFAT
Last edited by
thagrol on Wed Jun 24, 2020 2:48 pm, edited 1 time in total.
Attempts to contact me outside of these forums will be ignored unless signed in triplicate, sent in, sent back, queried, lost, found, subjected to public enquiry, lost again, and finally buried in soft peat for three months and recycled as firelighters