Page 1 of 1

256GB Micro SD Card not deteted properly on Ubuntu Studio 19.04

Posted: Wed Oct 16, 2019 5:06 pm
by MCJosiah
So it turns out that my little Dell Inspirion 3000 can run Ubuntu Studio 19.04 but now I have a really big problem.

Ubuntu Studio 19.04 isn't detecting my 256GB MicroSD properly. I found it. It comes up in computer:/// when I do cntr-l but it labeled as "SC265" & when I try too mount it it says something along the line of "Can mount/Not mountable".

I need to have it cause it has all my VSTs, Projects, & Soundkits on it & my laptop only has a 32GB EMMC drive, & I would hate to have to keep a flash drive in my laptop cause my laptop only has 2 USB ports & I would like to use one for my MIDI keyboard & another for my audio interface.

Can anyone help me with this problem?

Re: 256GB Micro SD Card not deteted properly on Ubuntu Studio 19.04

Posted: Wed Oct 16, 2019 5:50 pm
by merlyn
If you open a terminal and type :

Code: Select all

lsblk
it will show all the disks (block devices) connected.

Re: 256GB Micro SD Card not deteted properly on Ubuntu Studio 19.04

Posted: Mon Oct 21, 2019 9:35 pm
by MCJosiah
So I decided to reinstall Lubuntu 18.04.3 instead cause it's more lighter weight & I've been watching alot of tutorials & doing alot of playing around & I think I wanna build the OS on my laptop for music production from the ground up. Like after I get this SD Card problem fixed(If I do, if not I'm getting a new laptop), I'm gonna install the low-latency kernel, KX Studio stuff, & Ubuntu Studio stuff.

One major problem I'm dealing with again is Lubuntu 18.04.3 is not detecting my SD Card reader. I tried to install the drivers for Realtek & it came up in the terminal but still couldn't be seen in the file manager but when I restarted & did the lsblk command the SD Card reader was gone again. Here's the latest screenshot(I added as a file, still a newbie here, lol!!!)

If I can't get the SD Card reader to work then I'm probably gonna sell my laptop & get a different one. Like a Dell Latitude or something like that.

Re: 256GB Micro SD Card not deteted properly on Ubuntu Studio 19.04

Posted: Tue Oct 22, 2019 1:47 pm
by merlyn
I'm surprised the card doesn't appear. lsblk shows the card, not the card reader, so the card would have to be in.

You can see if the card reader appears on the USB bus with :

Code: Select all

lsusb
To copy text from a terminal select it with the mouse then use Ctrl+Alt+c. Then paste it here in a code box.

Re: 256GB Micro SD Card not deteted properly on Ubuntu Studio 19.04

Posted: Wed Oct 23, 2019 5:19 am
by MCJosiah
Well I went though one more OS change to Ubuntu-Mate cause I found it a bit better than Lubuntu. After typing the command you gave me, it does show that Ubuntu-Mate(I have 18.04 LTS) detects the card reader. It's just not detecting my SD card. But here's what it shows:

Code: Select all

 mcjosiah@mcjosiah-Inspiron-3180:~$ lsusb
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 0bda:5658 Realtek Semiconductor Corp. 
Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 005: ID 0cf3:e005 Atheros Communications, Inc. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
mcjosiah@mcjosiah-Inspiron-3180:~$ 
 

Re: 256GB Micro SD Card not deteted properly on Ubuntu Studio 19.04

Posted: Wed Oct 23, 2019 7:41 am
by CrocoDuck
Hi! Is the SD Card formatted? If so, what is the file system? Chances are that you might need to install a package to enable support for the filesystem your SD card is formatted with.

Re: 256GB Micro SD Card not deteted properly on Ubuntu Studio 19.04

Posted: Wed Oct 23, 2019 12:31 pm
by MCJosiah
I think it's exFat but I'm not sure. It was in my smartphone before my laptop & I think my smartphone was the thing that originally formatted it. The smartphone it was in before my laptop was a Samsung Galaxy S8 Active.

Re: 256GB Micro SD Card not deteted properly on Ubuntu Studio 19.04

Posted: Sun Nov 17, 2019 8:01 pm
by sprock
If it's exfat do this (had exactly the same problem with a sd card from an android phone):

$ sudo apt install exfat-fuse exfat-utils