Results 1 to 6 of 6
some output from
# df -a
/dev/mapper/VolGroup00-LogVol00 151689388 6411872 137572124 5% /
/dev/hdb1 101086 12391 83476 13% /boot
--------------------
what does /dev/mapper/VolGroup00-LogVol00 this mean ? earlier it use to be ...
- 08-18-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- india
- Posts
- 87
filesystem df
some output from
# df -a
/dev/mapper/VolGroup00-LogVol00 151689388 6411872 137572124 5% /
/dev/hdb1 101086 12391 83476 13% /boot
--------------------
what does /dev/mapper/VolGroup00-LogVol00this mean ? earlier it use to be /dev/hda.
- 08-18-2005 #2Linux Newbie
- Join Date
- Dec 2003
- Location
- Netherlands
- Posts
- 193
Did you use a update or something?
Or probably not mounted correctlyComputers Are Like Air Conditioners... They\'re both useless with Windows open!
- 08-18-2005 #3
Looks like the system might be configured for RAID-type disks or for some kind of network storage. I'm not familiar with this.
What is in your /etc/fstab?Linux user #126863 - see http://linuxcounter.net/
- 08-18-2005 #4Just Joined!
- Join Date
- Mar 2005
- Location
- india
- Posts
- 87
i did a normal installation. once i executed # updatedb so that "locate " command can work. thats all.
# cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hdd /media/cdrom auto pamconsole,fscontext=system_u:object_r:removable_t ,exec,noauto,managed 0 0
- 08-18-2005 #5
Yep, it looks like some kind of RAID configuration. I dont know how such things work, but you could try changing references to '/dev/VolGroup00/LogVol00' in fstab to /dev/hdaN. You'd have to change entries for both the / and swap partitions.
Or if it's working and you can live with it, then dont touch it.Linux user #126863 - see http://linuxcounter.net/
- 08-27-2005 #6Just Joined!
- Join Date
- Nov 2004
- Location
- salem
- Posts
- 33
hai,
this is a LVM partition.i think u have fedora.


Reply With Quote