zfs 스냅 샷을 마운트하려고합니다. 너무 쉬워야하지만 ... 나는 할 수 없습니다. Ubuntu Server 11.10 Oneric, 커널 3.0.0-15-server를 사용하고 있습니다.
ppa 에서 설치된 ZFS 도 zfs-auto-snapshot을 사용하고 있습니다. 수동으로 생성 된 스냅 샷에서도 동일한 상황이 발생합니다.
ZFS 스냅 샷을 마운트하는 방법?
root@us1:/# zfs list -t snapshot
NAME USED AVAIL REFER MOUNTPOINT
tank/www@zfs-auto-snap_hourly-2012-02-11-1917 0 - 268K -
root@us1:/# zfs mount tank/www@zfs-auto-snap_hourly-2012-02-11-1917 /mnt/snapshot/tank/www
too many arguments
usage:
mount
mount [-vO] [-o opts] <-a | filesystem>
For the property list, run: zfs set|get
For the delegated permission list, run: zfs allow|unallow
root@us1:/# zfs mount tank/www@zfs-auto-snap_hourly-2012-02-11-1917
cannot open 'tank/www@zfs-auto-snap_hourly-2012-02-11-1917': operation not applicable to datasets of this type