On Jan 4, 2008 2:42 PM, George Shepherd - Sun Microsystems Home system <[EMAIL PROTECTED]> wrote: > Hi Folks.. > > I have/had a zpool containing one filesystem. > > I had to change my hostid and needed to import my pool, (I've done his > OK in the past). > After the import the mount of my filesystem failed. > > # zpool import homespool > cannot mount 'homespool/homes': mountpoint or dataset is busy ^^^^^^^^^^
> # zfs list > NAME USED AVAIL REFER MOUNTPOINT > homespool 9.91G 124G 18K /homespool > homespool/homes 9.91G 124G 9.91G /homes ^^^^^^ Is something else already mounted at /homes? # df -k /homes Did you or someone else "cd /homes" before trying this, thus causing the mount point to be busy? # fuser /homes If you still can't resolve it # zfs set mountpoint=/somewhere_else homespool/homes # zfs mount -a (not sure this needed) # cd /somewhere_else -- Mike Gerdts http://mgerdts.blogspot.com/ _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss