Displaying 20 results from an estimated 10000 matches similar to: "ATA refusing additional disks"
2009 Mar 31
6
RELENG_7 ata panic on atacontrol attach
Hi there colleagues,
atapci3: <nVidia nForce MCP55 SATA300 controller> port
0xbc00-0xbc07,0xb880-0xb883,0xb800-0xb807,0xb480-0xb483,0xb400-0xb40f mem
0xefcb3000-0xefcb3fff irq 23 at device 5.2 on pci0
atacontrol detach ata7
- insert ATA disk (ad14)
atacontrol attach ata7
pinics with Fatal trap 12: page fault while in kernel mode
(kgdb) bt
#0 doadump () at pcpu.h:196
#1 0xc0533227
2008 Mar 17
0
cvs commit: src/sys/sys ata.h src/sbin/atacontrol atacontrol.8 atacontrol.c src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-disk.h
Marcel Moolenaar wrote am 17.03.2008 17:28 (localtime):
>
> On Mar 17, 2008, at 3:33 AM, Poul-Henning Kamp wrote:
>
>> phk 2008-03-17 10:33:23 UTC
>>
>> FreeBSD src repository
>>
>> Modified files:
>> sys/sys ata.h
>> sbin/atacontrol atacontrol.8 atacontrol.c
>> sys/dev/ata ata-all.c ata-all.h
2003 Jun 29
1
vinum drive referenced / disklabel inconsistency
I am trying to setup vinum on a box using 4.8 RELENG_4 (as of about a
week ago snapshot). This box was running 4.6 /w vinum on same hard
drives for the last 4 months wonderfully... but since it is my
current 'scratch/backup' box, I just reinstalled with -STABLE.
# uname -a
FreeBSD polya.axista.com 4.8-STABLE FreeBSD 4.8-STABLE #22: Tue Jun 24
17:01:07 EDT 2003
2003 Apr 28
1
ATA driver not as good in 4.8 as 4.5?
I have a Lite-On 24102B burner on an Epox 7KXA (VIA 686A southbridge)
together with a few SCSI disks. I recently upgraded from FreeBSD 4.5
to 4.7 then almost immediately to 4.8. I've had trouble with the burner
since.
With FreeBSD 4.5, I used "sysctl hw.atamodes=---,---,dma,---" to set
the burner to DMA. Everything then worked fine. As far as I know it
was using UDMA33.
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
Here's a patch against 4.8-RELEASE kernel that allows disk writes on
softupdates-enabled filesystems to be delayed for (theoretically)
arbitrarily long periods of time. The motivation for such updating
policy is surprisingly not purely suicidal - it can allow disks on
laptops to spin down immediately after I/O operations and stay idle for
longer periods of time, thus saving considerable amount
2008 Nov 19
1
atacontrol missing drive after upgrade to 6.3
I upgraded from 6.2 to 6.3 p5 last night. Upon rebooting, the second disk in the mirror is missing.
# atacontrol status ar0
ar0: ATA RAID1 status: DEGRADED
subdisks:
0 ad0 ONLINE
1 ---- MISSING
# grep ata /var/run/dmesg.boot
ad0: 238475MB <WDC WD2500AVJB-63UDA0 00.02C01> at ata0-master UDMA100
ad1: 238475MB <WDC WD2500AVJB-63UDA0 00.02C01> at ata0-slave UDMA100
ar0: disk0
2012 Nov 27
6
How to clean up /
Hello.
I recently upgraded to 9.1-RC3, everything went fine, however the / partition its about to get full. Im really new to FreeBSD so I don?t know what files can be deleted safely.
# find -x / -size +10000 -exec du -h {} \;
16M /boot/kernel/kernel
60M /boot/kernel/kernel.symbols
6.7M /boot/kernel/if_ath.ko.symbols
6.4M /boot/kernel/vxge.ko.symbols
9.4M
2012 Aug 16
2
Geom label lost after expanding partition
I have a GPT formatted disk where I recently expanded the size of a
partition. I used "gpart resize -i 6 ada1" first to expand the
partition to use the remaining free space and then growfs to modify
the FFS file system to use the full partition. This was all done in
single-user mode, of course, but when I enter "exit" to bring the
system up, it failed to mount /usr. This was
2014 Nov 28
1
Re: [synnefo-devel] Re: [PATCH 1/1] inspect: Fix a bug in the *BSD root detection
LGTM
Another thing concerning the disklabel partitions is that
list_filesystems() will print both /dev/sda1 and /dev/sda5 as ufs file
systems. I don't know if you care to change this. The fact is that both
are mountable.
P.S. I wish the kernel folks would stop treating the disklabel
partitions as logical partitions. Logical partitions are sequential,
there are no gaps in the numbering. On
2008 Sep 21
3
UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY
Sep 21 08:57:54 belle fsck: /dev/ad4s1d: 1 DUP I=190
Sep 21 08:57:54 belle fsck: /dev/ad4s1d: UNEXPECTED SOFT UPDATE INCONSISTENCY; RUN fsck MANUALLY.
Ok, so I ran fsck manually (even with -y), but yet it refuses to clear/fix
whatever to the questions posed as fsck runs. What does this all mean?
Thanks,
-Clint
--
This message has been scanned for viruses and
dangerous content by MailScanner,
2008 Feb 06
3
Reconstruct disklabel for UFS and GELI volumes
Hi,
Somehow[TM] an installation of 4.11 to ad0s3 managed to wipe out my
existing disklabel for 7.0 on ad0s4. I now need to recover the
disklabel to get my system to boot!
There were three labels
- ad0s4a: UFS, exact size unknown. Is it possible to infer this from
the UFS partition size? I can mount this already, as I simply wrote an
'a' label of maximum size to the disklabel
- ad0s4b:
2003 Sep 04
1
ext2fs BSD-slice subpartition?
Hi everyone,
I extracted this from the grub sourcecode:
/* possible values for the *BSD-style partition type */
.
.
.
#define FS_EXT2FS 17 /* Linux Extended 2 file system */
It would actually meet my partitioning requirements to register a
partition inside one of my slices as ext2 (I currently mask the
partition type as ISO9660(!) and use a *patched* grub, so you see this
situation
2003 Aug 04
4
bootstrapping vinum root
Well, colleagues, I'm stuck a bit.
I tried many different ways to setup system with vinum root (the only
reference I found yet besides old "bootstrapping vinum" article is Joerg's
commit message: http://freebsd.rambler.ru/bsdmail/cvs-all_2003/msg01225.html
I failed. I have 4-stable system set up at ad0, and tried to set up pair of
drives for new system at ad2 and ad3 (actually,
2008 Aug 05
1
Stuck in geli
Rarely, a geli partition I have freezes a process in bufwait state. It
occurs after an ATA timeout message:
Aug 5 03:47:13 thor kernel: ad10: TIMEOUT - WRITE_DMA retrying (1 retry left) LBA=219028637
The geli partition resides on an Intel MatrixRAID RAID1 mirror using the
ICH9R chipset (Asus P5K-E/WIFI). Killing (even -9) the process does not
work. Rebooting is the only solution, yet the
2012 Oct 20
3
Assign external esata drive to KVM
Hello Everyone,
I have a CentOS 6.3 host running a few KVMs. One of them is a CentOS
6.3 KVM that I want to use for making backups with BackupPC. What I'm
having a problem with is assigning the KVM an external drive.
I used to run BackupPC on an Ubuntu box. The backups went to an external
eSATA 1.5TB, ext4 format, single partition drive (regular 3.5" in an
enclosure). I want to now
2016 Jul 13
2
[PATCH] : Adding dlabel option to chain.c32
On 06/30/16 14:19, Ady Ady via Syslinux wrote:
>
> BTW, any suggestions for an alternative name for this option, instead
> of "dlabel"?
>
"disklabel"
-hpa
2017 Apr 04
2
Hiding partitions at boot time
Hi,
My problem is I have a particular system which has Linux (LFS) and
Windows XP on one drive and Windows 10 on a second drive.
I use extlinux to boot my systems and all three systems boot as
expected, however in use I have found unsatisfactory interactions
between the Windows XP and the Windows 10 systems.
My question is:
Is it possible on booting one of the Windows systems to hide
2013 Nov 03
1
FreeBSD 10 Beta 2: make installkernel failure with installer provided ZFS configuration.
Hi,
I was trying to rebuild world on a FreeBSD 10 test system, that I had just
installed. ZFS root was setup. I let the installation program do all the
ZFS setup and configuration. I put root on a 5 disk encrypted raidz array.
Besides the installer configuring 5 times the amount of swap space I asked
for (asked for 8gb, installer put 8gb on each drive, for 40gb in total.)
everything was working
2003 Jul 07
2
FreeBSD 4.4-REL to FreeBSD 4.8-STABLE upgrade problem.
I sent this to freebsd-questions earlier via the newsgroup, but I just
found out today that the list-to-news gateway has been down for half a
month now. Any idea when it's going back up? Who was hosting that service
anyway?
And now for the question..
I have a test server that is being used to test a 4.4-REL to 4.8-STABLE
upgrade, and I've found the system will no longer boot unless I
2008 Sep 19
1
Problem with Arima HDAMA rev.G with Integrated SiliconImage Sil3114 Serial ATA 4 Ports and 1TB SATA disks. Recomendation for a cheap SATA controller for linux software raid?
Dear Everybody,
I am telling you the whole story, perhaps you can give me a better idea.
Almost 3 years ago I purchased Arima HDAMA rev. G motherboard with
integrated Silicon Image Sil3114 Serial ATA 4 Ports SATA I adapter. (
http://www.arimacorp.com/ViewProduct.asp?View=86 ) . BIOS version is
2.13.
My intention is to make a file server, using linux software raid, so I
bought 2 new shiny 1TB