I'm running a small home server, originally built with FreeBSD 8.2 but recently upgraded to 9.0.
I recently tried using a ZFS filesystem on an eSATA disk for backup. Everything worked perfectly for a while - the system recognized the disk when I plugged it in, I was able to create the ZFS filesystem, and my copy started fine.
However, a few minutes into the copy, the whole system locked up. My ssh connections went dead, and I was unable to open any new ones. My Samba and SVN servers also became unavailable. The machine responded to ping, but nothing else. I was forced to hit the reset button to get back in.
Everything worked fine when I connected the disk via USB (I copied over 1TB of data), but every subsequent attempt to use eSATA locked up the system a few minutes after I started a copy, using either cp or rsync. I updated the BIOS on the off chance that it would help, but it didn't.
My machine has an Asus M3A78-EM motherboard with an ATI SB700 chipset. I'm using an eSATA connector in the back of the motherboard, which apparently uses the SB700. The hard drive is a Seagate 1.5TB (ST31500341AS) in an Antec MX-1 enclosure. Here is an extract from /var/log/messages which shows the system recognizing the drive the last time I connected via eSATA:
I didn't see any messages pertaining to the system lockup.
Has anyone else had a problem like this? Has anyone managed to use eSATA with the ATI SB700? I'd appreciate any suggestions to get it working. Alternatively, if eSATA on the SB700 simply isn't supported, can anyone recommend a good eSATA card for FreeBSD?
I recently tried using a ZFS filesystem on an eSATA disk for backup. Everything worked perfectly for a while - the system recognized the disk when I plugged it in, I was able to create the ZFS filesystem, and my copy started fine.
However, a few minutes into the copy, the whole system locked up. My ssh connections went dead, and I was unable to open any new ones. My Samba and SVN servers also became unavailable. The machine responded to ping, but nothing else. I was forced to hit the reset button to get back in.
Everything worked fine when I connected the disk via USB (I copied over 1TB of data), but every subsequent attempt to use eSATA locked up the system a few minutes after I started a copy, using either cp or rsync. I updated the BIOS on the off chance that it would help, but it didn't.
My machine has an Asus M3A78-EM motherboard with an ATI SB700 chipset. I'm using an eSATA connector in the back of the motherboard, which apparently uses the SB700. The hard drive is a Seagate 1.5TB (ST31500341AS) in an Antec MX-1 enclosure. Here is an extract from /var/log/messages which shows the system recognizing the drive the last time I connected via eSATA:
Code:
Feb 3 21:38:25 Warspite kernel: ada8 at ahcich11 bus 0 scbus13 target 0 lun 0
Feb 3 21:38:25 Warspite kernel: ada8: <ST31500341AS CC1H> ATA-8 SATA 2.x device
Feb 3 21:38:25 Warspite kernel: ada8: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
Feb 3 21:38:25 Warspite kernel: ada8: Command Queueing enabled
Feb 3 21:38:25 Warspite kernel: ada8: 1430799MB (2930277168 512 byte sectors: 16H 63S/T 16383C)
Feb 3 21:38:25 Warspite kernel: ada8: Previously was known as ad30
I didn't see any messages pertaining to the system lockup.
Has anyone else had a problem like this? Has anyone managed to use eSATA with the ATI SB700? I'd appreciate any suggestions to get it working. Alternatively, if eSATA on the SB700 simply isn't supported, can anyone recommend a good eSATA card for FreeBSD?