After a fully working proxmox server on a old pc I created a new proxmox server on better hardware.
Most of the node is working, but I have two questions remaining.
First Question:
I mounted an existing (shucked USB Western Digital drive with NTFS format) with:
After which I am able to see all files on the disk.
However, after a reboot I need to remount the drive. But as I've read I can also use fstab in order to make the mount more permanent.
A previous fstab I used, but seems to not be working fine right now is:
However, that was with the disk being used as USB, and I don't know what steps I previously performed.
Are the above mentioned settings alright? Should I add the drive on which the Proxmox OS is installed as well?
These are my connected drives:
Proxmox is installed on sda (SSD).
The NTSF drive is mounted on sdb
The nvme0n1 is currently empty (next step is to make RAID1 using this and NTSF drive).
Second Question:
I installed OpenMediaVault.
Added the drive with
Added the drive to shared folders with read/write permissions.
Enabled the the SMB/CIFS service by enabling it and selected the shared folder.
This way I am able to see the files on the disk, but one peculiar this is happening:
New files (either created by a computer using Windows Explorer on a added drive, or created on the disk with proxmox utilities) are not shown by the counterpart. As if the connection with computers is not updated.
What could be the cause of this?
Most of the node is working, but I have two questions remaining.
First Question:
I mounted an existing (shucked USB Western Digital drive with NTFS format) with:
Code:
mount /dev/sdb1 /mnt/Elements
After which I am able to see all files on the disk.
However, after a reboot I need to remount the drive. But as I've read I can also use fstab in order to make the mount more permanent.
A previous fstab I used, but seems to not be working fine right now is:
Code:
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=F84A17A64A1760A4 /mnt/Elements ntfs-3g rw,credentials=/etc/cifs-credentials,exec 0 2
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
However, that was with the disk being used as USB, and I don't know what steps I previously performed.
Are the above mentioned settings alright? Should I add the drive on which the Proxmox OS is installed as well?
These are my connected drives:
Proxmox is installed on sda (SSD).
The NTSF drive is mounted on sdb
The nvme0n1 is currently empty (next step is to make RAID1 using this and NTSF drive).
Second Question:
I installed OpenMediaVault.
Added the drive with
Code:
qm set 100 -scsi2 /dev/disk/by-id/ata-WDC_WD80EDAZ-11TA3A0_VG068SDG
Enabled the the SMB/CIFS service by enabling it and selected the shared folder.
This way I am able to see the files on the disk, but one peculiar this is happening:
New files (either created by a computer using Windows Explorer on a added drive, or created on the disk with proxmox utilities) are not shown by the counterpart. As if the connection with computers is not updated.
What could be the cause of this?
Last edited: