Step 1: Mount QNX6 Filesystem based USB

We can format the USB in QNX6 filesystem format using mkqnx6fs command and then mount as like below command,

# mkqnx6fs /dev/hd1

# mount -t qnx6 -o sync=none /dev/hd1 /usb

Last updated