1
0
mirror of https://github.com/PDP-10/stacken.git synced 2026-03-01 09:21:15 +00:00
Files
Lars Brinkhoff 6e18f5ebef Extract files from tape images.
Some tapes could not be extracted.
2021-01-29 10:47:33 +01:00

38 lines
947 B
Plaintext

*DISMOUNT
The format of the DISMOUNT command is
.DISMOUNT resource
Resource represents the name of the resource to be DISMOUNTed
and must be one of the following:
The physical or logical name of a device owned by your job
The name of a volume set owned by your job
The DISMOUNT command makes a resource unavailable to your job until
you request ownership of the resource with the MOUNT command.
/HELP
Prints a short description of the DISMOUNT command.
/NOTIFY
Sets the system to notify your job when the dismount is complete.
/NONOTIFY
Does not notify your job when the dismount is complete. This is the default
function if you do not specify /NOWAIT or /NOTIFY.
/NOWAIT
Does not wait for the dismount to be completed. This implies /NOTIFY.
/REMOVE
Removes the file structure from your job's search list.
/WAIT
Holds the job until the dismount is complete. This is a default
action.