![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| no VTOC problem | mansoorulhaq | SUN Solaris | 2 | 10-22-2007 07:24 AM |
| Backing up the system | eykyn17 | SUN Solaris | 6 | 03-28-2007 08:49 AM |
| To display VTOC information | gold4u | Shell Programming and Scripting | 1 | 11-02-2004 01:52 PM |
| Backing Up Directories | indigoecho | UNIX for Dummies Questions & Answers | 2 | 12-17-2003 03:42 PM |
| backing up | merlin | UNIX for Dummies Questions & Answers | 4 | 09-09-2001 01:35 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
backing up the vtoc
Can you backup the vtoc, then restore it if you somehow mess it up?
This is solaris 9, x86. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Yes indeed - see the manual pages for prtvtoc and fmthard. Use prtvtoc to take a backup of your vtoc - and then use fmthard when you need to restore it.
e.g. (on intel) prtvtoc /dev/rdsk/c0d0s2 > /some/file then fmthard -s /some/file /dev/rdsk/c1d0s2 Cheers ZB |
||||
| Google The UNIX and Linux Forums |