Re: Problelm with mounting of partitions

2000-02-26 Thread Eric G . Miller
On Sat, Feb 26, 2000 at 08:44:14PM +0100, Thomas Delaet wrote: > Therefore I had to add the line "/dev/hdc2 /var ext2 rw 0 0" in my > /etc/mtab file again. Otherwise this operation won't have any effect on > the /var filesystem Don't edit /etc/mtab. Your edits for mount points should only be in /e

Re: Problelm with mounting of partitions

2000-02-25 Thread Thomas Delaet
> > When I restart my PC and I start the debian distribution. > > I got on startup : > > ... > > /dev/hdc2 on /var type ext2 (rw) > > ... > > Parallelizing fsck version 1.15 (18 Jul 1999) > > /dev/hdc2 was not cleanly unmounted, check forced > > /dev/hdc2 555/26208 files (13.0% non-contiguous), 6

Re: Problelm with mounting of partitions

2000-02-20 Thread Eric G . Miller
On Mon, Feb 21, 2000 at 01:25:16PM +0100, Thomas Delaet wrote: > > Perhaps you don't have an empty directory "var" on the root partition? > > Try booting into single user mode then, "$ mount /var". What happens? > > I added the following line manually to the /etc/mtab file : > /dev/hdc2 /var ext2

Re: Problelm with mounting of partitions

2000-02-20 Thread Thomas Delaet
> > > > /dev/hda1 / ext2 defaults,errors=remount-ro 0 1 > > /dev/hda2 none swap sw 0 0 > > proc/proc proc defaults 0 0 > > /dev/hdc2 /var ext2 defaults

Re: Problelm with mounting of partitions

2000-02-20 Thread Eric G . Miller
On Mon, Feb 21, 2000 at 09:07:29AM +0100, Thomas Delaet wrote: > Hey everyone, > > I have troubles mounting my /var filesystem. > This is my fstab file > # /etc/fstab: static file system information. > # > # > > > /dev/hda1 / ext2 defaults,errors=remount

Re: Problelm with mounting of partitions

2000-02-20 Thread Markus Fischer
On Mon, Feb 21, 2000 at 09:07:29AM +0100, Thomas Delaet wrote : > I have troubles mounting my /var filesystem. > [...] > /dev/hdc2 /var ext2 defaults 0 1 > [...] > And when I start up I got the message : filesystem not cleanly unmounted Maybe your /

Problelm with mounting of partitions

2000-02-20 Thread Thomas Delaet
Hey everyone, I have troubles mounting my /var filesystem. This is my fstab file # /etc/fstab: static file system information. # # /dev/hda1 / ext2 defaults,errors=remount-ro 0 1 /dev/hda2 none swap sw 0