How will you take ufsdump and ufsrestore in a sing command line?
Answers were Sorted based on User's Feedback
Answer / sbrahman75
# ufsdump 0f - /dev/rdsk/c0t0d0s6 | (cd /mnt/haz ufsrestore
xf -)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mohammed mukram
If you want to restore from another disk (such as c0t1d0s0),
# mkdir /tmp/backup
# mount /dev/dsk/c0t1d0s0 /tmp/backup
# ufsdump 0f - /tmp/backup | (cd /tmp/slice0;ufsrestore xvf -)
| Is This Answer Correct ? | 3 Yes | 1 No |
Is it possible to create swap in new harddisk without format
How to find memory status i.e.. it is full like 100%?
what is differnce between boot -s and boot -S ?
1.Password less authentication in linux & Solaris
How to grow disk size in SDS
How to change the hostname and Ethernet address in single command
I have single NIC card and we have two ports can we configure as IPMP?
How can you recover the backup of NIC card if it is corrupted?
How to remove a disk group?
What is UMASK
how do u configure the disk
Which command to lock the user Account?