Query: mksnap_ffs
OS: freebsd
Section: 8
Links: freebsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MKSNAP_FFS(8) BSD System Manager's Manual MKSNAP_FFS(8)NAMEmksnap_ffs -- take a file system snapshotSYNOPSISmksnap_ffs snapshot_nameDESCRIPTIONThe mksnap_ffs utility creates a snapshot named snapshot_name. The group ownership of the file is set to ``operator''; the owner of the file remains ``root''. The mode of the snapshot is set to be read- able by the owner or members of the ``operator'' group.EXAMPLESCreate a snapshot of /usr/home file system and mount the snapshot elsewhere: mksnap_ffs /usr/home/snapshot mdconfig -a -t vnode -o readonly -f /usr/home/snapshot mount -o ro /dev/md0 /mnt/SEE ALSOchmod(2), chown(8), mdconfig(8), mount(8)HISTORYThe mksnap_ffs utility first appeared in FreeBSD 5.0.CAVEATSThe disk full situation is not handled gracefully and may lead to a system panic when no free blocks are found. Every filesystem can have only up to 20 active snapshots. When this limit is reached, attempting to create more snapshots fails with ENOSPC, and mksnap_ffs reports that it is ``out of space''.BSDFebruary 14, 2011 BSD
Related Man Pages |
---|
fssnap(1m) - sunos |
fssnap(1m) - suse |
fssnap(1m) - centos |
fssnap(1m) - opendarwin |
fssnap(1m) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
free space, associated by filesystem name... |
stripping white space... |
Help moving directory |
Mount ISO Image on FreeBSD problem! |
mv warning set owner/group: Operation not permitted |