Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Wherever you like. We usually create mount_point in /media or /mnt folders.
You must have root privileges to create folder inside /media or /mnt folders.
Code:
mkdir /media/sd_card
mount -t <file_system> /dev/<sd_card> /media/sd_card
Check the output of fdisk -l command and replace <file_system> and <sd_card> with actual filesystem and device name of SD Card respectively.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein New Users:Read This First
Disk /dev/sda: 4001 MB, 4001292288 bytes
255 heads, 63 sectors/track, 486 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 300 2409718+ 83 Linux
/dev/sda2 301 484 1477980 83 Linux
/dev/sda3 485 485 8032+ c W95 FAT32 (LBA)
/dev/sda4 486 486 8032+ ef EFI (FAT-12/16/32)
Disk /dev/sdb: 8053 MB, 8053063680 bytes
16 heads, 60 sectors/track, 16384 cylinders
Units = cylinders of 960 * 512 = 491520 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 9 16384 7860224 b W95 FAT32
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe