Re: "SCSI sense: UNIT ATTENTION"

2012-03-02 Thread bsali...@gmail.com
Double check the cables. Do you see these errors at boot time or when using the device? Can you plug the drive in another system and see if it works? On Thu, Mar 1, 2012 at 11:40 AM, Xavier FreeBSD questions wrote: > Hi, > > I have: > > 9.0-RELEASE > > and this problem: > > ugen4.8: at usbus4 >

Re: FreeBSD And ARM

2012-02-29 Thread bsali...@gmail.com
Hi Tim, FreeBSD-arm should be the list to look into http://lists.freebsd.org/mailman/listinfo/freebsd-arm On Wed, Feb 29, 2012 at 7:30 AM, Tim Daneliuk wrote: > I'm not quite sure where to ask this so even a pointer to the > right place would be appreciated: > > Is there any intent/work underwa

Re: fixating USB Storage

2012-02-28 Thread bsali...@gmail.com
Maciej I didn't know if the label would work in loader.conf. This solution suggested by Adam worked and seems much simpler than labeling the filesystem. hint.da.0.at="scbus6" Thanks. On Tue, Feb 28, 2012 at 2:21 PM, Maciej Milewski wrote: > vfs.root.mountfrom=ufs:/dev/label/bigdisk in loader.

Re: fixating USB Storage

2012-02-28 Thread bsali...@gmail.com
Adam, This worked like a charm :-) I found that my umass-sim0 is at scbus6 and added following lines in loader.conf hint.scbus.6.bus="umass-sim0" hint.da.0.at="scbus6" hint.da.0.target="0" hint.da.0.unit="0" Thanks a lot. On Tue, Feb 28, 2012 at 1:23 PM, Adam Vande More wrote: > > Add to /b

Re: fixating USB Storage

2012-02-28 Thread bsali...@gmail.com
Thanks, I got the part where you can label the partitions but the loader doesn't look at labels. Loader looks at ufs:/dev/da0 So how can this be resolved at "boot" time (not mount time). Thanks. On Tue, Feb 28, 2012 at 8:30 AM, Polytropon wrote: > > Label the drives and use labels instead of

Re: fixating USB Storage

2012-02-28 Thread bsali...@gmail.com
The real issue is that the USB boot device sits at da16 and if any of the da members below da16 drops, the usb boot device becomes da15 at next boot. The loader.conf still looks at da6 for root device and that is not present. How to solve this issue? ___

ACK/NAK timeout

2012-02-10 Thread bsali...@gmail.com
Hi, I have the following config: 1. DG43GT motherboard with 4GB memory 2. br10i SAS adapter 3. 16x Toshiba SAS drives connected to expander backplane. I am able to create a zfs pool ok without any errors but as soon as I do a scrub on that pool I get tons of scsi errors. Here is my dmesg output

Re: fixating USB Storage

2012-02-02 Thread bsali...@gmail.com
Please ignore, I forgot that I asked this before. Thanks. On Thu, Feb 2, 2012 at 4:38 PM, bsali...@gmail.com wrote: > Hi, > > How can I fix a USB storage device to always have the same device name > such as da9 irrespective of other da? devices present. > > Here is the device

fixating USB Storage

2012-02-02 Thread bsali...@gmail.com
Hi, How can I fix a USB storage device to always have the same device name such as da9 irrespective of other da? devices present. Here is the device # usbconfig -u 4 -a 2 dump_info ugen4.2: at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON Thanks ___

Fixating boot drive

2012-02-01 Thread bsali...@gmail.com
Hi, I'm sure this has been asked before. I'm booting a freebsd system from a USB stick. It is currently at da0 but if I add physical SATA drives, it moves to da2 and further depending on number of drives. How can I fix the usb disk to be at da32 or some finite number so that even if I add more de