2009/11/4 K K <[email protected]>
> 2009/11/4 Jean-Frangois SIMON <[email protected]>:
> > Hello,
> > Is there any particular problem with installing OpenBSD on a SSD HD ? I
> > once could on one machine but on my actual machine it simply does'nt
> work.
> > After a while, the SSD disk becomes like overloaded and unavailable to
> > continue the installing process of 4.6.
> > Regards
>
> Sounds like an issue with your SSD?
> Can you supply a dmesg, and details on the SSD, make/model/supplier,
> as well as the motherboard and how the drive appears to the BIOS?
>
>
> On Wed, Nov 4, 2009 at 4:12 PM, Ted Unangst <[email protected]> wrote:
> > 2009/11/4 Roger Schreiter <[email protected]>:
> >> it is like for any OS on SSD HD. Make sure, you are using
> >> no swap partition!
> >
> > This is ridiculous advice.
>
> This *was* reasonable advice for the older generations of
> CompactFlash, but may no longer be a consideration with newer
> flash/SSD drives.
>
> I have run many embedded servers (mostly OpenBSD on Soekris) without
> swap, never had any problems traceable to the lack of swap space.
>
>
> >> And if you are using an application, which is writing
> >> a lot of things into files, put the respective dirs into
> >> ramdisks!
> >
> > Combined with this is even dumber.
> >
> > If you can't swap, you're already in trouble if you run into memory
> > pressure. So then you go and put the filesystem in RAM to make sure
> > there's lots of extra memory pressure?
>
> Actually, the above is standard advice for running any Unix on flash,
> as people have been doing with Soekris and CF since at least 2001.
>
> The idea isn't to put "the filesystem" into RAM, but rather to reduce
> the write operations by mounting filesystems used for frequently
> written smal files (e.g. /var/tmp) as ramdisks.
>
> Kevin
>
Model and make is not anymore available, it was LDLC (website ldlc.com). It
must be very recent since they removed their products from the market. This
is something possible that they do have has dome problems with it.
The error actually appears wjile installing xfont46.tgz which is very very
slow. It is normal speed util that particular file .
errors : many "atascsi_atapi_cmd_done, timeout"
one "d0(ahci0:3:0): Check Condition (error 0x70) on opcode 0x28
SENSE KEY: Illegal Request"
The SSD appears in the bios as "Veritech SSD 2009-03"
Motherboard : Gigabyte GA-MA790X-DS4 F4
After quite a while, it finally finished the install process (passed the
various errors) but the boot on SSD drive fails and crashes.
Unfortunately, I am not used to extract from a machine that half works the
dmesg and kernel crash informations (using serial interface).
I have bought 2 cards (exactly identical) from the same supplier, and
actually one of them work in production on mye server, and the one on my
personal computer works fine with other operating systems (ex. Ubuntu).
Regards