[SOLVED] mount issue??

killmasta93

Renowned Member
Aug 13, 2017
985
62
93
32
Hi,
i was wondering if someone else has had this issue before, before i had no issue mounting USB but for some odd reason keeps shows this READ only which is not possible tried other USB and same thing.
These are the steps i took

create directory:
mkdir /mnt/extbkp

then fdisk -l to find the USB

then i would just mount the USB

mount /dev/sdc1 /mnt/extbkp

which it mounts but on the WebGUI
i add a storage which is /mnt/extbkp/folder

and when i check on the content on the Webgui shows this error
mkdir /mnt/extbkp/dump: Read-only file system at /usr/share/perl5/PVE/Storage/Plugin.pm line 872. (500)

EDIT: so i had to add a folder called dump on the usb but now when i try to backup the VM to the usb i get this error

ERROR: Backup of VM 101 failed - unable to create temporary directory '/mnt/extbkp/dump/vzdump-qemu-101-2017_10_22-13_58_38.tmp' at /usr/share/perl5/PVE/VZDump.pm line 842.

Thank you

EDIT2: FIXED it i needed to have NTFS-3G installed, because from USB to proxmox no issue but from proxmox to USB thats the write issue
 
Last edited: