Changes between Version 1 and Version 2 of Docs/825gen2/Dev/Devices/USB/Storage


Ignore:
Timestamp:
11/10/23 10:32:19 (12 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Devices/USB/Storage

    v1 v2  
    6464Moved flash drive back to 825
    6565
    66 Dmesg
     66{{{
     67dmesg
    6768
    6869[ 1858.483512] usb-storage 4-1.2:1.0: USB Mass Storage device detected
     
    9697root@imx8mq-var-dart:~# cat /run/media/Data256G-sdc1/test123.txt
    9798test123
     99}}}
     100
    98101
    99102fdisk -l to view file system information:
    100103
     104{{{
    101105root@imx8mq-var-dart:~# fdisk -l
    102106Disk /dev/mmcblk0: 14.68 GiB, 15758000128 bytes, 30777344 sectors
     
    135139/dev/sdc1          32 488570879 488570848  233G  7 HPFS/NTFS/exFAT
    136140root@imx8mq-var-dart:~#
    137 
     141}}}
    138142
    139143Attempt NTFS
     
    144148Inserted in 825
    145149
     150{{{
    146151dmesg
    147152
     
    166171root@imx8mq-var-dart:~# echo "TestXYZ" > /run/media/Data256G-sdc1/testxyz.txt
    167172-sh: /run/media/Data256G-sdc1/testxyz.txt: Read-only file system
     173}}}
    168174
    169175Read NTFS successful, but does not support writing