In a UDFS, as in the "root" (/) and QOpenSys file systems, users can create directories, stream files, symbolic links, and local sockets.
/dev/QASPxx/udfs_name.udfs
/dev/device-description/udfs_name.udfs
A UDFS exists only in two states: mounted and unmounted. When you mount a UDFS, you can access the objects within it. When you unmount a UDFS, you cannot access the objects within it.
In order to access the objects within a UDFS, you must 'mount' the UDFS on a directory (for example, /home/JON). When you mount a UDFS on a directory, you cannot access the original contents of that directory. Also, you can access the contents of the UDFS through that directory. For example, the /home/JON directory contains a file /home/JON/payroll. A UDFS contains three directories mail, action, and outgoing. After mounting the UDFS on /home/JON, the /home/JON/payroll file is inaccessible, and the three directories become accessible as /home/JON/mail, /home/JON/action, and /home/JON/outgoing. After you unmount the UDFS, the /home/JON/payroll file is accessible again, and the three directories in the UDFS become inaccessible.