ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Mounting SD Card on VOXL2

    Ask your questions right here!
    1
    1
    145
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Zachary Lowell 0Z
      Zachary Lowell 0 ModalAI Team
      last edited by

      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:

      [Unit]
      Description=Mount VOXL2 SD Card

      [Mount]
      What=/dev/voxl2
      Where=/media/ouster
      Type=exfat
      Options=nofail,nonempty

      [Install]
      WantedBy=multi-user.target

      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.

      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.

      Any thoughts as to why I am having this issue?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors