I have connected a NTFS drive to my proxmox server and can see the drive under the node shell with the fdisk -l command:
Disk /dev/sdd: 7.3 TiB, 8001563222016 bytes, 15628053168 sectors
Disk model: WDC WD80EFAX-68K
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 1DAE0D28-1330-4E25-8BFC-2E8C435C18E6
Device Start End Sectors Size Type
/dev/sdd1 34 262177 262144 128M Microsoft reserved
/dev/sdd2 264192 15628052479 15627788288 7.3T Microsoft basic data
Partition 1 does not start on physical sector boundary.
when connected to ubuntu and plex with the command fdisk -l:
I only get my boot drive and no other drives.
How do I add an entry to /fstab to mount this NTFS drive ?? I tried ntfs-3g but the drive is not available.
Disk /dev/sdd: 7.3 TiB, 8001563222016 bytes, 15628053168 sectors
Disk model: WDC WD80EFAX-68K
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 1DAE0D28-1330-4E25-8BFC-2E8C435C18E6
Device Start End Sectors Size Type
/dev/sdd1 34 262177 262144 128M Microsoft reserved
/dev/sdd2 264192 15628052479 15627788288 7.3T Microsoft basic data
Partition 1 does not start on physical sector boundary.
when connected to ubuntu and plex with the command fdisk -l:
I only get my boot drive and no other drives.
How do I add an entry to /fstab to mount this NTFS drive ?? I tried ntfs-3g but the drive is not available.