Gentoo Archives: gentoo-user

From: "F.J.Zhao" <fuziok@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Creating loop devices
Date: Mon, 30 Oct 2006 13:11:42
Message-Id: b3a9d00b0610300505s6530a25ej61420598bc2bb6d3@mail.gmail.com
In Reply to: [gentoo-user] Creating loop devices by Alan McKinnon
1 Why not to use mknod?
2
3 mknod b /dev/loop0 7 0
4 mknod b /dev/loop1 7 1
5 mknod b /dev/loop2 7 2
6 ...
7 chgrp disk /dev/loop*
8
9 2006/10/30, Alan McKinnon <alan@××××××××××××××××.za>:
10 > Hi all,
11 >
12 > I seem to be missing my loop devices in /dev...
13 > And I don't find any docs on the current method to do this. I imagine
14 > it's done with udev rules - anyone have working rules for this that
15 > they'd be willing to share?
16 >
17 > alan
18 > --
19 > gentoo-user@g.o mailing list
20 >
21 >
22 --
23 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Creating loop devices Alan McKinnon <alan@××××××××××××××××.za>