Hello Everyone,
Using Proxmox 6.2-14, is there anything built in to Proxmox outside of: /etc/fstab that would cause my external USB HDD to mount after a reboot? I previously added this USB HDD under: Datacenter --> Storage --> Add --> Directory but it has since been removed and is not listed anywhere in /etc/fstab. After I reboot my Proxmox machine the drive still mounts. Also, this machine is not part of any cluster.
Using Proxmox 6.2-14, is there anything built in to Proxmox outside of: /etc/fstab that would cause my external USB HDD to mount after a reboot? I previously added this USB HDD under: Datacenter --> Storage --> Add --> Directory but it has since been removed and is not listed anywhere in /etc/fstab. After I reboot my Proxmox machine the drive still mounts. Also, this machine is not part of any cluster.
Bash:
root@proxmox2:~# mount
/dev/sdb1 on /mnt/pve/backup_storage type ext4 (rw,relatime)
Bash:
root@proxmox2:~# cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / xfs defaults 0 1
UUID=77E6-E5BD /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0