Mkdir doesn't work

Hi. I’m having trouble creating a directory as root on one of the Xavier cores. I’m connected to it via ssh.

# echo $USER
root
# pwd
/root
# mkdir test
mkdir: test: No such file or directory
#

What steps can I take to see what is wrong here?

Please provide the following info (check/uncheck the boxes after creating this topic):
Software Version
DRIVE OS Linux 5.2.6
DRIVE OS Linux 5.2.6 and DriveWorks 4.0
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other

Target Operating System
Linux
QNX
other

Hardware Platform
NVIDIA DRIVE™ AGX Xavier DevKit (E3550)
NVIDIA DRIVE™ AGX Pegasus DevKit (E3550)
other

SDK Manager Version
1.7.0.8846
other

Host Machine Version
native Ubuntu 18.04
other

Dear @DjordjeTTTech,
By default, root partition is read-only. Please see https://forums.developer.nvidia.com/t/driveos-qnx7-0-file-system-read-only-issue/189873/8 if it helps

I cannot access this link. ( Sorry, this page may have moved, doesn’t exist or is private.)

Also, how can I check/verify/modify these partitions and their permissions?
df and mount give me this:

# df
/dev/vblk_mnand0         8388576   5050008   3338568      61%  /               
/dev/vmtd_qspi0                0         0         0     100%  (~C)           
/dev/vblk_ufs1         150239232 150239232         0     100%                  
/dev/vblk_ufs0         336300032 336300032         0     100%                  
/dev/vblk_mnand3         8388608   8388608         0     100%                  
/dev/vblk_mnand2        37748736  37748736         0     100%                  
/dev/vblk_mnand1        16777216  16777216         0     100%                  
# 
# 
# mount
/dev/vblk_mnand0 on / type qnx6 
#

I don’ t see any partition named root.

Also, I don’t have problems making a dir in the / directory.

# mkdir /test
#

I have already performed this modification prior to flashing:

Change drive-t186ref-foundation/virtualization/pct/e3550b03-t194 a /qnx/boot_chain_storage_qspi.cfg file to +virtual_storage_ivc_ch=0x8<GID_VSC_SERVER>800623 from -virtual_storage_ivc_ch=0x8<GID_VSC_SERVER>810623

also I removed read-only statements from:
/drive-t186ref-qnx/bsp/device-tree/qnx-device-tree/platform/t19x/common/storage/tegra194-drive-storage-common-qnx-vm1.dtsi

Dear @DjordjeTTTech,
Please mount the partition and use like below. Does that serve purpose?

mkqnx6fs /dev/vblk_mnand1
mount /dev/vblk_mnand1 /mnt
# mkqnx6fs /dev/vblk_mnand1 
All files on /dev/vblk_mnand1 will be lost!
Confirm filesystem re-format (y) or (n): y
Format fs-qnx6: 2097148 blocks, 65536 inodes, 8 groups
# 
# 
# mount /dev/vblk_mnand1 /mnt
mount: Can't mount /mnt (type qnx6) 
mount: Possible reason: Permission denied 
# 

Dear @DjordjeTTTech,
We need few detaila…Please check your private message for further support.

addressed this topic offline.