can’t mount /dev/vg00/var
I’m trying to access data on a hard drive using a rescue system. I’ve mounted the root partition as so:
mount /dev/md1 /mnt
If I do
cat /mnt/etc/fstab
I see
/dev/vg00/var /var xfs
So I tried:
mount /dev/vg00/usr /mnt/usr/
But I get the error message:
mount: special device /dev/vg00/usr does not exist
Why does it say that the device doesn’t exist if it exists?
Try this:
pvscan
vgscan
vgchange -a y
And after that try mounting again.
Check more discussion of this question.
Related posts:
Leave a comment
Recent Posts
- Is there a way for administrators to disable users from installing Firefox extensions?
- Is there research material on NTP accuracy available?
- How to create a limited “domain admin” that does not have access to domain controllers?
- Can Windows RDC admin users be immune from being kicked?
- Domain Administrators account policy (After PCI audit)
Tags
active-directory
amazon-ec2
apache
apache2
backup
bash
centos
cisco
command-line
debian
dns
email
exchange
firewall
iis
iis7
iptables
linux
macosx
monitoring
mysql
networking
nginx
performance
permissions
php
postfix
raid
security
sql-server
sql-server-2005
sql-server-2008
ssh
ssl
ubuntu
unix
virtualization
vpn
webserver
windows
windows-7
windows-server-2003
windows-server-2008
windows-server-2008-r2
windows-xp





