SD Card not showing up.

optimus1509

New Member
Jan 16, 2024
4
0
1
How do i make my SD card show up in the disks section for the node? My sd card shows up in the shell when I use
Code:
lsblk
but when i navigate to disks there's no sd card showing up there, are sd cards not supported as storage in proxmox?
 
It's quite possible that SD-cards are not shown because Proxmox does not expect them or are not considered proper storage (like the Proxmox installer ignoring them). The work-around is using the command line instead of the GUI.
 
  • Like
Reactions: Kingneutron
^^ This. You may have to add the entry from lsblk manually in /etc/fstab, mount it, and then add it as a Directory in Proxmox Storage.
 
I've not been able to get Proxmox to see it. I have the same problem. I want to use the SD card to save a small config file only.
The proxmox host can see it with lsblk. I've mounted it. It is already partitioned as HPFS/NTFS/exFAT but any option in the Proxmox UI to use it shows "no disks unused". Same for "create directory" in "Directory", or any other option like zfs, lvm, etc. (not that I would).
root@pve2:~# fdisk -l /dev/mmcblk0
Code:
Disk /dev/mmcblk0: 118.16 GiB, 126877696000 bytes, 247808000 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xe2a96417

Device         Boot Start       End   Sectors   Size Id Type
/dev/mmcblk0p1       2048 247807999 247805952 118.2G  7 HPFS/NTFS/exFAT

Code:
root@pve2:~# mount /dev/mmcblk0p1 /mnt/tfcard/
root@pve2:~# ls -alh /mnt/tfcard/System\ Volume\ Information/
total 512K
drwxr-xr-x 2 root root 128K Nov 30  2023 .
drwxr-xr-x 3 root root 128K Aug  4 00:42 ..
-rwxr-xr-x 1 root root   76 Nov 30  2023 IndexerVolumeGuid
-rwxr-xr-x 1 root root   12 Nov 30  2023 WPSettings.dat

I haven't tried with another filesystem but has anyone else got any other thoughts what could be the problem?
 
thank you. That worked. I was adding it from the node's hierarchy, not the datacentre one.
Now I can try to see how I can put it to use.
 
In Datacenter / Storage, Add / Directory -- if you already have it mounted on the host
Hello, could you please detail the steps?
Should we first mount the SDCard from the node shell before go to Datacenter in the UI? Any particular path where to mount the SDCard?

Thanks
 
Those are the detailed steps ;)
And yes in my case I had to have it mounted first. No particular path but I assumed and did as usual on a path under /mnt/
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!