Sponsored Content
Full Discussion: Mount root warning message
Operating Systems BSD Mount root warning message Post 302556335 by zarere on Sunday 18th of September 2011 04:13:00 AM
Old 09-18-2011
Set this

hint.apic.0.disabled="1"

in /boot/device.hints and the error will disappear.This is a common error nothing to worry about.



Quote:
Originally Posted by figaro
I see the following warning message during the boot sequence of any FreeBSD machine on stock hardware:

Code:
acd0: FAILURE: READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00
Trying to mount root from ufs:/dev/ad6s1

What does this mean and is it really a warning or something that should be fixed?

Thank you in advance
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Panic message with mount.

Hallo together, I have a litle problem with some of my external devices. If I type mount there are some "panic" massages. Is this a real mistake or is this a normal behavior of a Solaris 8 system ? /export/jumpstart on /dev/dsk/c5t4d0s7 read/write/setuid/intr/largefiles/onerror... (4 Replies)
Discussion started by: joerg
4 Replies

2. UNIX for Advanced & Expert Users

unixware 7.1.3 can't mount root

please help me about unixware 7.1.3 -------------------------------------------------------------------------------- msg: vfs_mountroot:cannot mount root %%%%%% system don't start (1 Reply)
Discussion started by: hushboy
1 Replies

3. UNIX for Dummies Questions & Answers

How to mount disk for non-root accounts?

Presently I have mounted a disk as su. I believe only root can mount disks -- is this correct? I had to run mozilla in the root account so I can download the new SuSE distribution to the new disk. How can I mount the disk so non-root accounts can access the disk? Thanks, Siegfried (4 Replies)
Discussion started by: siegfried
4 Replies

4. UNIX for Dummies Questions & Answers

How to mount disk for non-root accounts?

I have a USB disk on a little NAS controller (NSLU2 running unslung 6.8) that I can access nicely with root with mount -t cifs \\\\10.134.23.23\\DISK\ 2 /mnt/LKGD7F73A However, when I run emacs from an user mode xterm prompt, emacs cannot read and write the files on /mnt/LKGD7F73A. Emacs can... (11 Replies)
Discussion started by: siegfried
11 Replies

5. Linux

How to mount/umount disk from a non-root account

Is it possible to mount a disk from a non-root account? I'm developing a Java application which executes commands in the shell using the java.lang.Runtime.exec api, which runs fine for commands ls, df, etc., but for commands mount and umount, i have problems as I need to be root to eecute these.... (8 Replies)
Discussion started by: brendan76
8 Replies

6. Solaris

mount warning !!!!

Hi all, system Solaris 10, from external device I'm trying to mount. First I'm putting vfstab entries: /dev/dsk/c5t600C0FF0000000000B593F5E1482EE04d0s0 /dev/rdsk/c5t600C0FF0000000000B593F5E1482EE04d0s0 /oralog3 2 yes - after 'm trying mount it mount... (2 Replies)
Discussion started by: samar
2 Replies

7. Solaris

Solaris 10 failsafe can not mount root

i have a major problem, i renamed the ld.so.1 file. so i want to reboot into single user mode / fail safe / cdrom single user but i will not mount the root disk. if i look in /dev/dsk all i see is ide disks (cdrom) and no actual disks. (2 Replies)
Discussion started by: dshakey
2 Replies

8. Hardware

Cannot mount root - Panic

Hi Guys, I just tried to reboot my server, but it seems to be panicing and unable to mount the root disk. The filesystem is supposed to be ufs, so im not sure why its talking about vfs. At the moment it's just stuck in a loop of Reboot-panic-reboot. Any ideas? A. SunOS Release 5.10... (1 Reply)
Discussion started by: A-Train
1 Replies

9. AIX

AIX 0557 error The root file system does not mount

Hi, on running system, a disk was added hdiskx then importvg -y oraclevg hdiskx but hdiskx was actually a rootvg so since rootvg was already present in the existing system this happened Imported hdisk2 which was rootvg as importvg -y oraclevg hdisk2 in server since rootvg already... (1 Reply)
Discussion started by: filosophizer
1 Replies

10. Debian

Device error 71, won't mount root filesystem

I have a Debian OpenBox that boots from any usb port. The Debian LXDE will only boot from one specific port. It needs to look at all of them to find and be root, and mount the root filesystem by UUID. Both are full installs to 16GB flash drives. That is not being done. It says during boot... (0 Replies)
Discussion started by: patrick013
0 Replies
CX(4)							 BSD/i386 Kernel Interfaces Manual						     CX(4)

NAME
cx -- driver for synchronous/asynchronous Cronyx Sigma WAN adapters SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device cx Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_cx_load="YES" Additional options: device sppp options NETGRAPH options NETGRAPH_CRONYX In /boot/device.hints: hint.cx.0.at="isa" hint.cx.0.port="0x240" hint.cx.0.irq="15" hint.cx.0.drq="7" DESCRIPTION
The cx driver needs either sppp(4) or netgraph(4). Which one to use is determined by the NETGRAPH_CRONYX option. If this option is present in your kernel configuration file, the cx driver will be compiled with netgraph(4) support. Otherwise, it will be compiled with sppp(4) sup- port. The base I/O port address specified in /boot/device.hints must match the port address set by the jumpers on the board. The DMA I/O channel and interrupt request numbers are configured by software at adapter initialization. Legal values are: Port: 0x240, 0x260, 0x280, 0x300, 0x320, 0x380 IRQ: 3, 5, 7, 10, 11, 12, 15 DMA: 5, 6, 7 The cx driver supports autodetection. As for all non-PNP hardware, using autodetection could lead to some potential problems with other devices during the hardware detection process. It is always better to specify hardware resources manually. Refer to sconfig(8) for information about the cx adapter configuration. HARDWARE
The cx driver supports the following cards: o Cronyx Sigma-22, Sigma-24 o Cronyx Sigma-100 o Cronyx Sigma-400, Sigma-401, Sigma-404, Sigma-410, Sigma-440 o Cronyx Sigma-500 o Cronyx Sigma-703 o Cronyx Sigma-800, Sigma-801, Sigma-810, Sigma-840 SEE ALSO
cp(4), ctau(4), sppp(4), ifconfig(8), sconfig(8), spppcontrol(8) HISTORY
The cx driver was updated in FreeBSD 5.2 and FreeBSD 4.10. In most of the previous versions of FreeBSD the cx driver is out of date. The cx driver for previous versions of FreeBSD is available from http://www.cronyx.ru/. BSD
July 16, 2005 BSD
All times are GMT -4. The time now is 01:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy