- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux/MONDO
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:13 AM
08-04-2005 02:13 AM
I can't remember how to mount my filesystes to see all of the files in /etc. I mounted /dev/sda1 /mnt. I see /etc but not all the files are there. Any idea what I am doing wrong as to why I cant see /etc/lilo.conf.anaconda file?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:21 AM
08-04-2005 02:21 AM
Re: Linux/MONDO
Use fdisk -l to list partitions, if you remember the filesystem sizes, you can use this info to mount the filesystems, without checking the label.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:32 AM
08-04-2005 02:32 AM
Re: Linux/MONDO
fdisk -l shows that /dev/sda1 is /.
so I :
mount /dev/sda1 /
I can see /var/usr/etc.....and so on. but when I cd into that dir it only has a few files in it. I know that all of the data was restored OK. I dont think I am mounting the right area.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:39 AM
08-04-2005 02:39 AM
Re: Linux/MONDO
It should point to valid mount points on the partition.
mount -a should produce a helpful error message that can allow folks to further assist you.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:58 AM
08-04-2005 02:58 AM
Re: Linux/MONDO
You get a grub error message and try fixing this from lilo.conf?
;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 03:16 AM
08-04-2005 03:16 AM
Re: Linux/MONDO
If you boot from the CD, you should mount the partition on /mnt, then chroot to /mnt
mount /dev/sda1 /mnt
chroot /mnt
If you use grub, use the grub-install /dev/sda to reinstall the loader.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 03:16 AM
08-04-2005 03:16 AM
Re: Linux/MONDO
so now, I only have 2 partitions
/dev/sda1 which is /
and /dev/sda2 which is my data area.
I entered:
mount /dev/sda1 /mnt
cd /mnt
Now I can see /boot /var /sbin ...etc...
All the files I need are in these directories.
so I cd /mnt/etc I see everything
cd /mnt/boot I see everything...etc
when I run /mnt/sbin/lilo -c lilo.conf
I get cant find lilo.conf in /etc
so I cp lilo.conf to /etc
then I run it again, /mnt/sbin/lilo -c lilo.conf
then I get fatal: cant find /boot/boot.b
I guess I need / mounted or something?
everything is under /mnt not /.
I know this should be easy, I am lost here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 03:21 AM
08-04-2005 03:21 AM
Re: Linux/MONDO
When I boot off of the mondo CD and exit to a shell and do a df, here is what I see:
rootfs /
/dev/ram0 /
/dev/shm /tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 03:32 AM
08-04-2005 03:32 AM
Re: Linux/MONDO
Can you reply so I can award points.
when I did what you said,
chroot /mnt
everything was in order.
what did the chroot instead of cd /mnt do that helped me see everything?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 04:00 AM