<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Mounting SD Card on VOXL2]]></title><description><![CDATA[<p dir="auto">I am formatting an SD card to exfat so it can be used on linux, windows, and macos - I added a .mount file in /lib/systemd/systemd that looks like this:</p>
<p dir="auto">[Unit]<br />
Description=Mount VOXL2 SD Card</p>
<p dir="auto">[Mount]<br />
What=/dev/voxl2<br />
Where=/media/ouster<br />
Type=exfat<br />
Options=nofail,nonempty</p>
<p dir="auto">[Install]<br />
WantedBy=multi-user.target</p>
<p dir="auto">Where I am trying to mount the sd card on /media/ouster - the issue I am having is that it usually shows its mounted via the script - but when I put something on the card and then remove the card and place it on a windows or mac device, the file I put in the sd card on the voxl2 does not show up in the card when in mac or windows.</p>
<p dir="auto">The actual code placing the file on the card is a docker file running also in systemD that is grabbing lidar data from an ouster lidar and populating a .pcap file on the SD card.</p>
<p dir="auto">Any thoughts as to why I am having this issue?</p>
]]></description><link>https://forum.modalai.com/topic/3033/mounting-sd-card-on-voxl2</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 13:13:29 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/3033.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Jan 2024 23:20:32 GMT</pubDate><ttl>60</ttl></channel></rss>