Operating System - HP-UX
1753857 Members
7330 Online
108809 Solutions
New Discussion юеВ

Re: /home filesystem won't mount || Cannot determine name of device major=28, minor=45059

 
Josie C. Billones
New Member

/home filesystem won't mount || Cannot determine name of device major=28, minor=45059

Hi, Good Day,

Need your assistance on the error we encountered during mounting and fsck of /home FS. We cannot mount /home FS.

Server model:
9000/816/E35

OS: HP-UX B.10.20 U 9000/816 1944328241 unlimited-user license

From /etc/fstab:

/dev/vg01/lvol1 /home hfs defaults 0 2
==========================================

#mount /dev/vg01/lvol1 /home
mount: /dev/vg01/lvol1 needs to be fsck'ed before mounting
mount: warning: if device /dev/vg01/lvol1 is mounted to another system
then do not run fsck

#fstyp /dev/vg01/lvol1
hfs

#fsck -F hfs /dev/vg01/rlvol1
DeviceName(): Cannot determine name of device major=28, minor=45059.


4 REPLIES 4
vdf
Advisor

Re: /home filesystem won't mount || Cannot determine name of device major=28, minor=45059

Can you list the contents of "/dev/vg01" ?

Regards,
Josie C. Billones
New Member

Re: /home filesystem won't mount || Cannot determine name of device major=28, minor=45059

#ls -lrt /dev/vg01
total 0
crw-rw-rw- 1 root sys 64 0x010000 Dec 13 16:52 group
brw-r----- 1 root sys 64 0x010001 Dec 13 16:52 lvol1
crw-r----- 1 root sys 64 0x010001 Dec 13 16:52 rlvol1
==============================================

#vgdisplay -v /dev/vg01
--- Volume groups ---
VG Name /dev/vg01
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 1
Open LV 1
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 1016
VGDA 2
PE Size (Mbytes) 4
Total PE 477
Alloc PE 475
Free PE 2
Total PVG 0

--- Logical volumes ---
LV Name /dev/vg01/lvol1
LV Status available/syncd
LV Size (Mbytes) 1900
Current LE 475
Allocated PE 475
Used PV 1


--- Physical volumes ---
PV Name /dev/dsk/c1t1d0
PV Status available
Total PE 477
Free PE 2


V. Nyga
Honored Contributor

Re: /home filesystem won't mount || Cannot determine name of device major=28, minor=45059

Hi,

from 'man fsck':
fsck [-F FSType] [-m] [-s] [-V] [special ...]
special represents a special device (e.g., /dev/rdsk/c1d0s8)

So command should be:
'fsck -F hfs /dev/rdsk/c1t1d0'

(You can see the disk with 'ioscan -fnC disk'?)

HTH
V.
*** Say 'Thanks' with Kudos ***
Reshmi N
New Member

Re: /home filesystem won't mount || Cannot determine name of device major=28, minor=45059

Hi,

Could you please provide the below o/p.

1. # bdf
2. # grep -i /home /etc/fstab