Tony MacDoodle <tpsdoo...@gmail.com> writes:

> Mounting ZFS filesystems: (1/6)cannot mount '/data/apache': directory is not
> empty
> (6/6)
> svc:/system/filesystem/local:default: WARNING: /usr/sbin/zfs mount -a
> failed: exit status 1
>
> And yes, there is data in the /data/apache file system.......

I think it is complaining about entries in the *mountpoint
directory*. See this:

# mkdir /gaga
# zfs create -o mountpoint=/gaga rpool/gaga
# zfs umount rpool/gaga
# touch /gaga/boo
# zfs mount rpool/gaga
cannot mount '/gaga': directory is not empty
# rm /gaga/boo
# zfs mount rpool/gaga
# 

Regards, Juergen.
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to