搜索资源列表
zwyFat32_analyze
- 主要是针对FAT32文件系统的一些比较重要的几个数据结构的描述和详细的介绍,对于想了解FAT32文件系统的是比较好的资料-FAT32 file system, mainly for some of the more important are the descr iption and the data structure in detail, those who want to understand the FAT32 file system is a better data
SD_GCC_piaodown
- SD卡的FAT32文件系统 SD卡格式化成FAT32文件系统 基于单片机的SD卡FAT32文件系统,使用protues仿真,方便无开发板的童鞋学习。 SD卡的FAT32文件系统 怎样将SD卡格式化成FAT32文件系统? fat32格式在linux中叫做vfat,是一种window和linux都能识别的文件系统 1)首先切换到root权限: $su - root 2)查找SD的设备名称: #ls /dev/sd* 然后插入SD卡,再次输入上面的命令 ls /d