Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ZFS mount order
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
startaq
n00b
n00b


Joined: 16 Oct 2003
Posts: 21

PostPosted: Mon Dec 02, 2013 6:41 pm    Post subject: ZFS mount order Reply with quote

I'm running a ZFS on root system, and seem to have some problem with the mount order. Here are the filesystems:

Code:

NAME                       MOUNTPOINT              CANMOUNT  MOUNTED
ssd                        /                            off       no
ssd/home                   /home                         on      yes
ssd/home/root              /root                         on      yes
ssd/root                   legacy                        on      yes
ssd/usr                    /usr                          on      yes
ssd/usr/portage            /usr/portage                  on      yes
ssd/usr/portage/distfiles  /usr/portage/distfiles        on      yes
ssd/usr/src                /usr/src                      on      yes
ssd/var                    /var                          on      yes
ssd/var/log                /var/log                      on      yes
ssd/var/tmp                /var/tmp                      on      yes


But the problem is, it mounts /var/log and /var/tmp first, and then tries to mount /var, which obviously fails because it's now non-empty. Does anyone know how to properly define the mount order?
Back to top
View user's profile Send private message
Adel Ahmed
Veteran
Veteran


Joined: 21 Sep 2012
Posts: 1523

PostPosted: Tue Dec 03, 2013 2:58 am    Post subject: Reply with quote

well a workaround could be to mount /var/log & /var/tmp using a startup script instead of using fstab
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum