LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   reiser boot (https://www.linuxquestions.org/questions/debian-26/reiser-boot-258753/)

DigitalSmash 11-24-2004 07:35 AM

reiser boot
 
This is probably something simple, but my small knowledge of linux boot and run levels is proving not enough! I've got a resierfs partition on a raid (md0), and thats working fine when I manually mount it using either of:

Code:

# /etc/rcS.d/S35mountall.sh
# mount /data

.. however it really needs to be mounted on boot. I've tried symlinking S35mountall.sh in rc1,2,3,5,6 but nothing. My fstab is:

Code:

# /etc/fstab: static file system information.
#
# <file system> <mount point>  <type>  <options>      <dump>  <pass>
proc            /proc          proc    defaults        0      0
/dev/hda2      /              ext3    defaults,errors=remount-ro 0      1
/dev/hda1      none            swap    sw              0      0
/dev/hdc        /media/cdrom0  iso9660 ro,user,noauto  0      0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0      0
/dev/md0        /data          reiserfs        defaults        0      0

Any help/ideas would be appreciated. Thanks in advance,
Dave

rjlee 11-24-2004 08:19 AM

The simple solution would be to add the commands to your boot.local file, which is unsually found somewhere like /etc/rc.d/

DigitalSmash 11-25-2004 05:10 AM

My system doesn't have one of these files.. any ideas?

Code:

# uname -a
Linux MrBurns 2.6.7-1-386 #1 Thu Jul 8 05:08:04 EDT 2004 i686 GNU/Linux


DigitalSmash 11-30-2004 05:16 AM

bump ?


All times are GMT -5. The time now is 12:09 PM.