... | @@ -35,7 +35,7 @@ deb http://download.proxmox.com/debian stretch pve-no-subscription |
... | @@ -35,7 +35,7 @@ deb http://download.proxmox.com/debian stretch pve-no-subscription |
|
```
|
|
```
|
|
|
|
|
|
## Mount drives
|
|
## Mount drives
|
|
To be able to mount drives during startup the [`/etc/fstab`](https://git.mphslaats.com/mphslaats/server-documentation/blob/master/2-proxmox/fstab) file needs to be edited. More information about the fstab file can be found [here](http://man7.org/linux/man-pages/man5/fstab.5.html)
|
|
To be able to mount drives during startup the [`/etc/fstab`](https://git.mphslaats.com/mphslaats/server-documentation/blob/master/devices/proxmox/fstab) file needs to be edited. More information about the fstab file can be found [here](http://man7.org/linux/man-pages/man5/fstab.5.html)
|
|
Because the drives were NTFS at first, Proxmox did not automatically mount them, therefore they were formatted into [ext4](https://superuser.com/questions/1228552/mount-drive-rw-in-fstab).
|
|
Because the drives were NTFS at first, Proxmox did not automatically mount them, therefore they were formatted into [ext4](https://superuser.com/questions/1228552/mount-drive-rw-in-fstab).
|
|
Before the fstab files can be tested, the folders need to be created in `/mnt` and there will be a nomedia file to indicate if the drive is mounted or not.
|
|
Before the fstab files can be tested, the folders need to be created in `/mnt` and there will be a nomedia file to indicate if the drive is mounted or not.
|
|
To test if the fstab file is correct `mount -a` is used.
|
|
To test if the fstab file is correct `mount -a` is used.
|
... | | ... | |