I ran ufsdump as follows...............
# ufsdump 9ucf /dev/rmt/0n /dev/dsk/c1t9d0s3
DUMP: Writing 63 Kilobyte records
DUMP: Date of this level 9 dump: Tue 23 Oct 2007 02:19:40 PM PDT
DUMP: Date of last level 0 dump: the epoch
DUMP: Dumping /dev/rdsk/c1t9d0s3 (gambler:/apps) to /dev/rmt/0n.
DUMP: Mapping (Pass I) [regular files]
DUMP: Mapping (Pass II) [directories]
DUMP: Estimated 143656 blocks (70.14MB).
DUMP: Dumping (Pass III) [directories]
DUMP: Dumping (Pass IV) [regular files]
DUMP: 143638 blocks (70.14MB) on 1 volume at 993 KB/sec
DUMP: DUMP IS DONE
DUMP: Level 9 dump on Tue 23 Oct 2007 02:19:40 PM PDT
# ufsdump 9ucf /dev/rmt/0n /dev/dsk/c1t9d0s0
DUMP: Writing 63 Kilobyte records
DUMP: Date of this level 9 dump: Tue 23 Oct 2007 02:21:14 PM PDT
DUMP: Date of last level 8 dump: Tue 23 Oct 2007 01:46:45 PM PDT
DUMP: Dumping /dev/rdsk/c1t9d0s0 (gambler:/sc/odct) to /dev/rmt/0n.
DUMP: Mapping (Pass I) [regular files]
DUMP: Mapping (Pass II) [directories]
DUMP: Estimated 380 blocks (190KB).
DUMP: Dumping (Pass III) [directories]
DUMP: Dumping (Pass IV) [regular files]
DUMP: 250 blocks (125KB) on 1 volume at 2906 KB/sec
DUMP: DUMP IS DONE
DUMP: Level 9 dump on Tue 23 Oct 2007 02:21:14 PM PDT
This is for 2 filesystems but when I run ufsrestore........
# ufsrestore i /dev/rmt/0
ufsrestore > what
Dump date: Tue Oct 23 14:19:40 2007
Dumped from: the epoch
Level 9 dump of /apps on gambler:/dev/dsk/c1t9d0s3
Label: none
ufsrestore > quit
It only shows one filesystem. It should have two....
/dev/dsk/c1t9d0s3
/dev/dsk/c1t9d0s0
What am I doing wrong