![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| question about vfstab | wrapster | Shell Programming and Scripting | 4 | 04-27-2008 06:44 AM |
| mount in vfstab | jess_t03 | SUN Solaris | 1 | 02-25-2008 03:12 AM |
| VFSTAB edit | xeroxguy | UNIX for Dummies Questions & Answers | 1 | 09-27-2005 06:07 PM |
| /etc/vfstab | hcclnoodles | UNIX for Dummies Questions & Answers | 3 | 04-17-2003 03:19 AM |
| Changing boot device on a Sun box | 98_1LE | UNIX for Dummies Questions & Answers | 3 | 09-14-2001 08:38 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Help changing /etc/vfstab - can't boot
I have Solaris 10 Express that I installed on a PC with two drives. It was on drive 1 (with the boot drive being drive 0). Linux was in a different parition and my boot options where managed by grub.
The Solaris parition's /etc/vfstab referenced the root, user, etc.. disks as c0d1sX. But since I remove the original boot drive, the new disk has become d0. So naturally when I attempt to boot Solaris it craps out. I can boot single user, but / gets mounted read-only and therefore I cannot change /etc/vfstab. The CDROM drive doesn't work, so I'm left with few options. Is it possible to get the root filesystem mounted rw so I can edit the /etc/vfstab? If so, how? Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
boot from CD in single use mode, then manually mount c0d0sX to /mnt, and edit /mnt/etc/vfstab
|
|
#3
|
|||
|
|||
|
Quote:
Quote:
|
|
#4
|
||||
|
||||
|
see if you can remount root:
Code:
mount -o rw,remount /dev/dsk/c0d0sX / |
|
#5
|
|||
|
|||
|
If you have another system you can plug the harddisk to it and mount it with -o rw and edit your vfstab.
|
|
#6
|
|||
|
|||
|
I'll try the "remount" option first. Thanks.
I do have a system that'll boot Linux and FreeBSD. But under Linux I can't mount the Solaris partitions writable. And I haven't figured out how to mount them at all under FreeBSD. It doesn't seem to like the type "ufs". |
|||
| Google The UNIX and Linux Forums |