github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/docs/source/markdown/podman-volume-unmount.1.md (about) 1 % podman-volume-unmount(1) 2 3 ## NAME 4 podman\-volume\-unmount - Unmount a volume 5 6 ## SYNOPSIS 7 **podman volume unmount** *volume* [...] 8 9 **podman volume umount** *volume* [...] 10 11 ## DESCRIPTION 12 Unmounts the specified volume, if there are no other containers 13 using it. 14 15 Volume storage increments a mount counter each time a volume is mounted. 16 When a volume is unmounted, the mount counter is decremented, and the 17 volume's filesystem is physically unmounted only when the mount 18 counter reaches zero indicating no other processes are using the mount. 19 20 ## EXAMPLE 21 22 Unmount volume with a given ID 23 ``` 24 podman volume unmount volumeID 25 ``` 26 27 Unmount multiple volumes with given IDs 28 ``` 29 podman volume unmount volumeID1 volumeID2 volumeID3 30 ``` 31 ## SEE ALSO 32 **[podman(1)](podman.1.md)**, **[podman-volume(1)](podman-volume.1.md)**, **[podman-volume-mount(1)](podman-volume-mount.1.md)**