![Nexcom EBC-3A1 Series User Manual Download Page 50](http://html.mh-extra.com/html/nexcom/ebc-3a1-series/ebc-3a1-series_user-manual_1681443050.webp)
50
3.5.2.
Storage Filesystem
Formats
EBC-3011 provides below file system formats:
File System Formats
EXT2
EXT3
EXT4
VFAT
MSDOS
NTFS
JFFS2
UBIFS
TMPFS
NFS
EBC-3011 supports udev which is a device manager for the Linux kernel, and when user
hotplug SD or USB flash, udev will auto mount the device.
SPI Flash Storage
ICM-3011 provided 8Mb SPI Flash for user. The device node is “/dev/mtdblock0”.
Example:
#1: Format to VFAT, and mount:
root@ICM-3011:~# mkfs.vfat /dev/mtdblock0
mkfs.vfat 2.11 (12 Mar 2005)
root@ICM-3011:~# mkdir /media/mtdblock0
root@ICM-3011:~# mount /dev/mtdblock0 /media/mtdblock0/
root@ICM-3011:~# mount | grep mtdblock0
/dev/mtdblock0 on /media/mtdblock0 type vfat
(rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-
1,shortname=mixed,errors=remount-ro)
root@ICM-3011:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 2958224 781628 2006612 29% /
devtmpfs 379220 72 379148 1% /dev
tmpfs 40 0 40 0% /mnt/.psplash
tmpfs 510468 276 510192 1% /run
tmpfs 510468 156 510312 1% /var/volatile
/dev/mmcblk0p2 27633 395 24945 2% /media/mmcblk0p2
/dev/mmcblk0p9 511728 0 511728 0% /media/mmcblk0p9
/dev/mmcblk0p10 90940 7172 83768 8% /media/mmcblk0p10
/dev/mtdblock0 8034 0 8034 0% /media/mtdblock0
Summary of Contents for EBC-3A1 Series
Page 9: ...9 ...
Page 10: ...10 Chapter 1 Product Overview This chapter provides background information of EBC 3A1 ...
Page 13: ...13 1 3 Block Diagram ...
Page 24: ...24 2 4 Mechanical Drawing ...
Page 25: ...25 Chapter 3 Software User Guide This chapter details the Linux operation on EBC 3A1 ...
Page 65: ...65 Chapter 5 BSP This chapter introduces how to get board BSP board support package ...