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-next>] [day] [month] [year] [list]
Date:	Fri, 11 Jan 2008 17:22:45 +0100
From:	Bodo Eggert <7eggert@....de>
To:	Matthias Schniedermeyer <ms@...d.de>,
	Tuomo Valkonen <tuomov@....fi>, linux-kernel@...r.kernel.org
Subject: Re: The ext3 way of journalling

Matthias Schniedermeyer <ms@...d.de> wrote:

>> > Don't use udev then. Good old static dev works fine if you have a fixed
>> > set of devices.
>> 
>> It doesn't, with the unpredictable SCSI mapping insanity.
> 
> That what LABEL und UUID-Support in mount is for.
> 
> You label the filesystems (e2label for ext2 and ext3) and use that label to
> mount them
> 
> - fstab -
> LABEL=root  /        xfs     defaults,noatime 0 1
> LABEL=boot  /boot    ext2    defaults,noatime 0 2

What can happen if someone does tune2fs -Lroot /dev/usbstick
and puts that stick into this system?

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ