![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Questions on C+UNIX | ralpheno | High Level Programming | 3 | 06-18-2008 04:01 AM |
| 2 Unix questions | kaka | UNIX for Dummies Questions & Answers | 8 | 10-20-2007 11:56 PM |
| New To Unix - Some Questions! | yahoo14 | UNIX for Dummies Questions & Answers | 1 | 06-08-2006 01:43 AM |
| I have a few questions about Unix.. | SolidWing68 | UNIX for Dummies Questions & Answers | 1 | 08-11-2005 05:22 AM |
| SVR4 or BSD? | qanda | UNIX for Advanced & Expert Users | 2 | 08-21-2002 08:44 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
SVR4 UNIX questions - Edited with updated info
Hi
My main problem is trying to reset the password on an ancient (but still live) server. I have booted from floppy into maintenance mode, but it won't allow me to mount /. I'm using mount -F vxfs /dev/dsk/c0t0d0s1 /mnt and I get an error message along the lines of "operation not applicable to file type vxfs". I've tried using ufs and xfs and also leaving out the -F bit, but then get a message about the FS type being incorrect. Any idea why it won't allow me to mount /? I've resurrected a 'test' server to allow me to have a bit of a play, but I have no install media to boot from. Is there any way I can create a bootable floppy for this server? Any help gratefully received. ETA: It seems that the install floppy we have doesn't include the veritas FS support needed to mount the vxfs filesystem. We do have a later boot floppy, but this no longer works. Is there any way that I can create a boot floppy disk that I can boot the server from to allow me to edit /etc/passwd?? Last edited by sweetleaf; 09-05-2008 at 11:33 AM.. |
|
||||
|
If you have a jumpstart server on the network, try:
ok: boot net -s mount -F vxfs /dev/dsk/c0t0d0s1 /mnt You'll need to manually mangle /mnt/etc/shadow, as any passwd commands would be related to the "current" os instance, rather than the mounted instance. Disclaimer: I've not tried to do this with a vxfs volume Edit: You'll have to follow normal configuration rules for adding a host to the jumpstart environment - updating bootparams and of course, this only works for SUN gear... ![]() |
![]() |
| Bookmarks |
| Tags |
| bootable floppy, mount, password, svr4 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|