1 2 #!/bin/bash sudo mount -o umask=0,uid=nobody,gid=nobody "$1" "$2"
1 2
#!/bin/bash sudo mount -o umask=0,uid=nobody,gid=nobody "$1" "$2"