How to mount an SD card?
#3
As a-wai states, it should be automatically mounted for extra storage.

I do have the mounting handled in fstab, rather than the normal automatically to /media
As an example /etc/fstab
Code:
UUID=(UUID_OF_DATA_PARTITION) /mnt/sdcard ext2 defaults 0 0
UUID=(UUID_OF_SWAP_PARTITION) none swap sw 0 0

The uuid strings I used came from the output of blkid which was redirected out to the fstab file via >>. Then opened /etc/fstab in nano, removed the quotes and added the ending bits to make it a valid fstab entry.
The below is an example of the commands. Please DO NOT copy and paste them.
Code:
umount /dev/mmcblk0p1
/sbin/blkid |tail -2 |cut -d " " -f3 >> /etc/fstab
nano /etc/fstab
mount /dev/mmcblk0p1
swapon -a


Messages In This Thread
How to mount an SD card? - by gizmuth - 07-14-2020, 12:52 AM
RE: How to mount an SD card? - by a-wai - 07-14-2020, 02:45 AM
RE: How to mount an SD card? - by spaetz - 07-15-2020, 05:08 AM
RE: How to mount an SD card? - by antiX-Dave - 07-14-2020, 05:30 PM
RE: How to mount an SD card? - by a-wai - 07-15-2020, 06:41 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  APN settings not working with new operator SIM card user641 1 1,015 03-01-2023, 04:43 PM
Last Post: anonymous
  What does handle SD card automount? mdk 1 1,032 01-29-2023, 03:15 AM
Last Post: mdk
  New SD card won't auto-mount, will only mount as read-only 3x5co 3 1,705 07-16-2022, 02:28 PM
Last Post: dachalife
  Apps and SD Card biketool 2 1,876 03-06-2022, 09:47 AM
Last Post: biketool
  How to flash a µSD-Card with Balena Etcher walter1950 1 1,305 01-22-2022, 02:06 AM
Last Post: bcnaz
  How to insert a SIM-Card and/or a µSD-Card walter1950 0 919 01-21-2022, 02:46 PM
Last Post: walter1950
  When I set SD card as /home, PP can't complete boot nelstomlinson 4 2,838 12-27-2021, 03:06 PM
Last Post: nelstomlinson
  Persistently mount SD card? DarkManiels 5 5,630 11-21-2020, 08:28 PM
Last Post: HLing
  weird SIM card question RodneyMyers 4 4,802 10-16-2020, 01:47 PM
Last Post: ThrillGates
  Activating a sim card bcnaz 4 5,708 08-08-2020, 06:37 PM
Last Post: bcnaz

Forum Jump:


Users browsing this thread: 1 Guest(s)