Changes between Version 3 and Version 4 of Docs/825gen2/Dev/Devices/USB/Storage
- Timestamp:
- 11/21/23 13:49:26 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Devices/USB/Storage
v3 v4 22 22 [ 993.438787] sd 1:0:0:0: [sdc] Attached SCSI removable disk 23 23 24 root@imx8mq-var-dart:~#df -h24 card825gen2:~$ df -h 25 25 Filesystem Size Used Avail Use% Mounted on 26 26 /dev/root 7.1G 4.2G 2.5G 64% / … … 38 38 /dev/sdc1 233G 43M 233G 1% /run/media/sdc1 39 39 40 root@imx8mq-var-dart:~#ls -l /run/media/sdc140 card825gen2:~$ ls -l /run/media/sdc1 41 41 total 43584 42 42 -rwxrwx--- 1 root disk 44041519 Oct 6 2021 SanDiskMemoryZone.apk … … 76 76 [ 1859.500237] sdc: sdc1 77 77 [ 1859.502308] sd 1:0:0:0: [sdc] Attached SCSI removable disk 78 root@imx8mq-var-dart:~# 78 card825gen2:~$ 79 79 80 root@imx8mq-var-dart:~#ls /run/media80 card825gen2:~$ ls /run/media 81 81 Data256G-sdc1 data-mmcblk0p3 rootfs1-mmcblk0p1 rootfs2-mmcblk0p2 82 82 83 root@imx8mq-var-dart:~#ls -l /run/media/Data256G-sdc1/83 card825gen2:~$ ls -l /run/media/Data256G-sdc1/ 84 84 total 5827968 85 85 drwxrwxrwx 1 root root 131072 Nov 2 08:21 'System Volume Information' … … 87 87 88 88 89 root@imx8mq-var-dart:~#echo "test123" > /run/media/Data256G-sdc1/test123.txt90 root@imx8mq-var-dart:~#ls -l /run/media/Data256G-sdc1/89 card825gen2:~$ echo "test123" > /run/media/Data256G-sdc1/test123.txt 90 card825gen2:~$ ls -l /run/media/Data256G-sdc1/ 91 91 total 5828096 92 92 drwxrwxrwx 1 root root 131072 Nov 2 08:21 'System Volume Information' … … 95 95 96 96 97 root@imx8mq-var-dart:~#cat /run/media/Data256G-sdc1/test123.txt97 card825gen2:~$ cat /run/media/Data256G-sdc1/test123.txt 98 98 test123 99 99 }}} … … 103 103 104 104 {{{ 105 root@imx8mq-var-dart:~#fdisk -l105 card825gen2:~$ fdisk -l 106 106 Disk /dev/mmcblk0: 14.68 GiB, 15758000128 bytes, 30777344 sectors 107 107 Units: sectors of 1 * 512 = 512 bytes … … 160 160 [ 2633.530979] ntfs: volume version 3.1. 161 161 162 root@imx8mq-var-dart:~#ls /run/media162 card825gen2:~$ ls /run/media 163 163 Data256G-sdc1 data-mmcblk0p3 rootfs1-mmcblk0p1 rootfs2-mmcblk0p2 164 164 root@imx8mq-var-dart:~# … … 169 169 -r-------- 1 root root 5967587328 Oct 24 2022 en-us_windows_10_business_editions_version_22h2_x64_dvd_8cf17b79.iso 170 170 171 root@imx8mq-var-dart:~#echo "TestXYZ" > /run/media/Data256G-sdc1/testxyz.txt171 card825gen2:~$ echo "TestXYZ" > /run/media/Data256G-sdc1/testxyz.txt 172 172 -sh: /run/media/Data256G-sdc1/testxyz.txt: Read-only file system 173 173 }}}