How many mount points?

Just for giggles I logged in on my ISP's server...

Code:
% df -h | wc -l
626

Value fluctuates though, it depends on the number of users logged in (they use NFS and an automounter).
 
I don't think it really matters.

But hey, as long as we're "measuring":) :

Code:
(~)# zfs list -H | wc -l
      69
(~)#
 
It doesn't really matter, but the difference between df |wc -l and mount|wc -l is one. It took me a second to understand the reason :O
 
Code:
zfs list -H | wc -l
121

ezjail lets you run each each jail on its own dataset. There's only a line you need to change in config file.
I have about 10 jails, this makes your life much, much easier.
 
Upgraded. And as I suspected, this applies only to new jails. I shall continue my manual creations.
 
All the jails are already in a ZFS dataset. I'm just now moving each jail to its own dataset.

Thanks. I read that URL earlier today. :)
 
Back
Top