Reply To: SDCard does not open directly in File Manager

Forum › Forums › New users › New Users and General Questions › SDCard does not open directly in File Manager › Reply To: SDCard does not open directly in File Manager

#206632
oaridus
Member

    Thanks @wildstar84 for your reply. Tried accessing ~/.xsession_errors*, but no such file exists (Did use Ctrl+H to see the hidden files). The second option gave the following result:

    ——-
    $ sudo dmesg | grep “mmcblk”

    [ 3.403412] mmcblk0: mmc0:0001 NCard 28.9 GiB
    [ 3.407143] mmcblk0: p1 p2 p3 p4
    [ 3.408582] mmcblk0boot0: mmc0:0001 NCard 4.00 MiB
    [ 3.410265] mmcblk0boot1: mmc0:0001 NCard 4.00 MiB
    [ 3.412033] mmcblk0rpmb: mmc0:0001 NCard 4.00 MiB, chardev (238:0)
    [ 3.809694] mmcblk2: mmc2:aaaa SL64G 59.5 GiB
    [ 3.813474] mmcblk2: p1
    [ 4.501856] EXT4-fs (mmcblk0p4): orphan cleanup on readonly fs
    [ 4.503151] EXT4-fs (mmcblk0p4): mounted filesystem dee77696-d176-4f30-9b0a-d8830a32546c ro with ordered data mode. Quota mode: none.
    [ 12.609622] EXT4-fs (mmcblk0p4): re-mounted dee77696-d176-4f30-9b0a-d8830a32546c r/w.
    [ 12.995669] FAT-fs (mmcblk0p1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
    [ 13.035291] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 17.882996] Adding 4000764k swap on /dev/mmcblk0p2. Priority:-2 extents:1 across:4000764k SSDs
    ——-

    Look for “mmcblk2” (SDCard) in line 6 & 7. I can’t understand much out of it. Any suggestions?

    Right now, I have created a bookmark to SDCard folder (/media/sudhir/SDCard) in the File Manager and accessing it directly. Any other way to fix the issue will be most welcome.

    Also, can I directly add this SDCard to my /etc/fstab file with the following line:

    UUID=7BFE-DBD9 /media/sudhir/SDCard exfat defaults,nofail,uid=1000,gid=1000,umask=022 0 0

    This is the correct line, I have checked all the details. I can then test the mount configuration using the command “sudo mount -a” without rebooting. Will this work? Please let me know…