TX1上挂载SD卡

本文介绍了在TX1上挂载SD卡的步骤。首先使用`sudo fdisk -l`命令查找SD卡位置,然后在/mnt创建挂载点,并通过`sudo mount`命令进行挂载。使用`ls -l`和`mount`检查挂载状态,最后用`sudo umount`卸载SD卡。遇到SD卡不可读问题,检查读卡器是否锁定。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

插入SD卡后,输入

$ sudo fdisk -l

可以看到SD卡的位置

/dev/mmcblk1p1

Disk /dev/mmcblk1: 29.7 GiB, 31914983424 bytes, 62333952 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xdcef3dbc

Device         Boot Start      End  Sectors  Size Id Type
/dev/mmcblk1p1       8192 62333951 62325760 29.7G  c W95 FAT32 (LBA)

在/mnt目录下新建挂载点

sudo mkdir /mnt/sd1

输入下面的指令可以将SD卡挂载到刚才建立的挂载点

$ sudo mount /dev/mmcblk1p1 /mnt/sd1/

输入下面的指令可以看到挂载点的状况

$ ls -l /mnt/sd1/

total 16
drwxr-xr-x 2 ubuntu ubuntu 16384 May  9  2017 System Volume Information

再查看所有挂载设备

$ mount

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值