I use lvm on this laptop. This file dictates what gets mounted at boot time.

Code:
 cat /etc/fstab 
LABEL=/1                /                       ext3    defaults        1 1
LABEL=/home1            /home                   ext3    defaults        1 2
LABEL=/boot1            /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
LABEL=SWAP-sda2         swap                    swap    defaults        0 0



and these are the mounted partitions;

Code:
 df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda3              7360640   2987044   3993660  43% /
/dev/sda5             60588984   4177380  53284152   8% /home
/dev/sda1                93307     17463     71027  20% /boot
tmpfs                   513220         0    513220   0% /dev/shm



I'm running 70k and my "grub" file is is in /boot/grub/menu.lst. So I'm 
thinking that you mount that system and look for /etc/fstab and possibly print 
it here.

------------------------
BLAG 'em up!




-------------------- m2f --------------------

Sent using Mail2Forum (http://www.mail2forum.com). 

Read this topic online here:
http://forums.blagblagblag.org/viewtopic.php?p=26451#26451

-------------------- m2f --------------------


_______________________________________________
blag-users mailing list
[email protected]
https://www.autistici.org/mailman/listinfo/blag-users

Reply via email to