[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH]:(remake) missing /dev/stX & /dev/nstX even if rescue mode
- From: Chris Lumens <clumens redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH]:(remake) missing /dev/stX & /dev/nstX even if rescue mode
- Date: Fri, 3 Aug 2007 12:10:08 -0400
> as you know, anaconda try to load st.ko for tape support
> if we are in rescue mode.
>
> [see the followings (loader2/loader.c)]
> -------------------------------------
> 1658 /* if we are in rescue mode lets load st.ko for tape support */
> 1659 if (FL_RESCUE(flags))
> 1660 scsiTapeInitialize(modLoaded, modDeps, modInfo);
> -------------------------------------
>
> but /dev/st0, /dev/st1,... are not created by anaconda, even if
> scsi tape device(s) is found and load st.ko successfully on
> rescue mode.additionally, /dev/nst0,... are also needed.
> (--> FYI:RHEL4 has "/dev/st0" and "/dev/st0" statically)
What version of anaconda are you testing against here? dlehman added
support for creating the tape device nodes in iutil.makeDriveDeviceNodes
for 11.3.0.6-1, and this should work in rescue mode as well.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]