====== cfnet-fs CFHEADER Mode ======
{{ cfnet:cfheader:cfnet_cfheader_io_modules.png }}
Run ''cfnet-fs'' as shown below to use cfnet-fs on any ARM64 Linux device connected to one or more [[:cfnet:cfheader:connecting_to_usb_host:index|CFHEADER]] modules.
cfnet-fs {mount-point} cfheader {cfheader-address}
For example, if you are using a single [[:cfnet:cfheader:index|CFHEADER]] module configured for address 0:
cfnet-fs /tmp/cfheader0 cfheader 0
If you have multiple [[:cfnet:cfheader:index|CFHEADER]] modules (e.g. one configured for address 0, and the other for address 1):
cfnet-fs /tmp/cfheader0 cfheader 0
cfnet-fs /tmp/cfheader1 cfheader 1
[[cfnet-fs:getting_started:index|Back]]