1volcopy_ufs(1M) System Administration Commands volcopy_ufs(1M)
2
3
4
6 volcopy_ufs - make an image copy of a ufs file system
7
9 volcopy [-F ufs] [generic_options] fsname srcdevice volname1 destdevice volname2
10
11
13 volcopy makes a literal copy of the ufs file system using a blocksize
14 matched to the device.
15
17 The following option is supported:
18
19 generic_options options supported by the generic volcopy command.
20 See volcopy(1M).
21
22
24 The following operands are supported:
25
26 fsname represents the mount point (for example,
27 root, u1, etc.) of the file system being
28 copied.
29
30
31 srcdevice or destdevice the disk partition specified using the raw
32 device (for example, /dev/rdsk/cld0s8,
33 /dev/rdsk/cld1s8, etc.).
34
35
36 srcdevice and volname1 the device and physical volume from which
37 the copy of the file system is being
38 extracted.
39
40
41 destdevice and volname2 the target device and physical volume.
42
43
44
45 fsname and volname are limited to six or fewer characters and recorded
46 in the superblock. volname may be `−' to use the existing volume name.
47
49 The following exit values are returned:
50
51 0 Successful file system copy.
52
53
54 non-zero An error has occurred.
55
56
58 /var/adm/filesave.log a record of file systems/volumes copied
59
60
62 See attributes(5) for descriptions of the following attributes:
63
64
65
66
67 ┌─────────────────────────────┬─────────────────────────────┐
68 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
69 ├─────────────────────────────┼─────────────────────────────┤
70 │Availability │SUNWcsu │
71 └─────────────────────────────┴─────────────────────────────┘
72
74 cpio(1), dd(1M), labelit(1M), volcopy(1M), attributes(5), ufs(7FS)
75
77 volcopy does not support copying to tape devices. Use dd(1M) for copy‐
78 ing to and from tape devices.
79
80
81
82SunOS 5.11 15 Apr 2003 volcopy_ufs(1M)