lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 9 Nov 2006 18:22:36 +0100
From:	Jano <jasieczek@...il.com>
To:	"Phillip Susi" <psusi@....rr.com>
Cc:	"Jiri Slaby" <jirislaby@...il.com>, linux-kernel@...r.kernel.org,
	linux-ide@...r.kernel.org
Subject: Re: Problems with mounting filesystems from /dev/hdb (kernel 2.6.18.1)

2006/11/9, Jiri Slaby <jirislaby@...il.com>:
> Jano wrote:
> > I've compiled it into the kernel, but it doesn't work.
>
> But I guess, you either haven't mkinitrd'ed it or you don't have an initrd line
> in your loader config (I can't see any difference in dmesgs diff)?
>

It is quite possible. All I've done was:

# make all
# make modules_install
# make install

And update of /boot/grub/menu.lst. Additionally I've tried to do it using:

# make-kpkg --initrd kernel_image kernel_headers

And installing the deb package. Please correct me if I've made any mistakes.

2006/11/9, Phillip Susi <psusi@....rr.com>:
> I didn't ask for /proc/mounts, I asked for the output of the mount
> command with no arguments, which prints the contents of /etc/mtab.  I
> was thinking that /etc/mtab might show the partitions as mounted even
> though they are not, which could be why mount is complaining.
>

Here you are, this is output of 'mount' while in recovery mode using
kernel 2.6.18.1

$ mount
 /dev/hda3 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
/sys on /sys type sysfs (rw)
varrun on /var/run type tmpfs (rw)
varlock on /var/lock type tmpfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
devshm on /dev/shm type tmpfs (rw)
/dev/hda1 on /boot type ext3 (rw)
/dev/hda5 on /usr type ext3 (rw)

As you can see, no trace of /dev/hdb1.

Best regards,
Jano

-- 
Mail 	jano at stepien com pl
Jabber 	jano at jabber aster pl
GG 	1894343
Web	stepien.com.pl
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists