View Single Post
  #1 (permalink)  
Old 17-Apr-2007, 09:52
max_chock
Guest
 
Posts: n/a
Default

Hi all, this is my /etc/fstab :
----------------

/dev/hda1 / reiserfs acl,user_xattr 1 1
/dev/hda2 /var/lib/share reiserfs acl,user_xattr 1 2
/dev/md0 /var/lib reiserfs acl,user_xattr 1 2
/dev/hda3 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0

--------------------------

i'm wondering why my /dev/hda2 it's not mounted on boot.. "df" on console show this :

-------------

host:/var/lib # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 102395140 5098644 97296496 5% /
udev 478068 152 477916 1% /dev
/dev/md0 468850452 2486008 466364444 1% /var/lib

-----------------------

Anywhere i can able to automount it when boot?? I'm using opensuse 10.2 64bit and running Xen kernel oftenly.

Thanks & regards,

Max.