This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2024-11-03 20:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
539e851c5d
libvirt
/
tests
/
storagepoolxml2argvdata
/
pool-netfs-cifs.argv
6 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
storage: Format mount options before positional arguments Move calls to virStorageBackendFileSystemMountAddOptions earlier so that the options are formatted before the positional arguments. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
2021-04-06 14:40:42 +00:00
mount \
-o guest \
-t cifs \
//example.com/samba_share \
/mnt/cifs
Reference in New Issue
Copy Permalink