41
Koozali SME Server 10.x / Re: Disk partions for a server with an SSD and HDDs
« Last post by ReetP on September 08, 2025, 04:40:55 PM »Need something like this to mount the array which I used to mount v9 data to a v10 server - modify as appropriate:
Code: [Select]
# Bind mount /dev/vdb3
UUID=85d40fa6-8e7b-41b4-be8c-566813997c82 /mnt/vdb3 ext4 def
aults 0 0
# Fully mount /dev/vdb3
/mnt/vdb3/home/e-smith/files/ibays /home/e-smith/files/ibays
ext4 bind,uquota,gquota,noatime 0 0
/mnt/vdb3/home/e-smith/files/users /home/e-smith/files/users
ext4 bind,uquota,gquota,noatime 0 0