Hi!
a fresh install of FreeBSD 11.0 (using FreeBSD-11.0-RELEASE-amd64-mini-memstick.img, installed from USB-Stick) is running very slow on my box. Also, the installation process itself took much longer than I expected. Prior to FreeBSD, I was running a Debian system on that hardware, and everything was running at sensible speed, so I suspect that the issue here is some kind of misconfiguration. Things point towards a problem with really slow disk access (see details below), but I'm not really sure.
As I have no experience so far running FreeBSB so far, unfortunately I have no real idea where to start looking for hunting down the isssue (i.e. which logfile content might be relevant, etc).
In the following, there are some more details. (I'm totally aware, that they won't be enough for solving the problem, but I hope you people can give me some hints, where to look further.)
Thanks a lot in advance!
m5x
Details:
Hardware:
so, thats pretty slow. Let's see, what happened during boot:
Is there something wrong? I can't make much sense of the 'quirks'-part. A quick google lookup points towards TRIM related things. But I'm not quite sure, if that could be the problem.
a fresh install of FreeBSD 11.0 (using FreeBSD-11.0-RELEASE-amd64-mini-memstick.img, installed from USB-Stick) is running very slow on my box. Also, the installation process itself took much longer than I expected. Prior to FreeBSD, I was running a Debian system on that hardware, and everything was running at sensible speed, so I suspect that the issue here is some kind of misconfiguration. Things point towards a problem with really slow disk access (see details below), but I'm not really sure.
As I have no experience so far running FreeBSB so far, unfortunately I have no real idea where to start looking for hunting down the isssue (i.e. which logfile content might be relevant, etc).
In the following, there are some more details. (I'm totally aware, that they won't be enough for solving the problem, but I hope you people can give me some hints, where to look further.)
Thanks a lot in advance!
m5x
Details:
Hardware:
- Asus AT3IONT-I DELUXE mainboard with 4GB RAM
(Intel ATOM-330 onboard CPU, onboard Gigabit Ethernet) - Intel SSD X25-M series (120 GB) <- system is installed here
- 3 WD RED HDDs (4TB) <- connected to board, not mounted so far
- as standard as I could think of: no x Window system, ufs filesystem, no full disk encryption
- Installation time: ~1h 30min
- first boot after system installation: ~10min 30sec
- every following boot after installation: ~8min15sec
- remote login (local network) over ssh:
- from login request to passwort prompt: > 10sec
- from password entry to shell > 10sec
- any manpage request: > 10sec
- pkg-install htop: several minutes (after repository update)
# dd if=/dev/ada0 of=/dev/null bs=1M count=1000
Code:
1000+0 records in
1000+0 records out
1048576000 bytes transferred in 92.578727 secs (11326317 bytes/sec)
# egrep 'ada0' /var/run/dmesg.boot
Code:
ada0 at ahcich0 bus 0 scbus0 target 0 lun 0
ada0: <INTEL SSDSA2M120G2GC 2CV102HD> ATA-7 SATA 2.x device
ada0: Serial Number CVPO042300DD120QGN
ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
ada0: Command Queueing enabled
ada0: 114473MB (234441648 512 byte sectors)
ada0: quirks=0x1<4K>
Trying to mount root from ufs:/dev/ada0s1a [rw]...