We are using VxWorks 6.7 to build our RTOS. We have enabled RAM Disk in Project configuration. While executing vxshell I can see the disk /ram0. But I cannot access it. How may I access it?
000ADB16E9B6> vxshell
-> VxWorks Shell Password: ********
CLI suspended.
Type "exit" to return to the CLI.
<vx> cmd
[vxWorks]# devs
drv name
0 /null
1 /tyCo/0
1 /tyCo/1
4 /ram0
3 /ram
8 /vio
5 /pty/rmt_c4b8c8.S
6 /pty/rmt_c4b8c8.M
5 /pty/rmt_c5a3c8.S
6 /pty/rmt_c5a3c8.M
5 /pty/rmt_c68ec8.S
6 /pty/rmt_c68ec8.M
5 /pty/rmt_c779c8.S
6 /pty/rmt_c779c8.M
5 /pty/rmt_c864c8.S
6 /pty/rmt_c864c8.M
[vxWorks]# cd /ram0
cd: error = 0x16.
[vxWorks]# ls /ram0
Can't open "/ram0".
[vxWorks]#