No mounting in single user mode


 
Thread Tools Search this Thread
Operating Systems Solaris No mounting in single user mode
# 8  
Old 02-12-2010
Quote:
Originally Posted by jlliagre
Solaris doesn't display these messages without a reason.
i can bet you the Solaris isn't that clever in everything always..
Be it H/W or the OS, there are many issues. If they are so straight forward, why aren't people resolve problems themselves? Half of the time is based on experience (going through the hard way) Smilie
# 9  
Old 02-12-2010
There is no evidence the OP is experiencing a bug or a hardware failure. On the opposite, the filesystem is reported to be mounted and he is destroying it by running fsck on it.

Looking at /etc/vfstab or /etc/mnttab wasn't the correct way to see if a filesystem was mounted. Instead, "df -k" should have been used.
# 10  
Old 02-15-2010
Solution

The solution was due to a frantic error on my part.

# df -k
Filesystem kbytes used avail capacity Mounted on
/pci@1e,600000/ide@d/cdrom@0,0:b
178735 161584 0 100% /
/devices 0 0 0 0% /devices
ctfs 0 0 0 0% /system/contract
proc 0 0 0 0% /proc
mnttab 0 0 0 0% /etc/mnttab
swap 1966120 344 1965776 1% /etc/svc/volatile
objfs 0 0 0 0% /system/object
swap 1966328 552 1965776 1% /tmp
/tmp/dev 1966328 552 1965776 1% /dev
fd 0 0 0 0% /dev/fd
/devices/pci@1e,600000/ide@d/sd@0,0:a
2656590 2656590 0 100% /cdrom
/cdrom/Solaris_10/Tools/Boot/usr
2656590 2656590 0 100% /usr
/platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap1.so.1
178735 161584 0 100% /platform/sun4u-us3/lib/libc_psr.so.1
/platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap1.so.1
178735 161584 0 100% /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
swap 1965776 0 1965776 0% /tmp/root/var/run


# echo | format
Searching for disks...done

AVAILABLE DISK SELECTIONS:
0. c1t0d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@1c,600000/scsi@2/sd@0,0
1. c1t1d0 <SUN36G cyl 24620 alt 2 hd 27 sec 107>
/pci@1c,600000/scsi@2/sd@1,0
Specify disk (enter its number): Specify disk (enter its number):
#

I was using drive c0t0d0s0... once I corrected it to c1t0d0s0, it worked. Thanks to everyone.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Single user mode

Dear All I am trying to install my os as : ok>boot cdrom - install but receiving the following : "IDprom checksum error getexecname() failed /sbin/rcS /etc/vfstab cannot create INIT:failed write utmpx enrty INIT:single user mode INIT:execle of /etc/sulogin failed Enter run level" Can you... (6 Replies)
Discussion started by: hadimotamedi
6 Replies

2. Solaris

Single user mode

Hi all I am new on sun OS. I have have little experience on linux. The Story start from this point: I want to put some script on start-up the terminal, but I cant do that. my shell was sh and I tried so much to find way to do that. at last someone said to me change your shell to bash. I ask how... (4 Replies)
Discussion started by: Rahim_T
4 Replies

3. UNIX for Dummies Questions & Answers

single user mode - user accounts passwords

hello ppl, someone must be able to help with this --> I have an old NCR tower 32 with an ADDS terminal running a unix version 020102 (Im not sure if thats correct but its unix for sure). I have no user names and no passwords and need to login to read a tape. Is there any way to do that? I hear... (3 Replies)
Discussion started by: orestis
3 Replies

4. UNIX for Dummies Questions & Answers

how to Single user mode?

How to enter single user mode when UNIX/LINUX system is starting? (1 Reply)
Discussion started by: gkreddy
1 Replies

5. UNIX for Advanced & Expert Users

single user mode

How to diable the single user mode.. what i want is dat my users are unable to boot in single user mode via GRUB.. (1 Reply)
Discussion started by: ankit.jss
1 Replies

6. UNIX for Advanced & Expert Users

single user mode

Is there another way of switching to single user mode except by typing /usr/sbin/shutdown 0 ??? :rolleyes: (5 Replies)
Discussion started by: kekanap
5 Replies

7. UNIX for Dummies Questions & Answers

Mounting advfs in single-user mode

Hi! I am trying to mount a file system (advfs) in single-user mode. The goal is to make a vdump of the partition The command I am using is: mount -t advfs domain#gaston /usr/local/gaston But appears the following error: No such domain, file.... Any help? Thanks in advance Gaston (2 Replies)
Discussion started by: gmoyano
2 Replies

8. UNIX for Dummies Questions & Answers

single-user mode

how do you boot into single user mode? RedHat 7.1 Caldera 2.4 (2 Replies)
Discussion started by: zorro81
2 Replies

9. UNIX for Dummies Questions & Answers

Single user mode

Hi all, Well back at work and back to crashing systems again :-) Does anyone know where I can find some decent information on single user mode? I need to be able to fix a few things. Don't know if it's possible in single user mode but I need to fix the "etc/vfstab" mainly I re-wrote it to... (2 Replies)
Discussion started by: merlin
2 Replies

10. UNIX for Dummies Questions & Answers

single user mode

Hi all, why "vi" acts differently is single user mode? Does anyone help ? I am using "x" to delete and it keeps messing up. Please help Thanks (2 Replies)
Discussion started by: guest100
2 Replies
Login or Register to Ask a Question