20240810在荣品RK3588S-AHD开发板的预置Android13下挂载exFAT的256GB的TF卡
df -h
mount
fdisk无效
20240810在荣品RK3588S-AHD开发板的预置Android13下挂载exFAT的256GB的TF卡
2024/8/10 21:19
缘起:当时比较便宜96.9¥/想看看256GB的TF卡的高速卡的效果,就在京东入手了3张三星的高速TF卡。最近在弄RK3588S,就拿来实测效果了!
https://item.jd.com/100026098656.html
三星(SAMSUNG)256GB TF(MicroSD)存储卡 EVO白卡 U3A2V30 手机平板行车记录仪游戏机内存卡 读160MB/s写120MB/s
确认RK3588S在Android13下可以直接挂载exFAT的256GB的TF卡。
Microsoft Windows [版本 10.0.22621.3296]
(c) Microsoft Corporation。保留所有权利。
C:\Users\QQ>adb shell
rk3588_t:/ $ su
rk3588_t:/ #
rk3588_t:/ # cd /sdcard/DCIM/
rk3588_t:/sdcard/DCIM #
rk3588_t:/sdcard/DCIM # ls -l
total 448
-rw-rw---- 1 u0_a93 media_rw 139236 2024-08-10 09:34 81.png
-rw-rw---- 1 u0_a93 media_rw 155351 2024-08-10 09:34 82.png
-rw-rw---- 1 u0_a93 media_rw 160023 2024-08-10 09:34 83.png
rk3588_t:/sdcard/DCIM #
rk3588_t:/sdcard/DCIM # sc
sc16is752 schedtest screencap screenrecord
rk3588_t:/sdcard/DCIM # rm *.png
rk3588_t:/sdcard/DCIM # ls -l
total 0
rk3588_t:/sdcard/DCIM # sc
sc16is752 schedtest screencap screenrecord
rk3588_t:/sdcard/DCIM # scr
screencap screenrecord
rk3588_t:/sdcard/DCIM # screencap 51.png
rk3588_t:/sdcard/DCIM #
rk3588_t:/sdcard/DCIM # screencap 52.png
rk3588_t:/sdcard/DCIM #
rk3588_t:/sdcard/DCIM # screencap 53.png
rk3588_t:/sdcard/DCIM # screencap 54.png
rk3588_t:/sdcard/DCIM # cd /
rk3588_t:/ #
rk3588_t:/ #
rk3588_t:/ #
rk3588_t:/ # df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 1.9G 1.2M 1.9G 1% /dev
tmpfs 1.9G 4.0K 1.9G 1% /mnt
/dev/block/mmcblk0p11 10M 80K 10M 1% /metadata
/dev/block/dm-0 1.0G 1.0G 3.3M 100% /
/dev/block/dm-3 391M 389M 1.1M 100% /vendor
/dev/block/dm-5 720K 716K 4.0K 100% /odm
/dev/block/dm-1 232K 36K 196K 16% /system_dlkm
/dev/block/dm-2 170M 169M 520K 100% /system_ext
/dev/block/dm-4 28M 28M 88K 100% /vendor_dlkm
/dev/block/dm-6 232K 36K 196K 16% /odm_dlkm
/dev/block/dm-7 274M 273M 840K 100% /product
tmpfs 1.9G 8.0K 1.9G 1% /apex
tmpfs 1.9G 492K 1.9G 1% /linkerconfig
/dev/block/mmcblk0p10 320M 236K 320M 1% /cache
/dev/block/mmcblk0p15 24G 51M 24G 1% /data
tmpfs 1.9G 0 1.9G 0% /data_mirror
/dev/fuse 24G 51M 24G 1% /mnt/user/0/emulated
/dev/block/vold/public:179,97 239G 4.6G 234G 2% /mnt/media_rw/9C33-6BBD
/dev/fuse 239G 4.6G 234G 2% /mnt/user/0/9C33-6BBD
rk3588_t:/ #
rk3588_t:/ # df -T
df: Unknown option 'T' (see "df --help")
1|rk3588_t:/ #
1|rk3588_t:/ # cd /m
metadata/ mnt/
1|rk3588_t:/ # cd /mnt/media_rw/9C33-6BBD/
rk3588_t:/mnt/media_rw/9C33-6BBD # ls -l
total 4833024
-rwxrwxrw- 1 root media_rw 1131762455 2022-03-10 07:26 1.mp4
-rwxrwxrw- 1 root media_rw 235026155 2023-10-17 06:59 4kl.mp4
drwxrwxrw- 2 root media_rw 262144 2024-08-10 13:15 Alarms
drwxrwxrw- 2 root media_rw 262144 2024-08-10 13:15 Audiobooks
drwxrwxrw- 2 root media_rw 262144 2024-08-10 13:15 DCIM
drwxrwxrw- 2 root media_rw 262144 2024-08-10 13:15 Documents
drwxrwxrw- 2 root media_rw 262144 2024-08-10 13:15 Download
drwxrwxrw- 3 root media_rw 262144 2024-08-10 13:15 Movies
drwxrwxrw- 3 root media_rw 262144 2024-08-10 13:15 Music
drwxrwxrw- 2 root media_rw 262144 2024-08-10 13:15 Notifications
drwxrwxrw- 3 root media_rw 262144 2024-08-10 13:15 Pictures
drwxrwxrw- 2 root media_rw 262144 2024-08-10 13:15 Podcasts
drwxrwxrw- 2 root media_rw 262144 2024-08-10 13:15 Recordings
drwxrwxrw- 2 root media_rw 262144 2024-08-10 13:15 Ringtones
drwxrwxrw- 2 root media_rw 262144 2024-08-10 13:12 System\ Volume\ Information
-rwxrwxrw- 1 root media_rw 3578464335 2024-07-23 02:53 fpga110000-9520-1080p60a.mp4
rk3588_t:/mnt/media_rw/9C33-6BBD #
rk3588_t:/mnt/media_rw/9C33-6BBD #
打开256GB的exFAT格式的TF卡的效果图:
Microsoft Windows [版本 10.0.22621.3296]
(c) Microsoft Corporation。保留所有权利。
C:\Users\QQ>adb shell
rk3588_t:/ $ mount
tmpfs on /dev type tmpfs (rw,seclabel,nosuid,relatime,size=1995600k,nr_inodes=498900,mode=755)
devpts on /dev/pts type devpts (rw,seclabel,relatime,mode=600,ptmxmode=000)
proc on /proc type proc (rw,relatime,gid=3009,hidepid=invisible)
sysfs on /sys type sysfs (rw,seclabel,relatime)
selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime)
tmpfs on /mnt type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,size=1995600k,nr_inodes=498900,mode=755,gid=1000)
/dev/block/mmcblk0p11 on /metadata type ext4 (rw,sync,seclabel,nosuid,nodev,noatime,discard)
/dev/block/dm-0 on / type ext4 (ro,seclabel,nodev,relatime)
/dev/block/dm-3 on /vendor type ext4 (ro,seclabel,relatime)
/dev/block/dm-5 on /odm type ext4 (ro,seclabel,relatime)
/dev/block/dm-1 on /system_dlkm type ext4 (ro,seclabel,relatime)
/dev/block/dm-2 on /system_ext type ext4 (ro,seclabel,relatime)
/dev/block/dm-4 on /vendor_dlkm type ext4 (ro,seclabel,relatime)
/dev/block/dm-6 on /odm_dlkm type ext4 (ro,seclabel,relatime)
/dev/block/dm-7 on /product type ext4 (ro,seclabel,relatime)
tmpfs on /apex type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,size=1995600k,nr_inodes=498900,mode=755)
tmpfs on /linkerconfig type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,size=1995600k,nr_inodes=498900,mode=755)
tmpfs on /mnt/installer type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,size=1995600k,nr_inodes=498900,mode=755,gid=1000)
tmpfs on /mnt/androidwritable type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,size=1995600k,nr_inodes=498900,mode=755,gid=1000)
none on /dev/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
none on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,memory_recursiveprot)
none on /dev/cpuctl type cgroup (rw,nosuid,nodev,noexec,relatime,cpu)
none on /dev/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,noprefix,release_agent=/sbin/cpuset_release_agent)
none on /dev/memcg type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
tmpfs on /linkerconfig type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,size=1995600k,nr_inodes=498900,mode=755)
/dev/block/dm-0 on /apex/com.android.adbd type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.adservices type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.appsearch type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.art type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.btservices type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.conscrypt type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.extservices type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.i18n type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.ipsec type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.media type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.media.swcodec type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.mediaprovider type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.neuralnetworks type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.ondevicepersonalization type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.os.statsd type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.permission type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.resolv type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.runtime type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.scheduling type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.sdkext type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.tethering type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.tzdata type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.uwb type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.vndk.v33 type ext4 (ro,seclabel,relatime)
/dev/block/dm-0 on /apex/com.android.wifi type ext4 (ro,seclabel,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,seclabel,relatime,gid=3012,mode=755)
/sys/kernel/debug on /sys/kernel/debug type debugfs (rw,seclabel,relatime)
/sys/kernel/debug/tracing on /sys/kernel/debug/tracing type tracefs (rw,seclabel,relatime,gid=3012,mode=755)
none on /config type configfs (rw,nosuid,nodev,noexec,relatime)
binder on /dev/binderfs type binder (rw,relatime,max=1048576,stats=global)
none on /sys/fs/fuse/connections type fusectl (rw,relatime)
none on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime)
pstore on /sys/fs/pstore type pstore (rw,seclabel,nosuid,nodev,noexec,relatime)
/dev/block/mmcblk0p10 on /cache type ext4 (rw,seclabel,nosuid,nodev,noatime,nodiratime,discard,noauto_da_alloc)
tmpfs on /storage type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,size=1995600k,nr_inodes=498900,mode=755,gid=1000)
/dev/block/mmcblk0p15 on /data type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /data/user/0 type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
tmpfs on /data_mirror type tmpfs (rw,seclabel,nosuid,nodev,noexec,relatime,size=1995600k,nr_inodes=498900,mode=700,gid=1000)
/dev/block/mmcblk0p15 on /data_mirror/data_ce/null type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /data_mirror/data_ce/null/0 type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /data_mirror/data_de/null type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /data_mirror/misc_ce/null type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /data_mirror/misc_de/null type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /data_mirror/cur_profiles type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /data_mirror/ref_profiles type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
adb on /dev/usb-ffs/adb type functionfs (rw,relatime)
mtp on /dev/usb-ffs/mtp type functionfs (rw,relatime)
ptp on /dev/usb-ffs/ptp type functionfs (rw,relatime)
/dev/fuse on /mnt/user/0/emulated type fuse (rw,lazytime,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,allow_other)
/dev/fuse on /mnt/installer/0/emulated type fuse (rw,lazytime,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,allow_other)
/dev/fuse on /mnt/androidwritable/0/emulated type fuse (rw,lazytime,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,allow_other)
/dev/fuse on /storage/emulated type fuse (rw,lazytime,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,allow_other)
/dev/block/mmcblk0p15 on /mnt/pass_through/0/emulated type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /mnt/user/0/emulated/0/Android/data type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /storage/emulated/0/Android/data type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /mnt/androidwritable/0/emulated/0/Android/data type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /mnt/installer/0/emulated/0/Android/data type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /mnt/user/0/emulated/0/Android/obb type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /storage/emulated/0/Android/obb type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /mnt/androidwritable/0/emulated/0/Android/obb type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/mmcblk0p15 on /mnt/installer/0/emulated/0/Android/obb type ext4 (rw,seclabel,nosuid,nodev,noatime,discard,noauto_da_alloc,resgid=1065,data=ordered)
/dev/block/vold/public:179,97 on /mnt/media_rw/9C33-6BBD type exfat (rw,dirsync,nosuid,nodev,noexec,noatime,gid=1023,fmask=0001,dmask=0001,allow_utime=0022,iocharset=utf8,errors=remount-ro)
/dev/fuse on /mnt/user/0/9C33-6BBD type fuse (rw,lazytime,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,allow_other)
/dev/fuse on /mnt/installer/0/9C33-6BBD type fuse (rw,lazytime,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,allow_other)
/dev/fuse on /mnt/androidwritable/0/9C33-6BBD type fuse (rw,lazytime,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,allow_other)
/dev/fuse on /storage/9C33-6BBD type fuse (rw,lazytime,nosuid,nodev,noexec,noatime,user_id=0,group_id=0,allow_other)
/dev/block/vold/public:179,97 on /mnt/pass_through/0/9C33-6BBD type exfat (rw,dirsync,nosuid,nodev,noexec,noatime,gid=1023,fmask=0001,dmask=0001,allow_utime=0022,iocharset=utf8,errors=remount-ro)
rk3588_t:/ $
console:/ $
console:/ $
console:/ $ su[ 26.442635][ T239] type=1107 audit(1723442597.876:309): uid=0 auid=4294967295 ses=4294967295 subj=u:r:init:s0 msg='avc: denied { set } for property=dumpstate.completed pid=560 uid=1000 gid=1000 scontext=u:r:system_server:s0 tcontext=u:object_r:dumpstate_prop:s0 tclass=property_service permissive=1'
[ 26.444649][ T1] init: starting service 'simple_bugreportd'...
[ 26.445753][ T1] init: Created socket '/dev/socket/dumpstate', mode 660, user 2000, group 1007
[ 26.452450][ T1] init: Control message: Processed ctl.start for 'simple_bugreportd' from pid: 560 (system_server)
[ 26.518295][ T234] logd: logdr: UID=0 GID=0 PID=2099 n tail=0 logMask=99 pid=0 start=0ns deadline=0ns
console:/ # [ 26.652671][ T234] logd: logdr: UID=0 GID=0 PID=2102 n tail=0 logMask=4 pid=0 start=0ns deadline=0ns
[ 26.679158][ T239] type=1400 audit(1723442598.113:310): avc: denied { read } for comm="dumpstate" name="summary" dev="debugfs" ino=12459 scontext=u:r:dumpstate:s0 tcontext=u:object_r:debugfs:s0 tclass=file permissive=1
[ 26.679284][ T239] type=1400 audit(1723442598.113:311): avc: denied { open } for comm="dumpstate" path="/sys/kernel/debug/dri/0/summary" dev="debugfs" ino=12459 scontext=u:r:dumpstate:s0 tcontext=u:object_r:debugfs:s0 tclass=file permissive=1
[ 26.693950][ T2105] audit: audit_lost=76 audit_rate_limit=5 audit_backlog_limit=64
[ 26.693969][ T2105] audit: rate limit exceeded
console:/ #
console:/ #
console:/ #
console:/ # [ 27.715863][ T1] init: Service 'simple_bugreportd' (pid 2097) exited with status 0 oneshot service took 1.266000 seconds in background
[ 27.715923][ T1] init: Sending signal 9 to service 'simple_bugreportd' (pid 2097) process group...
[ 27.716122][ T1] libprocessgroup: Successfully killed process cgroup uid 0 pid 2097 in 0ms
[ 28.743126][ T2114] audit: audit_lost=86 audit_rate_limit=5 audit_backlog_limit=64
[ 28.743171][ T2114] audit: rate limit exceeded
console:/ #
console:/ # [ 34.017686][ T239] type=1400 audit(1723442605.453:356): avc: denied { use } for comm="binder:345_2" path="socket:[72005]" dev="sockfs" ino=72005 scontext=u:r:netd:s0 tcontext=u:r:getagpsdata:s0 tclass=fd permissive=1
console:/ #
console:/ #
console:/ #
console:/ # getprop ro.build.version.release
13
console:/ #
console:/ # [ 59.191048][ T239] type=1400 audit(1723442630.626:357): avc: denied { getattr } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[ 59.191322][ T239] type=1400 audit(1723442630.626:358): avc: denied { execute } for comm="getagpsdata.sh" name="ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[ 59.191434][ T239] type=1400 audit(1723442630.626:359): avc: denied { read open } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[ 59.191527][ T239] type=1400 audit(1723442630.626:360): avc: denied { execute_no_trans } for comm="getagpsdata.sh" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[ 59.191827][ T239] type=1400 audit(1723442630.626:361): avc: denied { map } for comm="ping" path="/system/bin/ping" dev="dm-0" ino=1609 scontext=u:r:getagpsdata:s0 tcontext=u:object_r:system_file:s0 tclass=file permissive=1
[ 59.198558][ T239] type=1400 audit(1723442630.633:362): avc: denied { create } for comm="ping" scontext=u:r:getagpsdata:s0 tcontext=u:r:getagpsdata:s0 tclass=udp_socket permissive=1
[ 59.198660][ T417] audit: audit_lost=113 audit_rate_limit=5 audit_backlog_limit=64
[ 59.198670][ T417] audit: rate limit exceeded
[ 59.198685][ T239] type=1400 audit(1723442630.633:363): avc: denied { getopt } for comm="ping" scontext=u:r:getagpsdata:s0 tcontext=u:r:getagpsdata:s0 tclass=udp_socket permissive=1
[ 59.198781][ T239] type=1400 audit(1723442630.633:364): avc: denied { read write } for comm="binder:345_2" path="socket:[75779]" dev="sockfs" ino=75779 scontext=u:r:netd:s0 tcontext=u:r:getagpsdata:s0 tclass=udp_socket permissive=1
[ 59.198872][ T239] type=1400 audit(1723442630.633:365): avc: denied { getopt } for comm="binder:345_2" scontext=u:r:netd:s0 tcontext=u:r:getagpsdata:s0 tclass=udp_socket permissive=1
[ 67.840657][ T368] healthd: battery l=50 v=3 t=2.6 h=2 st=3 c=-1600 fc=100 chg=au
[ 74.307356][ T239] type=1400 audit(1723442645.743:374): avc: denied { connectto } for comm="ping" path="/dev/socket/fwmarkd" scontext=u:r:getagpsdata:s0 tcontext=u:r:netd:s0 tclass=unix_stream_socket permissive=1
console:/ #
console:/ #
console:/ # fdisk -l
/system/bin/sh: fdisk: inaccessible or not found
127|console:/ #
127|console:/ #
127|console:/ # busybox fdisk -l
console:/ #
console:/ #
console:/ # whereis fdisk
/system/bin/sh: whereis: inaccessible or not found
127|console:/ #
127|console:/ # [ 127.840577][ T368] healthd: battery l=50 v=3 t=2.6 h=2 st=3 c=-1600 fc=100 chg=au
127|console:/ #
127|console:/ #
127|console:/ # busybox
BusyBox v1.22.1 (2014-11-27 12:30:44 CST) multi-call binary.
BusyBox is copyrighted by many authors between 1998-2012.
Licensed under GPLv2. See source distribution for detailed
copyright notices.
Usage: busybox [function [arguments]...]
or: busybox --list
or: function [arguments]...
BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable. Most people will create a
link to busybox for each function they wish to use and BusyBox
will act like whatever it was invoked as.
Currently defined functions:
[, [[, ar, arp, ash, awk, base64, basename, bash, beep, blkid,
blockdev, bootchartd, bunzip2, bzcat, bzip2, cal, cat, catv, chat,
chattr, chgrp, chmod, chown, chpst, chroot, chrt, chvt, cksum, clear,
cmp, comm, cp, cpio, crond, crontab, cttyhack, cut, dc, dd, deallocvt,
depmod, devmem, df, diff, dirname, dmesg, dnsd, dos2unix, dpkg,
dpkg-deb, du, dumpkmap, echo, ed, egrep, env, envdir, envuidgid,
expand, expr, fakeidentd, false, fbset, fbsplash, fdflush, fdformat,
fdisk, fgconsole, fgrep, find, findfs, flash_lock, flash_unlock,
flashcp, flock, fold, free, freeramdisk, fstrim, fsync, ftpd, ftpget,
ftpput, fuser, getopt, grep, gunzip, gzip, halt, hd, hdparm, head,
hexdump, httpd, hwclock, ifconfig, ifdown, ifup, init, inotifyd,
insmod, install, iostat, ip, ipaddr, ipcalc, iplink, iproute, iprule,
iptunnel, klogd, less, linuxrc, ln, loadkmap, losetup, lpd, lpq, lpr,
ls, lsattr, lsmod, lsof, lspci, lsusb, lzcat, lzma, lzop, lzopcat,
makedevs, makemime, man, md5sum, mdev, mesg, mkdir, mkfifo, mknod,
mkswap, mktemp, modinfo, modprobe, more, mount, mpstat, mv, nanddump,
nbd-client, nc, netstat, nice, nmeter, nohup, od, openvt, patch, pidof,
ping, pipe_progress, pkill, pmap, popmaildir, poweroff, powertop,
printenv, printf, ps, pscan, pstree, pwd, pwdx, raidautorun, rdev,
readlink, readprofile, realpath, reboot, reformime, renice, reset,
resize, rev, rm, rmdir, rmmod, route, rpm, rpm2cpio, rtcwake,
run-parts, runsv, runsvdir, rx, script, scriptreplay, sed, sendmail,
seq, setconsole, setkeycodes, setlogcons, setserial, setsid, setuidgid,
sh, sha1sum, sha256sum, sha3sum, sha512sum, showkey, sleep, smemcap,
softlimit, sort, split, start-stop-daemon, strings, stty, sum, sv,
svlogd, switch_root, sync, sysctl, tac, tail, tar, tcpsvd, tee, telnet,
telnetd, test, tftp, tftpd, time, timeout, top, tr, traceroute, true,
ttysize, tunctl, tune2fs, udhcpc, udpsvd, umount, uname, uncompress,
unexpand, uniq, unix2dos, unlzma, unlzop, unxz, unzip, uptime, usleep,
uudecode, uuencode, vconfig, vi, volname, watch, wc, wget, which,
whoami, whois, xargs, xz, xzcat, yes, zcat
console:/ # [ 187.840103][ T368] healthd: battery l=50 v=3 t=2.6 h=2 st=3 c=-1600 fc=100 chg=au
[ 247.840303][ T368] healthd: battery l=50 v=3 t=2.6 h=2 st=3 c=-1600 fc=100 chg=au
console:/ #
console:/ # busybox fdisk --help
console:/ # busybox fdisk --v
busybox: unrecognized option `--v'
1|console:/ #
1|console:/ # busybox fdisk --version
busybox: unrecognized option `--version'
1|console:/ #
1|console:/ #
1|console:/ # busybox fdisk -V
busybox: invalid option -- V
1|console:/ #
相关文章:

20240810在荣品RK3588S-AHD开发板的预置Android13下挂载exFAT的256GB的TF卡
df -h mount fdisk无效 20240810在荣品RK3588S-AHD开发板的预置Android13下挂载exFAT的256GB的TF卡 2024/8/10 21:19 缘起:当时比较便宜96.9¥/想看看256GB的TF卡的高速卡的效果,就在京东入手了3张三星的高速TF卡。最近在弄RK3588S,…...

java基础进阶——log日志、类加载器、XML、单元测试、注解、枚举类
前言 这篇内容主要掌握的就是logback使用、理解类加载器、XML文件的编写,XML文档约束schema,用Dom4j解析XML文档,Xpath检索XML文档,完整使用Junit单元测试框架常用部分,注解的定义和使用,枚举类的定义和开发…...

《向量数据库指南》——控制Chatbot对话内容:Dopple AI的创新实践与用户体验优化
控制Chatbot对话内容:Dopple AI的创新实践与用户体验优化 在Chatbot技术日益成熟的今天,如何有效地控制对话内容,以满足用户多样化的需求,成为了开发者们关注的焦点。Dopple AI,作为一款先进的聊天机器人平台,通过其独特的交互设计和后端技术支持,为用户提供了前所未有…...

构建实时数据仓库:流式处理与实时计算技术解析
目录 一、流式处理 请求与响应 批处理 二、实时计算 三、Lambda架构 Lambda架构的缺点 四、Kappa架构 五、实时数据仓库解决方案 近年来随着业务领域的不断拓展,尤其像互联网、无线终端APP等行业应用的激增,产生的数据量呈指数级增长,对海量数…...
python算术表达式遗传算法
import random import operator import math# 定义可能的运算符和操作 ops {: ,-: -,*: *,/: /,sin: math.sin,cos: math.cos }# 随机生成一个表达式(个体) def generate_expression(depth0):if depth > 2: # 限制表达式的最大深度return str(rando…...

net.sf.jsqlparser.statement.select.SelectItem
今天一启动项目,出现了这个错误,仔细想了想,应该是昨天合并代码,导致的mybatis-plus版本冲突,以及分页PageHelper版本不兼容 可以看见这个我是最下边的 Caused by 报错信息,这个地方提示我 net .s…...
lua匹配MAC地址 正则表达式
LUA的正则表达式匹配很弱智,能不用lua就不要用lua。 %x表示十六进制数值 (%x%x):(%x%x):(%x%x):(%x%x):(%x%x):(%x%x)它不允许这样用: ((%x%x):){5}(%x%x)mac这还算好办,ipv4就难了,ipv6不可能,这样写下来那一串表达…...
Chainlit快速实现AI对话应用并将聊天数据的AWS S3 和 Azure Blob云服务中
自定义数据层 Literal AI 提供了最简单的方法来保存、分析和监控您的数据。 如果您正在考虑实现自定义数据层,请查看此处的示例以获取一些启发。 此外,我们非常希望看到社区主导的开源数据层实现并将其列在这里。如果您有兴趣做出贡献,请通过 Discord 与我们联系。 您需…...

浅谈性能优化(基于C++)
本文主要针对C的性能优化方法展开讨论。虽然这些方法也适用于一些其他语言,但由于C经常用于底层操作,提供了更多的优化空间;相比之下,诸如Python、Kotlin等高级语言由于其抽象程度更高,优化空间较少。 性能优化原理 …...

Python 报错:ModuleNotFoundError: No module named ‘Crypto‘
Crypto报错解决方案 Python 报错:ModuleNotFoundError: No module named Crypto前言问题解决方案 Python 报错:ModuleNotFoundError: No module named ‘Crypto’ 前言 Crypto是一个加密模块,它包含了多种加密算法,如 AES、DES、…...
UE(User Equipment) 和 UA(User Agent)
UE(User Equipment) UE 是 用户设备,这是一个泛指的术语,涵盖了所有类型的终端设备,例如手机、电脑、平板、智能手表等。这些设备可以连接到网络并进行通信。UE可以包含多种功能,包括对话(语音…...

视觉SLAM ch3补充——在Linux中配置VScode以及CMakeLists如何添加Eigen库
ch3中的所有代码,除了在kdevelop中运行,还可以在VScode中运行。下面将简要演示配置过程,代码不再做解答,详细内容在下面的文章中。(这一节中的pangolin由于安装过程中会出现很多问题,且后续内容用不到该平台…...

开关电源:优化电子产品中的能源使用
电压转换器是许多技术系统的支柱。根据应用的不同,所需的电源单元由变压器、整流器 AC/DC 转换器实现。当高性能开关电源尚未上市时,几乎只使用 50 Hz 变压器解决方案。 电源注意事项 电能几乎完全以三相电流的形式提供,系统电压为 10 ...3…...

Java语言程序设计——篇十三(2)
🌿🌿🌿跟随博主脚步,从这里开始→博主主页🌿🌿🌿 欢迎大家:这里是我的学习笔记、总结知识的地方,喜欢的话请三连,有问题可以私信🌳🌳&…...

python结合csv和正则实现条件筛选数据统计分数
前景提要: 有一个项目的数值和员工统计的对不上,如果一页一页翻找自己手动算,一个就有16、7页, 功能实现 1、创建csv文件 需要将每一个模块的所有数据头提取出来,这个可以直接用爬虫或者手工复制出来,因…...
Ubuntu系统的基础操作和使用|Linux|安装|网络连接|更新与升级系统|系统维护|故障排除|监控|桌面环境|虚拟机|快捷键
目录 1. Ubuntu系统的安装与初步设置 1.1 下载与安装Ubuntu 1.2 创建用户和设置密码 1.3 配置网络连接 1.4 更新与升级系统 2. Ubuntu的基本操作 2.1 文件与目录管理 2.2 系统进程管理 2.3 软件安装与管理 2.4 权限与用户管理 3. 系统维护与故障排除 3.1 系统日志查…...
day 38
2824.统计和小于目标的下标对数目 int countPairs(int* nums, int numsSize, int target){int x0;for(int i0;i<numsSize;i){for(int ji1;j<numsSize;j){if(nums[i]nums[j]<target){x;}}}return x; }2951.找出峰值 int* findPeaks(int* mountain, int mountainSize,…...

352532
c语言中的小小白-CSDN博客c语言中的小小白关注算法,c,c语言,贪心算法,链表,mysql,动态规划,后端,线性回归,数据结构,排序算法领域.https://blog.csdn.net/bhbcdxb123?spm1001.2014.3001.5343 给大家分享一句我很喜欢我话: 知不足而奋进,望远山而前行&am…...
Day.38 | 1143.最长公共子序列 1035.不相交的线 53.最大子序和 392.判断子序列
1143.最长公共子序列 要点:dp[i][j] dp[i - 1][j - 1] 1; dp[i][j] max(dp[i - 1][j], dp[i][j - 1]); class Solution { public:int longestCommonSubsequence(string text1, string text2) {vector<vector<int>> dp(text1.size() 1, vector<…...

pytorch 3 计算图
计算图结构 分析: 起始节点 ab 5 - 3ac 2b 3d 5b 6e 7c d^2f 2e最终输出 g 3f - o(其中 o 是另一个输入) 前向传播 前向传播按照上述顺序计算每个节点的值。 反向传播过程 反向传播的目标是计算损失函数(这里假设为…...

多云管理“拦路虎”:深入解析网络互联、身份同步与成本可视化的技术复杂度
一、引言:多云环境的技术复杂性本质 企业采用多云策略已从技术选型升维至生存刚需。当业务系统分散部署在多个云平台时,基础设施的技术债呈现指数级积累。网络连接、身份认证、成本管理这三大核心挑战相互嵌套:跨云网络构建数据…...

Xshell远程连接Kali(默认 | 私钥)Note版
前言:xshell远程连接,私钥连接和常规默认连接 任务一 开启ssh服务 service ssh status //查看ssh服务状态 service ssh start //开启ssh服务 update-rc.d ssh enable //开启自启动ssh服务 任务二 修改配置文件 vi /etc/ssh/ssh_config //第一…...
将对透视变换后的图像使用Otsu进行阈值化,来分离黑色和白色像素。这句话中的Otsu是什么意思?
Otsu 是一种自动阈值化方法,用于将图像分割为前景和背景。它通过最小化图像的类内方差或等价地最大化类间方差来选择最佳阈值。这种方法特别适用于图像的二值化处理,能够自动确定一个阈值,将图像中的像素分为黑色和白色两类。 Otsu 方法的原…...
Python爬虫(二):爬虫完整流程
爬虫完整流程详解(7大核心步骤实战技巧) 一、爬虫完整工作流程 以下是爬虫开发的完整流程,我将结合具体技术点和实战经验展开说明: 1. 目标分析与前期准备 网站技术分析: 使用浏览器开发者工具(F12&…...

DIY|Mac 搭建 ESP-IDF 开发环境及编译小智 AI
前一阵子在百度 AI 开发者大会上,看到基于小智 AI DIY 玩具的演示,感觉有点意思,想着自己也来试试。 如果只是想烧录现成的固件,乐鑫官方除了提供了 Windows 版本的 Flash 下载工具 之外,还提供了基于网页版的 ESP LA…...

Module Federation 和 Native Federation 的比较
前言 Module Federation 是 Webpack 5 引入的微前端架构方案,允许不同独立构建的应用在运行时动态共享模块。 Native Federation 是 Angular 官方基于 Module Federation 理念实现的专为 Angular 优化的微前端方案。 概念解析 Module Federation (模块联邦) Modul…...

C++ 求圆面积的程序(Program to find area of a circle)
给定半径r,求圆的面积。圆的面积应精确到小数点后5位。 例子: 输入:r 5 输出:78.53982 解释:由于面积 PI * r * r 3.14159265358979323846 * 5 * 5 78.53982,因为我们只保留小数点后 5 位数字。 输…...

用docker来安装部署freeswitch记录
今天刚才测试一个callcenter的项目,所以尝试安装freeswitch 1、使用轩辕镜像 - 中国开发者首选的专业 Docker 镜像加速服务平台 编辑下面/etc/docker/daemon.json文件为 {"registry-mirrors": ["https://docker.xuanyuan.me"] }同时可以进入轩…...

Redis数据倾斜问题解决
Redis 数据倾斜问题解析与解决方案 什么是 Redis 数据倾斜 Redis 数据倾斜指的是在 Redis 集群中,部分节点存储的数据量或访问量远高于其他节点,导致这些节点负载过高,影响整体性能。 数据倾斜的主要表现 部分节点内存使用率远高于其他节…...

如何理解 IP 数据报中的 TTL?
目录 前言理解 前言 面试灵魂一问:说说对 IP 数据报中 TTL 的理解?我们都知道,IP 数据报由首部和数据两部分组成,首部又分为两部分:固定部分和可变部分,共占 20 字节,而即将讨论的 TTL 就位于首…...