How I can make USB writable ?
root@pve:~# mount /dev/sdb1 /mnt/usb -o umask=000
root@pve:~# ls -l /mnt/
total 20
drwxr-xr-x 3 root root 4096 Mar 3 15:08 config
drwxr-xr-x 3 root root 4096 Mar 3 15:08 export
drwxr-xr-x 5 root root 4096 Mar 3 14:17 images
dr-xr-xr-x 1 root root 8192 Dec 30 2015 usb
I tried few things , it is still read-only
root@pve:~# mount /dev/sdb1 /mnt/usb -o umask=000
root@pve:~# ls -l /mnt/
total 20
drwxr-xr-x 3 root root 4096 Mar 3 15:08 config
drwxr-xr-x 3 root root 4096 Mar 3 15:08 export
drwxr-xr-x 5 root root 4096 Mar 3 14:17 images
dr-xr-xr-x 1 root root 8192 Dec 30 2015 usb
I tried few things , it is still read-only