> And I would have left IDE style devices as hd, SCSI as sd, SATA as sa,
> and so on, and so forth...
Except you often can't tell the difference. Not all hardware exposes the
connection interface, and then you have things like SATA devices in USB
boxes - so which of your naming is those.
Instead
On Sun, 2011-10-16 at 20:15 -0500, Chris Adams wrote:
> The problem with enumerating devices by HBA/bus/ID/LUN is that today's
> storage is more dynamic. USB ports are "SCSI" (protocol); how do you
> number those? IIRC USB ports on a hub are not deterministically
> ordered, so a flash card reader
Once upon a time, Cameron Simpson said:
> On 16Oct2011 20:15, Chris Adams wrote:
> | See /dev/disk/by-{id,path,uuid}.
>
> And does this work _before_ boot, in the root= kernel command line, via
> grub.conf?
I'm not sure about the /dev/..., but the UUID does directly (IIRC it is
"UUID=...") with
On 16Oct2011 18:09, Joe Zeff wrote:
| On 10/16/2011 05:47 PM, Cameron Simpson wrote:
| > I've got a machine at home whose / drive gets renamed depending on
| > whether the PCI SCSI RAID stuff is broken or not. Hmm, shall root be on
| > sdb or sdc today? Maddening when trying to rescue.
|
| Make
On 16Oct2011 20:15, Chris Adams wrote:
| Once upon a time, Cameron Simpson said:
| > I'm all ok with providing sda/hda as discovered, _provided_ one also has
| > nice bus/id type names as well. Solaris' bus/id/partition drive names
| > looked long and complicated but they were reliable - you coul
Once upon a time, Cameron Simpson said:
> I'm all ok with providing sda/hda as discovered, _provided_ one also has
> nice bus/id type names as well. Solaris' bus/id/partition drive names
> looked long and complicated but they were reliable - you could look at
> the device ids and know what the OS
On 10/16/2011 05:47 PM, Cameron Simpson wrote:
> I've got a machine at home whose / drive gets renamed depending on
> whether the PCI SCSI RAID stuff is broken or not. Hmm, shall root be on
> sdb or sdc today? Maddening when trying to rescue.
Make sure that every partition has a label and use the
On 14Oct2011 23:31, Chris Adams wrote:
| > Older Linux kernels carried along the SCSI ID as the device name,
|
| No, Linux always assigned SCSI devices in order from the start (e.g.
| sda, sg0, sr0, st0). Assigning with the ID was always something
| controversial, because on one hand, it would h
Once upon a time, Rick Stevens said:
> Back in the day, the SCSI controller was assigned ID 7 and typically
> tape drives were given ID 4. Hard drives were usually 0, 1, 2, and 3.
> IDs 5 and 6 were left for the user. Don't ask me why...I suppose they
> figured no one would ever need more than f
On Friday, October 14, 2011 09:59:38 PM Rick Stevens wrote:
> On 10/14/2011 11:51 AM, Chris Adams wrote:
> > Once upon a time, Bill Perry said:
> >> It almost looks like the device changed from /dev/st4 to /dev/st0. Is
> >> that possible?
> >
> > Yeah, I don't know why it would ever have been st4
On 10/14/2011 11:51 AM, Chris Adams wrote:
> Once upon a time, Bill Perry said:
>> Then I decided to upgrade. I swapped out the motherboard and got a 64
>> bit cpu and upgraded the OS (complete new install). I now have Fedora 15
>> running on the box.
>
> IIRC the "st" module may not be loaded
On Fri, 2011-10-14 at 14:24 -0700, Bill Perry wrote:
> Thank-you.
>
> It appears that the st module is loaded.
> #lsmod |grep st
>
> st 32080 0
>
> Next, I tried the command write to the tape as /dev/st0. I put a
> writeable tape in the drive.
> I have a couple of files in
Thank-you.
It appears that the st module is loaded.
#lsmod |grep st
st 32080 0
Next, I tried the command write to the tape as /dev/st0. I put a
writeable tape in the drive.
I have a couple of files in /root called yum_list...
tar cvf /dev/st0 /root/yum*
tar: /dev/st0: Cann
Once upon a time, Bill Perry said:
> Then I decided to upgrade. I swapped out the motherboard and got a 64
> bit cpu and upgraded the OS (complete new install). I now have Fedora 15
> running on the box.
IIRC the "st" module may not be loaded automatically on newer systems.
Try a "lsmod | grep
14 matches
Mail list logo