The goal is to get my ntfs 6TB drive in fstab and mounted, pass it through to a VM, test some files and then get the data off. Once the data is off I want to reformat the drive in proxmox so it's not NTFS anymore and use it as a media drive. Im not knowledgable about mounting so i used a guide
looking any help possible to figure out the mounting and advice on getting the data off > reformatting the drive > getting data back onto the drive, thanks!
running into some errors mounting an NTFS drive in proxmox, here's the output below:
MOUNT -A
FSTAB
looking any help possible to figure out the mounting and advice on getting the data off > reformatting the drive > getting data back onto the drive, thanks!
running into some errors mounting an NTFS drive in proxmox, here's the output below:
MOUNT -A
Code:
root@proxmox:~# mount -a
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)
Could not mount read-write, trying read-only
FSTAB
Code:
cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=96B4-53D0 /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
# syntax to use for fstab mounting
# UUID="YOUR-UID-HERE" /mnt/ntfs/ ntfs nls-utf8,umask-0222,uid-1000,gid-1000,ro 0 0
UUID="xxxxxxxxxxxxxxxxx" /mnt/ntfs/ ntfs nls-utf8,umask-0222,uid-1000,gid-1000,rw 0 0