Gentoo Archives: gentoo-dev

From: Nathaniel McCallum <npmccallum@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] HDD Detection
Date: Sat, 12 Jun 2004 19:16:14
Message-Id: 1087067747.6083.38.camel@localhost
In Reply to: Re: [gentoo-dev] HDD Detection by Greg KH
1 sorry, typo, its fixed now
2
3 Nathaniel
4 On Sat, 2004-06-12 at 15:11, Greg KH wrote:
5 > On Sat, Jun 12, 2004 at 03:05:21PM -0400, Nathaniel McCallum wrote:
6 > > I need as many people as possible to test (for the Gentoo installer
7 > > project) the following python script on your system:
8 > > http://dev.gentoo.org/~npmccallum/detect_devices.py This is especially
9 > > important if you have scsi, hardware raid, or otherwise funky setups.
10 >
11 > Your devices are detected as:
12 > Traceback (most recent call last):
13 > File "./detect_devices.py", line 48, in ?
14 > for device in detect_devices():
15 > File "./detect_devices.py", line 35, in detect_devices
16 > if is_partitionable_device(device_name):
17 > File "./detect_devices.py", line 16, in is_partitionable_device
18 > media_type = open("/proc/ide/"+device+"/media").read()
19 > NameError: global name 'device' is not defined
20 >
21 >
22 > That's not good, is it :(
23 >
24 > greg k-h
25 >
26
27
28 --
29 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] HDD Detection Okrain Genady <mafteah@××××××××××.il>