I've connected via USB new HDD disk. In my homelab data center it's viisble as 1 TB disk however when I mount it and add as directory I can see only ~65GB. Why is it so?
First its not ideal to use NTFS on linux as its Microsoft propietary and therefore not well optimized and with missing features if you compare it against a linux filesystem like ext4 or xfs. If you just want to use that USB HDD with PVE I would suggest formating it to something else like ext4 or xfs.
Second point is that you need to set the "is_mountpoint" option for a directory storage if it is pointing to a mountpoint. That can only be done using CLI with pvesm YourStorageName --is_mountpoint yes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.