Bad inode in /dev/fd/3

Can i delete it or must i restore it?
Is there an easy way to repair this? fsck -f doesn't fix it.
Please help me.
All yours
Mc Geek.

mc Geek wrote:
Thanks, Ill go looking for my OS-CD, and run diskutil from there.
Do you know by any chance if there is a mirror of the unix filesystem laying around on it somewhere?
You mean what Apple calls the BSD subsystem? Darwin itself is open source but I would not recommend copying device files from that source. You can use Pacifist (a shareware programme) to extract specific files from install packages (such as those on the install disks for your system).
-Could maybe be great for copying device - files.
Well, ill try fdisk -fy first anyway
I hope you mean "fsck -fy" since fdisk is for DOS file systems!
Ill even specify the path "/dev/fd" and check if that can be helpful.
I don't know if you can specify a path.
I'm not entirely clear why you are so sure you have a problem. The status of files in /dev/fd means they often give apparent errors in response to commands such as ls. "ls -la /dev/fd" on my machine, for instance, does not even include 3 but "file /dev/fd/*" gives an error message for 3, 4 and 255 and does not list 5 which the list command does. I'm not saying you're wrong. I don't really understand these aspects of the file system, but I'm just curious as to why you think there's an issue.
- cfr

Similar Messages

  • Bad superblock on /dev/sr0

    I'm trying to mount a Pink Floyd CD manually, just so I can browse its content but it doesn't work:
    $ sudo mount -t iso9660 /dev/sr0 /mnt/cd_dvd/
    mount: block device /dev/sr0 is write-protected, mounting read-only
    mount: wrong fs type, bad option, bad superblock on /dev/sr0,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so
    $ dmesg | tail
    [ 1370.241820] isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
    [ 1374.496878] sr 1:0:0:0: [sr0] Result: hostbyte=0x00 driverbyte=0x08
    [ 1374.496884] sr 1:0:0:0: [sr0] Sense Key : 0x5 [current]
    [ 1374.496889] sr 1:0:0:0: [sr0] ASC=0x64 ASCQ=0x0
    [ 1374.496893] sr 1:0:0:0: [sr0] CDB: cdb[0]=0x28: 28 00 00 00 00 10 00 00 01 00
    [ 1374.496903] end_request: I/O error, dev sr0, sector 64
    [ 1374.496935] isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
    What could be the reason for this? I am able to play the cd in VLC without problems. Could this be related to some scratches on the cd surface?
    Last edited by roygbiv (2011-12-02 17:16:29)

    ewaller wrote:I believe that the abstraction provided by things like Microsoft Windows and KDE add to this confusion.  Those systems create user interfaces that provide the illusion there is an underlying file system on Audio CDs.  As long as you remember that it is an illusion, you might try "browsing" the Audio CDs with Dolphin and the Audio CD kioslave.
    That is true. For end-users this is a convenient feature when using an OS because then they don't actually need to know the difference between Audio CD formats and CD-ROM formats - which in this case I was not aware of before now. Reading the wikipedia article on the Rainbow Books did clear things up.
    karol wrote:Have you tried e.g. http://www.archlinux.org/packages/?name=cdfs ?
    Thanks, I tried it and it froze my computer until I ejected my cd. I will try more of this later on.

  • Fsck fails with bad inode number 0 to ginode

    Hi,
    I'm trying to repair a ufs filesystem on Solaris 10 but it keeps failing with the message:
    bad inode number 0 to ginode
    Does anyone know how to get around this issue?
    Thanks,
    Ted

    I had this identical failure and the only solution I found anywhere was to format the drive, but I tried an alternate strategy which worked..
    The inode failure repeated during Phase 3 of fsck. I answered NO, to the Reconnect prompts during that Phase, and answered Yes to the Phase 4 & 5 prompts. After serveral fsck runs, Phase 4 & 5 errors were all fixed. On the next run of fsck, Phase 3 also passed - the bad inode error was gone.
    I could then mount the drive READ/WRITE and restore a corrupted library file. The server then booted up clean.
    The fix took less than 30 minutes...much better than the nuclear option!

  • Filesystem is fscked! journal inode missing

    I can no longer boot into my linux partition, I was trying to install ReactOS to an empty partition, I didn't think it would touch my other partitions, but nothing boots, I'm using knoppix right now, mounting /hda3 tells me 'mount: wrong fs type, bad option, bad superblock on /dev/hda3,' dmesg says 'EXT3-fs: journal inode is deleted.'
    Is there any way to salvage this or at least save some data before reformating?

    If it is just the journal that is broken, try:
    mount -t ext2 /dev/hda3 [mountpoint]
    ext3 can be read by the ext2 driver, and it bypasses the journal data.  If that works, you can just cp your data off it.  As for recovering, I suppose you could try use "tune2fs" to remake the journal.  I'd recommend backing up first though if you can, just in case.

  • Mount: wrong fs type, bad option, bad superblock on floppy

    Since I switched to kernel 2.6.1, I can no longer mount floppys.
    mount: wrong fs type, bad option, bad superblock on /dev/floppy/0,
    or too many mounted file systems
    I thought some filesystems might be compiled wrong, or the fstab is not OK, but I can't find any mistake.
    If some prof could have a look, I am sorry for the long quotes.
    Kernel Config
    # Automatically generated make config: don't edit
    CONFIG_X86=y
    CONFIG_MMU=y
    CONFIG_UID16=y
    CONFIG_GENERIC_ISA_DMA=y
    # Code maturity level options
    CONFIG_EXPERIMENTAL=y
    CONFIG_CLEAN_COMPILE=y
    CONFIG_STANDALONE=y
    CONFIG_BROKEN_ON_SMP=y
    # General setup
    CONFIG_SWAP=y
    CONFIG_SYSVIPC=y
    CONFIG_BSD_PROCESS_ACCT=y
    CONFIG_SYSCTL=y
    CONFIG_LOG_BUF_SHIFT=14
    CONFIG_IKCONFIG=y
    CONFIG_IKCONFIG_PROC=y
    # CONFIG_EMBEDDED is not set
    CONFIG_KALLSYMS=y
    CONFIG_FUTEX=y
    CONFIG_EPOLL=y
    CONFIG_IOSCHED_NOOP=y
    CONFIG_IOSCHED_AS=y
    CONFIG_IOSCHED_DEADLINE=y
    # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
    # Loadable module support
    CONFIG_MODULES=y
    CONFIG_MODULE_UNLOAD=y
    CONFIG_MODULE_FORCE_UNLOAD=y
    CONFIG_OBSOLETE_MODPARM=y
    CONFIG_MODVERSIONS=y
    CONFIG_KMOD=y
    # Processor type and features
    CONFIG_X86_PC=y
    # CONFIG_X86_VOYAGER is not set
    # CONFIG_X86_NUMAQ is not set
    # CONFIG_X86_SUMMIT is not set
    # CONFIG_X86_BIGSMP is not set
    # CONFIG_X86_VISWS is not set
    # CONFIG_X86_GENERICARCH is not set
    # CONFIG_X86_ES7000 is not set
    # CONFIG_M386 is not set
    # CONFIG_M486 is not set
    # CONFIG_M586 is not set
    # CONFIG_M586TSC is not set
    # CONFIG_M586MMX is not set
    # CONFIG_M686 is not set
    # CONFIG_MPENTIUMII is not set
    # CONFIG_MPENTIUMIII is not set
    # CONFIG_MPENTIUM4 is not set
    # CONFIG_MK6 is not set
    CONFIG_MK7=y
    # CONFIG_MK8 is not set
    # CONFIG_MELAN is not set
    # CONFIG_MCRUSOE is not set
    # CONFIG_MWINCHIPC6 is not set
    # CONFIG_MWINCHIP2 is not set
    # CONFIG_MWINCHIP3D is not set
    # CONFIG_MCYRIXIII is not set
    # CONFIG_MVIAC3_2 is not set
    # CONFIG_X86_GENERIC is not set
    CONFIG_X86_CMPXCHG=y
    CONFIG_X86_XADD=y
    CONFIG_X86_L1_CACHE_SHIFT=6
    CONFIG_RWSEM_XCHGADD_ALGORITHM=y
    CONFIG_X86_WP_WORKS_OK=y
    CONFIG_X86_INVLPG=y
    CONFIG_X86_BSWAP=y
    CONFIG_X86_POPAD_OK=y
    CONFIG_X86_GOOD_APIC=y
    CONFIG_X86_INTEL_USERCOPY=y
    CONFIG_X86_USE_PPRO_CHECKSUM=y
    CONFIG_X86_USE_3DNOW=y
    CONFIG_HPET_TIMER=y
    CONFIG_HPET_EMULATE_RTC=y
    # CONFIG_SMP is not set
    CONFIG_PREEMPT=y
    CONFIG_X86_UP_APIC=y
    CONFIG_X86_UP_IOAPIC=y
    CONFIG_X86_LOCAL_APIC=y
    CONFIG_X86_IO_APIC=y
    CONFIG_X86_TSC=y
    CONFIG_X86_MCE=y
    # CONFIG_X86_MCE_NONFATAL is not set
    # CONFIG_X86_MCE_P4THERMAL is not set
    # CONFIG_TOSHIBA is not set
    # CONFIG_I8K is not set
    # CONFIG_MICROCODE is not set
    # CONFIG_X86_MSR is not set
    # CONFIG_X86_CPUID is not set
    # CONFIG_EDD is not set
    # CONFIG_NOHIGHMEM is not set
    # CONFIG_HIGHMEM4G is not set
    CONFIG_HIGHMEM64G=y
    CONFIG_HIGHMEM=y
    CONFIG_X86_PAE=y
    CONFIG_HIGHPTE=y
    # CONFIG_MATH_EMULATION is not set
    CONFIG_MTRR=y
    CONFIG_HAVE_DEC_LOCK=y
    # Power management options (ACPI, APM)
    CONFIG_PM=y
    # CONFIG_SOFTWARE_SUSPEND is not set
    # CONFIG_PM_DISK is not set
    # ACPI (Advanced Configuration and Power Interface) Support
    # CONFIG_ACPI is not set
    # APM (Advanced Power Management) BIOS Support
    CONFIG_APM=y
    # CONFIG_APM_IGNORE_USER_SUSPEND is not set
    # CONFIG_APM_DO_ENABLE is not set
    # CONFIG_APM_CPU_IDLE is not set
    # CONFIG_APM_DISPLAY_BLANK is not set
    # CONFIG_APM_RTC_IS_GMT is not set
    # CONFIG_APM_ALLOW_INTS is not set
    # CONFIG_APM_REAL_MODE_POWER_OFF is not set
    # CPU Frequency scaling
    # CONFIG_CPU_FREQ is not set
    # Bus options (PCI, PCMCIA, EISA, MCA, ISA)
    CONFIG_PCI=y
    # CONFIG_PCI_GOBIOS is not set
    # CONFIG_PCI_GODIRECT is not set
    CONFIG_PCI_GOANY=y
    CONFIG_PCI_BIOS=y
    CONFIG_PCI_DIRECT=y
    # CONFIG_PCI_USE_VECTOR is not set
    # CONFIG_PCI_LEGACY_PROC is not set
    CONFIG_PCI_NAMES=y
    CONFIG_ISA=y
    # CONFIG_EISA is not set
    # CONFIG_MCA is not set
    # CONFIG_SCx200 is not set
    CONFIG_HOTPLUG=y
    # PCMCIA/CardBus support
    CONFIG_PCMCIA=y
    CONFIG_YENTA=y
    CONFIG_CARDBUS=y
    CONFIG_I82092=y
    CONFIG_I82365=y
    CONFIG_TCIC=y
    CONFIG_PCMCIA_PROBE=y
    # PCI Hotplug Support
    CONFIG_HOTPLUG_PCI=y
    CONFIG_HOTPLUG_PCI_FAKE=y
    CONFIG_HOTPLUG_PCI_COMPAQ=y
    CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM=y
    CONFIG_HOTPLUG_PCI_IBM=y
    CONFIG_HOTPLUG_PCI_CPCI=y
    CONFIG_HOTPLUG_PCI_CPCI_ZT5550=y
    CONFIG_HOTPLUG_PCI_CPCI_GENERIC=y
    # Executable file formats
    CONFIG_BINFMT_ELF=y
    CONFIG_BINFMT_AOUT=y
    CONFIG_BINFMT_MISC=y
    # Device Drivers
    # Generic Driver Options
    # CONFIG_FW_LOADER is not set
    # Memory Technology Devices (MTD)
    # CONFIG_MTD is not set
    # Parallel port support
    CONFIG_PARPORT=y
    CONFIG_PARPORT_PC=y
    CONFIG_PARPORT_PC_CML1=y
    CONFIG_PARPORT_SERIAL=y
    CONFIG_PARPORT_PC_FIFO=y
    CONFIG_PARPORT_PC_SUPERIO=y
    # CONFIG_PARPORT_PC_PCMCIA is not set
    CONFIG_PARPORT_OTHER=y
    CONFIG_PARPORT_1284=y
    # Plug and Play support
    CONFIG_PNP=y
    CONFIG_PNP_DEBUG=y
    # Protocols
    CONFIG_ISAPNP=y
    CONFIG_PNPBIOS=y
    # Block devices
    CONFIG_BLK_DEV_FD=y
    # CONFIG_BLK_DEV_XD is not set
    # CONFIG_PARIDE is not set
    # CONFIG_BLK_CPQ_DA is not set
    # CONFIG_BLK_CPQ_CISS_DA is not set
    # CONFIG_BLK_DEV_DAC960 is not set
    # CONFIG_BLK_DEV_UMEM is not set
    CONFIG_BLK_DEV_LOOP=y
    CONFIG_BLK_DEV_CRYPTOLOOP=y
    CONFIG_BLK_DEV_NBD=y
    CONFIG_BLK_DEV_RAM=y
    CONFIG_BLK_DEV_RAM_SIZE=4096
    CONFIG_BLK_DEV_INITRD=y
    CONFIG_LBD=y
    # ATA/ATAPI/MFM/RLL support
    # CONFIG_IDE is not set
    # SCSI device support
    CONFIG_SCSI=y
    CONFIG_SCSI_PROC_FS=y
    # SCSI support type (disk, tape, CD-ROM)
    CONFIG_BLK_DEV_SD=y
    # CONFIG_CHR_DEV_ST is not set
    # CONFIG_CHR_DEV_OSST is not set
    CONFIG_BLK_DEV_SR=y
    CONFIG_BLK_DEV_SR_VENDOR=y
    CONFIG_CHR_DEV_SG=y
    # Some SCSI devices (e.g. CD jukebox) support multiple LUNs
    # CONFIG_SCSI_MULTI_LUN is not set
    # CONFIG_SCSI_REPORT_LUNS is not set
    # CONFIG_SCSI_CONSTANTS is not set
    # CONFIG_SCSI_LOGGING is not set
    # SCSI low-level drivers
    # CONFIG_BLK_DEV_3W_XXXX_RAID is not set
    # CONFIG_SCSI_7000FASST is not set
    # CONFIG_SCSI_ACARD is not set
    # CONFIG_SCSI_AHA152X is not set
    # CONFIG_SCSI_AHA1542 is not set
    # CONFIG_SCSI_AACRAID is not set
    CONFIG_SCSI_AIC7XXX=y
    CONFIG_AIC7XXX_CMDS_PER_DEVICE=253
    CONFIG_AIC7XXX_RESET_DELAY_MS=15000
    # CONFIG_AIC7XXX_BUILD_FIRMWARE is not set
    # CONFIG_AIC7XXX_DEBUG_ENABLE is not set
    CONFIG_AIC7XXX_DEBUG_MASK=0
    # CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set
    # CONFIG_SCSI_AIC7XXX_OLD is not set
    # CONFIG_SCSI_AIC79XX is not set
    # CONFIG_SCSI_ADVANSYS is not set
    # CONFIG_SCSI_IN2000 is not set
    # CONFIG_SCSI_MEGARAID is not set
    # CONFIG_SCSI_SATA is not set
    # CONFIG_SCSI_BUSLOGIC is not set
    # CONFIG_SCSI_CPQFCTS is not set
    # CONFIG_SCSI_DMX3191D is not set
    # CONFIG_SCSI_DTC3280 is not set
    # CONFIG_SCSI_EATA is not set
    # CONFIG_SCSI_EATA_PIO is not set
    # CONFIG_SCSI_FUTURE_DOMAIN is not set
    # CONFIG_SCSI_GDTH is not set
    # CONFIG_SCSI_GENERIC_NCR5380 is not set
    # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
    # CONFIG_SCSI_IPS is not set
    # CONFIG_SCSI_INIA100 is not set
    # CONFIG_SCSI_PPA is not set
    # CONFIG_SCSI_IMM is not set
    # CONFIG_SCSI_NCR53C406A is not set
    # CONFIG_SCSI_SYM53C8XX_2 is not set
    # CONFIG_SCSI_PAS16 is not set
    # CONFIG_SCSI_PSI240I is not set
    # CONFIG_SCSI_QLOGIC_FAS is not set
    # CONFIG_SCSI_QLOGIC_ISP is not set
    # CONFIG_SCSI_QLOGIC_FC is not set
    # CONFIG_SCSI_QLOGIC_1280 is not set
    # CONFIG_SCSI_SYM53C416 is not set
    # CONFIG_SCSI_DC395x is not set
    # CONFIG_SCSI_DC390T is not set
    # CONFIG_SCSI_T128 is not set
    # CONFIG_SCSI_U14_34F is not set
    # CONFIG_SCSI_ULTRASTOR is not set
    # CONFIG_SCSI_NSP32 is not set
    # CONFIG_SCSI_DEBUG is not set
    # PCMCIA SCSI adapter support
    # CONFIG_PCMCIA_AHA152X is not set
    # CONFIG_PCMCIA_FDOMAIN is not set
    # CONFIG_PCMCIA_NINJA_SCSI is not set
    # CONFIG_PCMCIA_QLOGIC is not set
    # Old CD-ROM drivers (not SCSI, not IDE)
    # CONFIG_CD_NO_IDESCSI is not set
    # Multi-device support (RAID and LVM)
    # CONFIG_MD is not set
    # Fusion MPT device support
    # CONFIG_FUSION is not set
    # IEEE 1394 (FireWire) support (EXPERIMENTAL)
    # CONFIG_IEEE1394 is not set
    # I2O device support
    # CONFIG_I2O is not set
    # Networking support
    CONFIG_NET=y
    # Networking options
    CONFIG_PACKET=y
    # CONFIG_PACKET_MMAP is not set
    CONFIG_NETLINK_DEV=y
    CONFIG_UNIX=y
    # CONFIG_NET_KEY is not set
    CONFIG_INET=y
    CONFIG_IP_MULTICAST=y
    # CONFIG_IP_ADVANCED_ROUTER is not set
    # CONFIG_IP_PNP is not set
    CONFIG_NET_IPIP=y
    CONFIG_NET_IPGRE=y
    # CONFIG_NET_IPGRE_BROADCAST is not set
    # CONFIG_IP_MROUTE is not set
    # CONFIG_ARPD is not set
    CONFIG_INET_ECN=y
    CONFIG_SYN_COOKIES=y
    # CONFIG_INET_AH is not set
    # CONFIG_INET_ESP is not set
    # CONFIG_INET_IPCOMP is not set
    # IP: Virtual Server Configuration
    # CONFIG_IP_VS is not set
    # CONFIG_IPV6 is not set
    # CONFIG_DECNET is not set
    # CONFIG_BRIDGE is not set
    CONFIG_NETFILTER=y
    # CONFIG_NETFILTER_DEBUG is not set
    # IP: Netfilter Configuration
    CONFIG_IP_NF_CONNTRACK=m
    CONFIG_IP_NF_FTP=m
    CONFIG_IP_NF_IRC=m
    # CONFIG_IP_NF_TFTP is not set
    # CONFIG_IP_NF_AMANDA is not set
    CONFIG_IP_NF_QUEUE=m
    CONFIG_IP_NF_IPTABLES=m
    CONFIG_IP_NF_MATCH_LIMIT=m
    # CONFIG_IP_NF_MATCH_IPRANGE is not set
    CONFIG_IP_NF_MATCH_MAC=m
    # CONFIG_IP_NF_MATCH_PKTTYPE is not set
    CONFIG_IP_NF_MATCH_MARK=m
    CONFIG_IP_NF_MATCH_MULTIPORT=m
    CONFIG_IP_NF_MATCH_TOS=m
    # CONFIG_IP_NF_MATCH_RECENT is not set
    # CONFIG_IP_NF_MATCH_ECN is not set
    # CONFIG_IP_NF_MATCH_DSCP is not set
    # CONFIG_IP_NF_MATCH_AH_ESP is not set
    CONFIG_IP_NF_MATCH_LENGTH=m
    CONFIG_IP_NF_MATCH_TTL=m
    CONFIG_IP_NF_MATCH_TCPMSS=m
    # CONFIG_IP_NF_MATCH_HELPER is not set
    CONFIG_IP_NF_MATCH_STATE=m
    # CONFIG_IP_NF_MATCH_CONNTRACK is not set
    CONFIG_IP_NF_MATCH_OWNER=m
    CONFIG_IP_NF_FILTER=m
    CONFIG_IP_NF_TARGET_REJECT=m
    CONFIG_IP_NF_NAT=m
    CONFIG_IP_NF_NAT_NEEDED=y
    CONFIG_IP_NF_TARGET_MASQUERADE=m
    CONFIG_IP_NF_TARGET_REDIRECT=m
    # CONFIG_IP_NF_TARGET_NETMAP is not set
    # CONFIG_IP_NF_TARGET_SAME is not set
    # CONFIG_IP_NF_NAT_LOCAL is not set
    CONFIG_IP_NF_NAT_SNMP_BASIC=m
    CONFIG_IP_NF_NAT_IRC=m
    CONFIG_IP_NF_NAT_FTP=m
    CONFIG_IP_NF_MANGLE=m
    CONFIG_IP_NF_TARGET_TOS=m
    # CONFIG_IP_NF_TARGET_ECN is not set
    # CONFIG_IP_NF_TARGET_DSCP is not set
    CONFIG_IP_NF_TARGET_MARK=m
    # CONFIG_IP_NF_TARGET_CLASSIFY is not set
    CONFIG_IP_NF_TARGET_LOG=m
    # CONFIG_IP_NF_TARGET_ULOG is not set
    CONFIG_IP_NF_TARGET_TCPMSS=m
    # CONFIG_IP_NF_ARPTABLES is not set
    CONFIG_IP_NF_COMPAT_IPCHAINS=m
    CONFIG_IP_NF_COMPAT_IPFWADM=m
    CONFIG_XFRM=y
    # CONFIG_XFRM_USER is not set
    # SCTP Configuration (EXPERIMENTAL)
    CONFIG_IPV6_SCTP__=y
    # CONFIG_IP_SCTP is not set
    # CONFIG_ATM is not set
    # CONFIG_VLAN_8021Q is not set
    CONFIG_LLC=y
    # CONFIG_LLC2 is not set
    # CONFIG_IPX is not set
    # CONFIG_ATALK is not set
    # CONFIG_X25 is not set
    # CONFIG_LAPB is not set
    # CONFIG_NET_DIVERT is not set
    # CONFIG_ECONET is not set
    # CONFIG_WAN_ROUTER is not set
    # CONFIG_NET_FASTROUTE is not set
    # CONFIG_NET_HW_FLOWCONTROL is not set
    # QoS and/or fair queueing
    CONFIG_NET_SCHED=y
    CONFIG_NET_SCH_CBQ=y
    CONFIG_NET_SCH_HTB=y
    CONFIG_NET_SCH_CSZ=y
    CONFIG_NET_SCH_PRIO=y
    CONFIG_NET_SCH_RED=y
    CONFIG_NET_SCH_SFQ=y
    CONFIG_NET_SCH_TEQL=y
    CONFIG_NET_SCH_TBF=y
    CONFIG_NET_SCH_GRED=y
    CONFIG_NET_SCH_DSMARK=y
    CONFIG_NET_SCH_INGRESS=y
    CONFIG_NET_QOS=y
    CONFIG_NET_ESTIMATOR=y
    CONFIG_NET_CLS=y
    CONFIG_NET_CLS_TCINDEX=y
    CONFIG_NET_CLS_ROUTE4=y
    CONFIG_NET_CLS_ROUTE=y
    CONFIG_NET_CLS_FW=y
    CONFIG_NET_CLS_U32=y
    CONFIG_NET_CLS_RSVP=y
    CONFIG_NET_CLS_RSVP6=y
    CONFIG_NET_CLS_POLICE=y
    # Network testing
    # CONFIG_NET_PKTGEN is not set
    CONFIG_NETDEVICES=y
    # ARCnet devices
    CONFIG_ARCNET=m
    # CONFIG_ARCNET_1201 is not set
    CONFIG_ARCNET_1051=m
    # CONFIG_ARCNET_RAW is not set
    CONFIG_ARCNET_COM90xx=m
    CONFIG_ARCNET_COM90xxIO=m
    CONFIG_ARCNET_RIM_I=m
    CONFIG_ARCNET_COM20020=m
    # CONFIG_ARCNET_COM20020_ISA is not set
    CONFIG_ARCNET_COM20020_PCI=m
    CONFIG_DUMMY=y
    # CONFIG_BONDING is not set
    # CONFIG_EQUALIZER is not set
    # CONFIG_TUN is not set
    # CONFIG_ETHERTAP is not set
    # CONFIG_NET_SB1000 is not set
    # Ethernet (10 or 100Mbit)
    CONFIG_NET_ETHERNET=y
    CONFIG_MII=y
    # CONFIG_HAPPYMEAL is not set
    # CONFIG_SUNGEM is not set
    # CONFIG_NET_VENDOR_3COM is not set
    # CONFIG_LANCE is not set
    # CONFIG_NET_VENDOR_SMC is not set
    # CONFIG_NET_VENDOR_RACAL is not set
    # Tulip family network device support
    CONFIG_NET_TULIP=y
    # CONFIG_DE2104X is not set
    CONFIG_TULIP=y
    CONFIG_TULIP_MWI=y
    CONFIG_TULIP_MMIO=y
    # CONFIG_DE4X5 is not set
    # CONFIG_WINBOND_840 is not set
    # CONFIG_DM9102 is not set
    # CONFIG_PCMCIA_XIRCOM is not set
    # CONFIG_PCMCIA_XIRTULIP is not set
    # CONFIG_AT1700 is not set
    # CONFIG_DEPCA is not set
    # CONFIG_HP100 is not set
    # CONFIG_NET_ISA is not set
    # CONFIG_NET_PCI is not set
    # CONFIG_NET_POCKET is not set
    # Ethernet (1000 Mbit)
    CONFIG_ACENIC=m
    # CONFIG_ACENIC_OMIT_TIGON_I is not set
    CONFIG_DL2K=m
    # CONFIG_E1000 is not set
    CONFIG_NS83820=m
    CONFIG_HAMACHI=m
    CONFIG_YELLOWFIN=m
    # CONFIG_R8169 is not set
    # CONFIG_SIS190 is not set
    CONFIG_SK98LIN=m
    # CONFIG_TIGON3 is not set
    # Ethernet (10000 Mbit)
    # CONFIG_IXGB is not set
    # CONFIG_FDDI is not set
    # CONFIG_HIPPI is not set
    # CONFIG_PLIP is not set
    CONFIG_PPP=y
    CONFIG_PPP_MULTILINK=y
    CONFIG_PPP_FILTER=y
    # CONFIG_PPP_ASYNC is not set
    # CONFIG_PPP_SYNC_TTY is not set
    CONFIG_PPP_DEFLATE=y
    CONFIG_PPP_BSDCOMP=y
    # CONFIG_PPPOE is not set
    # CONFIG_SLIP is not set
    # Wireless LAN (non-hamradio)
    CONFIG_NET_RADIO=y
    # Obsolete Wireless cards support (pre-802.11)
    CONFIG_STRIP=m
    CONFIG_ARLAN=m
    CONFIG_WAVELAN=m
    # CONFIG_PCMCIA_WAVELAN is not set
    # CONFIG_PCMCIA_NETWAVE is not set
    # Wireless 802.11 Frequency Hopping cards support
    # CONFIG_PCMCIA_RAYCS is not set
    # Wireless 802.11b ISA/PCI cards support
    CONFIG_AIRO=m
    CONFIG_HERMES=m
    CONFIG_PLX_HERMES=m
    # CONFIG_TMD_HERMES is not set
    # CONFIG_PCI_HERMES is not set
    # Wireless 802.11b Pcmcia/Cardbus cards support
    # CONFIG_PCMCIA_HERMES is not set
    # CONFIG_AIRO_CS is not set
    # CONFIG_PCMCIA_ATMEL is not set
    # CONFIG_PCMCIA_WL3501 is not set
    CONFIG_NET_WIRELESS=y
    # Token Ring devices
    CONFIG_TR=y
    CONFIG_IBMTR=m
    CONFIG_IBMOL=m
    CONFIG_IBMLS=m
    # CONFIG_3C359 is not set
    CONFIG_TMS380TR=m
    CONFIG_TMSPCI=m
    # CONFIG_SKISA is not set
    # CONFIG_PROTEON is not set
    CONFIG_ABYSS=m
    # CONFIG_SMCTR is not set
    # CONFIG_NET_FC is not set
    # CONFIG_RCPCI is not set
    # CONFIG_SHAPER is not set
    # Wan interfaces
    # CONFIG_WAN is not set
    # PCMCIA network device support
    # CONFIG_NET_PCMCIA is not set
    # Amateur Radio support
    # CONFIG_HAMRADIO is not set
    # IrDA (infrared) support
    # CONFIG_IRDA is not set
    # Bluetooth support
    # CONFIG_BT is not set
    # ISDN subsystem
    # CONFIG_ISDN_BOOL is not set
    # Telephony Support
    # CONFIG_PHONE is not set
    # Input device support
    CONFIG_INPUT=y
    # Userland interfaces
    CONFIG_INPUT_MOUSEDEV=y
    CONFIG_INPUT_MOUSEDEV_PSAUX=y
    CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
    CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
    CONFIG_INPUT_JOYDEV=y
    # CONFIG_INPUT_TSDEV is not set
    CONFIG_INPUT_EVDEV=y
    # CONFIG_INPUT_EVBUG is not set
    # Input I/O drivers
    CONFIG_GAMEPORT=y
    CONFIG_SOUND_GAMEPORT=y
    CONFIG_GAMEPORT_NS558=y
    # CONFIG_GAMEPORT_L4 is not set
    CONFIG_GAMEPORT_EMU10K1=y
    # CONFIG_GAMEPORT_VORTEX is not set
    # CONFIG_GAMEPORT_FM801 is not set
    # CONFIG_GAMEPORT_CS461x is not set
    CONFIG_SERIO=y
    CONFIG_SERIO_I8042=y
    # CONFIG_SERIO_SERPORT is not set
    # CONFIG_SERIO_CT82C710 is not set
    # CONFIG_SERIO_PARKBD is not set
    CONFIG_SERIO_PCIPS2=y
    # Input Device Drivers
    CONFIG_INPUT_KEYBOARD=y
    CONFIG_KEYBOARD_ATKBD=y
    # CONFIG_KEYBOARD_SUNKBD is not set
    # CONFIG_KEYBOARD_XTKBD is not set
    # CONFIG_KEYBOARD_NEWTON is not set
    CONFIG_INPUT_MOUSE=y
    CONFIG_MOUSE_PS2=y
    CONFIG_MOUSE_SERIAL=y
    # CONFIG_MOUSE_INPORT is not set
    # CONFIG_MOUSE_LOGIBM is not set
    # CONFIG_MOUSE_PC110PAD is not set
    CONFIG_INPUT_JOYSTICK=y
    # CONFIG_JOYSTICK_ANALOG is not set
    # CONFIG_JOYSTICK_A3D is not set
    # CONFIG_JOYSTICK_ADI is not set
    # CONFIG_JOYSTICK_COBRA is not set
    # CONFIG_JOYSTICK_GF2K is not set
    CONFIG_JOYSTICK_GRIP=y
    CONFIG_JOYSTICK_GRIP_MP=y
    # CONFIG_JOYSTICK_GUILLEMOT is not set
    # CONFIG_JOYSTICK_INTERACT is not set
    CONFIG_JOYSTICK_SIDEWINDER=y
    # CONFIG_JOYSTICK_TMDC is not set
    # CONFIG_JOYSTICK_IFORCE is not set
    # CONFIG_JOYSTICK_WARRIOR is not set
    # CONFIG_JOYSTICK_MAGELLAN is not set
    # CONFIG_JOYSTICK_SPACEORB is not set
    # CONFIG_JOYSTICK_SPACEBALL is not set
    # CONFIG_JOYSTICK_STINGER is not set
    # CONFIG_JOYSTICK_TWIDDLER is not set
    # CONFIG_JOYSTICK_DB9 is not set
    # CONFIG_JOYSTICK_GAMECON is not set
    # CONFIG_JOYSTICK_TURBOGRAFX is not set
    # CONFIG_INPUT_JOYDUMP is not set
    # CONFIG_INPUT_TOUCHSCREEN is not set
    CONFIG_INPUT_MISC=y
    CONFIG_INPUT_PCSPKR=y
    # CONFIG_INPUT_UINPUT is not set
    # Character devices
    CONFIG_VT=y
    CONFIG_VT_CONSOLE=y
    CONFIG_HW_CONSOLE=y
    # CONFIG_SERIAL_NONSTANDARD is not set
    # Serial drivers
    CONFIG_SERIAL_8250=y
    CONFIG_SERIAL_8250_CONSOLE=y
    # CONFIG_SERIAL_8250_CS is not set
    CONFIG_SERIAL_8250_NR_UARTS=4
    CONFIG_SERIAL_8250_EXTENDED=y
    CONFIG_SERIAL_8250_MANY_PORTS=y
    CONFIG_SERIAL_8250_SHARE_IRQ=y
    CONFIG_SERIAL_8250_DETECT_IRQ=y
    CONFIG_SERIAL_8250_MULTIPORT=y
    CONFIG_SERIAL_8250_RSA=y
    # Non-8250 serial port support
    CONFIG_SERIAL_CORE=y
    CONFIG_SERIAL_CORE_CONSOLE=y
    CONFIG_UNIX98_PTYS=y
    CONFIG_UNIX98_PTY_COUNT=256
    CONFIG_PRINTER=y
    # CONFIG_LP_CONSOLE is not set
    # CONFIG_PPDEV is not set
    # CONFIG_TIPAR is not set
    # I2C support
    CONFIG_I2C=y
    CONFIG_I2C_CHARDEV=y
    # I2C Algorithms
    CONFIG_I2C_ALGOBIT=y
    CONFIG_I2C_ALGOPCF=y
    # I2C Hardware Bus support
    CONFIG_I2C_ALI1535=y
    CONFIG_I2C_ALI15X3=y
    CONFIG_I2C_AMD756=y
    CONFIG_I2C_AMD8111=y
    CONFIG_I2C_ELEKTOR=y
    CONFIG_I2C_ELV=y
    CONFIG_I2C_I801=y
    CONFIG_I2C_I810=y
    CONFIG_I2C_ISA=y
    CONFIG_I2C_NFORCE2=y
    CONFIG_I2C_PHILIPSPAR=y
    CONFIG_I2C_PIIX4=y
    CONFIG_I2C_PROSAVAGE=y
    CONFIG_I2C_SAVAGE4=y
    CONFIG_SCx200_ACB=y
    CONFIG_I2C_SIS5595=y
    CONFIG_I2C_SIS630=y
    CONFIG_I2C_SIS96X=y
    CONFIG_I2C_VELLEMAN=y
    CONFIG_I2C_VIA=y
    CONFIG_I2C_VIAPRO=y
    CONFIG_I2C_VOODOO3=y
    # I2C Hardware Sensors Chip support
    CONFIG_I2C_SENSOR=y
    CONFIG_SENSORS_ADM1021=y
    CONFIG_SENSORS_EEPROM=y
    CONFIG_SENSORS_IT87=y
    CONFIG_SENSORS_LM75=y
    CONFIG_SENSORS_LM78=y
    # CONFIG_SENSORS_LM83 is not set
    CONFIG_SENSORS_LM85=y
    CONFIG_SENSORS_VIA686A=y
    CONFIG_SENSORS_W83781D=y
    # Mice
    CONFIG_BUSMOUSE=y
    # CONFIG_QIC02_TAPE is not set
    # IPMI
    # CONFIG_IPMI_HANDLER is not set
    # Watchdog Cards
    # CONFIG_WATCHDOG is not set
    # CONFIG_HW_RANDOM is not set
    CONFIG_NVRAM=y
    CONFIG_RTC=y
    # CONFIG_DTLK is not set
    # CONFIG_R3964 is not set
    # CONFIG_APPLICOM is not set
    # CONFIG_SONYPI is not set
    # Ftape, the floppy tape device driver
    # CONFIG_FTAPE is not set
    CONFIG_AGP=y
    # CONFIG_AGP_ALI is not set
    # CONFIG_AGP_ATI is not set
    # CONFIG_AGP_AMD is not set
    # CONFIG_AGP_AMD64 is not set
    # CONFIG_AGP_INTEL is not set
    # CONFIG_AGP_NVIDIA is not set
    # CONFIG_AGP_SIS is not set
    # CONFIG_AGP_SWORKS is not set
    CONFIG_AGP_VIA=y
    CONFIG_DRM=y
    # CONFIG_DRM_TDFX is not set
    # CONFIG_DRM_GAMMA is not set
    # CONFIG_DRM_R128 is not set
    # CONFIG_DRM_RADEON is not set
    # CONFIG_DRM_MGA is not set
    # CONFIG_DRM_SIS is not set
    # PCMCIA character devices
    # CONFIG_SYNCLINK_CS is not set
    # CONFIG_MWAVE is not set
    # CONFIG_RAW_DRIVER is not set
    # CONFIG_HANGCHECK_TIMER is not set
    # Multimedia devices
    CONFIG_VIDEO_DEV=y
    # Video For Linux
    # Video Adapters
    CONFIG_VIDEO_BT848=y
    # CONFIG_VIDEO_PMS is not set
    # CONFIG_VIDEO_BWQCAM is not set
    # CONFIG_VIDEO_CQCAM is not set
    # CONFIG_VIDEO_W9966 is not set
    # CONFIG_VIDEO_CPIA is not set
    # CONFIG_VIDEO_SAA5249 is not set
    # CONFIG_TUNER_3036 is not set
    # CONFIG_VIDEO_STRADIS is not set
    # CONFIG_VIDEO_ZORAN is not set
    # CONFIG_VIDEO_SAA7134 is not set
    # CONFIG_VIDEO_MXB is not set
    # CONFIG_VIDEO_DPC is not set
    # CONFIG_VIDEO_HEXIUM_ORION is not set
    # CONFIG_VIDEO_HEXIUM_GEMINI is not set
    # Radio Adapters
    CONFIG_RADIO_CADET=m
    CONFIG_RADIO_RTRACK=m
    CONFIG_RADIO_RTRACK2=m
    CONFIG_RADIO_AZTECH=m
    CONFIG_RADIO_GEMTEK=m
    CONFIG_RADIO_GEMTEK_PCI=m
    CONFIG_RADIO_MAXIRADIO=m
    CONFIG_RADIO_MAESTRO=m
    CONFIG_RADIO_SF16FMI=m
    CONFIG_RADIO_TERRATEC=m
    CONFIG_RADIO_TRUST=m
    CONFIG_RADIO_TYPHOON=m
    CONFIG_RADIO_TYPHOON_PROC_FS=y
    CONFIG_RADIO_ZOLTRIX=m
    # Digital Video Broadcasting Devices
    # CONFIG_DVB is not set
    CONFIG_VIDEO_TUNER=y
    CONFIG_VIDEO_BUF=y
    CONFIG_VIDEO_BTCX=y
    # Graphics support
    CONFIG_FB=y
    # CONFIG_FB_CYBER2000 is not set
    # CONFIG_FB_IMSTT is not set
    CONFIG_FB_VGA16=y
    CONFIG_FB_VESA=y
    CONFIG_VIDEO_SELECT=y
    # CONFIG_FB_HGA is not set
    CONFIG_FB_RIVA=y
    # CONFIG_FB_MATROX is not set
    # CONFIG_FB_RADEON is not set
    # CONFIG_FB_ATY128 is not set
    # CONFIG_FB_ATY is not set
    # CONFIG_FB_SIS is not set
    # CONFIG_FB_NEOMAGIC is not set
    # CONFIG_FB_3DFX is not set
    # CONFIG_FB_VOODOO1 is not set
    # CONFIG_FB_TRIDENT is not set
    # CONFIG_FB_VIRTUAL is not set
    # Console display driver support
    CONFIG_VGA_CONSOLE=y
    # CONFIG_MDA_CONSOLE is not set
    CONFIG_DUMMY_CONSOLE=y
    CONFIG_FRAMEBUFFER_CONSOLE=y
    CONFIG_PCI_CONSOLE=y
    # CONFIG_FONTS is not set
    CONFIG_FONT_8x8=y
    CONFIG_FONT_8x16=y
    # Logo configuration
    CONFIG_LOGO=y
    CONFIG_LOGO_LINUX_MONO=y
    CONFIG_LOGO_LINUX_VGA16=y
    CONFIG_LOGO_LINUX_CLUT224=y
    # Sound
    CONFIG_SOUND=y
    # Advanced Linux Sound Architecture
    CONFIG_SND=y
    CONFIG_SND_SEQUENCER=y
    # CONFIG_SND_SEQ_DUMMY is not set
    CONFIG_SND_OSSEMUL=y
    CONFIG_SND_MIXER_OSS=y
    CONFIG_SND_PCM_OSS=y
    CONFIG_SND_SEQUENCER_OSS=y
    CONFIG_SND_RTCTIMER=y
    # CONFIG_SND_VERBOSE_PRINTK is not set
    # CONFIG_SND_DEBUG is not set
    # Generic devices
    # CONFIG_SND_DUMMY is not set
    # CONFIG_SND_VIRMIDI is not set
    # CONFIG_SND_MTPAV is not set
    # CONFIG_SND_SERIAL_U16550 is not set
    # CONFIG_SND_MPU401 is not set
    # ISA devices
    # CONFIG_SND_AD1816A is not set
    # CONFIG_SND_AD1848 is not set
    # CONFIG_SND_CS4231 is not set
    # CONFIG_SND_CS4232 is not set
    # CONFIG_SND_CS4236 is not set
    # CONFIG_SND_ES968 is not set
    # CONFIG_SND_ES1688 is not set
    # CONFIG_SND_ES18XX is not set
    # CONFIG_SND_GUSCLASSIC is not set
    # CONFIG_SND_GUSEXTREME is not set
    # CONFIG_SND_GUSMAX is not set
    # CONFIG_SND_INTERWAVE is not set
    # CONFIG_SND_INTERWAVE_STB is not set
    # CONFIG_SND_OPTI92X_AD1848 is not set
    # CONFIG_SND_OPTI92X_CS4231 is not set
    # CONFIG_SND_OPTI93X is not set
    # CONFIG_SND_SB8 is not set
    # CONFIG_SND_SB16 is not set
    # CONFIG_SND_SBAWE is not set
    # CONFIG_SND_WAVEFRONT is not set
    # CONFIG_SND_ALS100 is not set
    # CONFIG_SND_AZT2320 is not set
    # CONFIG_SND_CMI8330 is not set
    # CONFIG_SND_DT019X is not set
    # CONFIG_SND_OPL3SA2 is not set
    # CONFIG_SND_SGALAXY is not set
    # CONFIG_SND_SSCAPE is not set
    # PCI devices
    # CONFIG_SND_ALI5451 is not set
    # CONFIG_SND_AZT3328 is not set
    # CONFIG_SND_CS46XX is not set
    # CONFIG_SND_CS4281 is not set
    CONFIG_SND_EMU10K1=y
    # CONFIG_SND_KORG1212 is not set
    # CONFIG_SND_NM256 is not set
    # CONFIG_SND_RME32 is not set
    # CONFIG_SND_RME96 is not set
    # CONFIG_SND_RME9652 is not set
    # CONFIG_SND_HDSP is not set
    # CONFIG_SND_TRIDENT is not set
    # CONFIG_SND_YMFPCI is not set
    # CONFIG_SND_ALS4000 is not set
    # CONFIG_SND_CMIPCI is not set
    # CONFIG_SND_ENS1370 is not set
    # CONFIG_SND_ENS1371 is not set
    # CONFIG_SND_ES1938 is not set
    # CONFIG_SND_ES1968 is not set
    # CONFIG_SND_MAESTRO3 is not set
    # CONFIG_SND_FM801 is not set
    # CONFIG_SND_ICE1712 is not set
    # CONFIG_SND_ICE1724 is not set
    # CONFIG_SND_INTEL8X0 is not set
    # CONFIG_SND_SONICVIBES is not set
    # CONFIG_SND_VIA82XX is not set
    # CONFIG_SND_VX222 is not set
    # ALSA USB devices
    # CONFIG_SND_USB_AUDIO is not set
    # PCMCIA devices
    # CONFIG_SND_VXPOCKET is not set
    # CONFIG_SND_VXP440 is not set
    # Open Sound System
    # CONFIG_SOUND_PRIME is not set
    # USB support
    CONFIG_USB=y
    # CONFIG_USB_DEBUG is not set
    # Miscellaneous USB options
    CONFIG_USB_DEVICEFS=y
    # CONFIG_USB_BANDWIDTH is not set
    # CONFIG_USB_DYNAMIC_MINORS is not set
    # USB Host Controller Drivers
    CONFIG_USB_EHCI_HCD=y
    CONFIG_USB_OHCI_HCD=m
    CONFIG_USB_UHCI_HCD=y
    # USB Device Class drivers
    # CONFIG_USB_AUDIO is not set
    # CONFIG_USB_BLUETOOTH_TTY is not set
    # CONFIG_USB_MIDI is not set
    # CONFIG_USB_ACM is not set
    # CONFIG_USB_PRINTER is not set
    CONFIG_USB_STORAGE=y
    CONFIG_USB_STORAGE_DEBUG=y
    CONFIG_USB_STORAGE_DATAFAB=y
    CONFIG_USB_STORAGE_FREECOM=y
    CONFIG_USB_STORAGE_DPCM=y
    CONFIG_USB_STORAGE_HP8200e=y
    CONFIG_USB_STORAGE_SDDR09=y
    CONFIG_USB_STORAGE_SDDR55=y
    CONFIG_USB_STORAGE_JUMPSHOT=y
    # USB Human Interface Devices (HID)
    CONFIG_USB_HID=y
    CONFIG_USB_HIDINPUT=y
    CONFIG_HID_FF=y
    CONFIG_HID_PID=y
    CONFIG_LOGITECH_FF=y
    CONFIG_THRUSTMASTER_FF=y
    CONFIG_USB_HIDDEV=y
    # CONFIG_USB_AIPTEK is not set
    # CONFIG_USB_WACOM is not set
    # CONFIG_USB_KBTAB is not set
    # CONFIG_USB_POWERMATE is not set
    # CONFIG_USB_XPAD is not set
    # USB Imaging devices
    # CONFIG_USB_MDC800 is not set
    # CONFIG_USB_SCANNER is not set
    # CONFIG_USB_MICROTEK is not set
    # CONFIG_USB_HPUSBSCSI is not set
    # USB Multimedia devices
    # CONFIG_USB_DABUSB is not set
    # CONFIG_USB_VICAM is not set
    # CONFIG_USB_DSBR is not set
    # CONFIG_USB_IBMCAM is not set
    # CONFIG_USB_KONICAWC is not set
    # CONFIG_USB_OV511 is not set
    # CONFIG_USB_PWC is not set
    # CONFIG_USB_SE401 is not set
    # CONFIG_USB_STV680 is not set
    # CONFIG_USB_W9968CF is not set
    # USB Network adaptors
    # CONFIG_USB_CATC is not set
    # CONFIG_USB_KAWETH is not set
    # CONFIG_USB_PEGASUS is not set
    # CONFIG_USB_RTL8150 is not set
    # CONFIG_USB_USBNET is not set
    # USB port drivers
    # CONFIG_USB_USS720 is not set
    # USB Serial Converter support
    CONFIG_USB_SERIAL=m
    CONFIG_USB_SERIAL_GENERIC=y
    CONFIG_USB_SERIAL_BELKIN=m
    CONFIG_USB_SERIAL_WHITEHEAT=m
    CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
    CONFIG_USB_SERIAL_EMPEG=m
    CONFIG_USB_SERIAL_FTDI_SIO=m
    CONFIG_USB_SERIAL_VISOR=m
    CONFIG_USB_SERIAL_IPAQ=m
    CONFIG_USB_SERIAL_IR=m
    CONFIG_USB_SERIAL_EDGEPORT=m
    # CONFIG_USB_SERIAL_EDGEPORT_TI is not set
    CONFIG_USB_SERIAL_KEYSPAN_PDA=m
    CONFIG_USB_SERIAL_KEYSPAN=m
    # CONFIG_USB_SERIAL_KEYSPAN_MPR is not set
    # CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
    # CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
    # CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
    # CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
    # CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
    # CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
    # CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
    # CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set
    # CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set
    # CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
    # CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set
    CONFIG_USB_SERIAL_KLSI=m
    # CONFIG_USB_SERIAL_KOBIL_SCT is not set
    CONFIG_USB_SERIAL_MCT_U232=m
    CONFIG_USB_SERIAL_PL2303=m
    CONFIG_USB_SERIAL_SAFE=m
    CONFIG_USB_SERIAL_SAFE_PADDED=y
    CONFIG_USB_SERIAL_CYBERJACK=m
    CONFIG_USB_SERIAL_XIRCOM=m
    CONFIG_USB_SERIAL_OMNINET=m
    CONFIG_USB_EZUSB=y
    # USB Miscellaneous drivers
    # CONFIG_USB_TIGL is not set
    # CONFIG_USB_AUERSWALD is not set
    # CONFIG_USB_RIO500 is not set
    # CONFIG_USB_LEGOTOWER is not set
    # CONFIG_USB_BRLVGER is not set
    # CONFIG_USB_LCD is not set
    # CONFIG_USB_TEST is not set
    # CONFIG_USB_GADGET is not set
    # File systems
    CONFIG_EXT2_FS=y
    CONFIG_EXT2_FS_XATTR=y
    CONFIG_EXT2_FS_POSIX_ACL=y
    CONFIG_EXT2_FS_SECURITY=y
    CONFIG_EXT3_FS=y
    CONFIG_EXT3_FS_XATTR=y
    CONFIG_EXT3_FS_POSIX_ACL=y
    CONFIG_EXT3_FS_SECURITY=y
    CONFIG_JBD=y
    # CONFIG_JBD_DEBUG is not set
    CONFIG_FS_MBCACHE=y
    # CONFIG_REISERFS_FS is not set
    # CONFIG_JFS_FS is not set
    CONFIG_FS_POSIX_ACL=y
    CONFIG_XFS_FS=y
    CONFIG_XFS_RT=y
    # CONFIG_XFS_QUOTA is not set
    CONFIG_XFS_POSIX_ACL=y
    # CONFIG_MINIX_FS is not set
    CONFIG_ROMFS_FS=y
    # CONFIG_QUOTA is not set
    CONFIG_AUTOFS_FS=y
    CONFIG_AUTOFS4_FS=y
    # CD-ROM/DVD Filesystems
    CONFIG_ISO9660_FS=y
    CONFIG_JOLIET=y
    CONFIG_ZISOFS=y
    CONFIG_ZISOFS_FS=y
    CONFIG_UDF_FS=y
    # DOS/FAT/NT Filesystems
    CONFIG_FAT_FS=y
    CONFIG_MSDOS_FS=y
    CONFIG_VFAT_FS=y
    CONFIG_NTFS_FS=y
    # CONFIG_NTFS_DEBUG is not set
    CONFIG_NTFS_RW=y
    # Pseudo filesystems
    CONFIG_PROC_FS=y
    CONFIG_PROC_KCORE=y
    CONFIG_DEVFS_FS=y
    CONFIG_DEVFS_MOUNT=y
    # CONFIG_DEVFS_DEBUG is not set
    CONFIG_DEVPTS_FS=y
    # CONFIG_DEVPTS_FS_XATTR is not set
    CONFIG_TMPFS=y
    # CONFIG_HUGETLBFS is not set
    # CONFIG_HUGETLB_PAGE is not set
    CONFIG_RAMFS=y
    # Miscellaneous filesystems
    # CONFIG_ADFS_FS is not set
    # CONFIG_AFFS_FS is not set
    # CONFIG_HFS_FS is not set
    CONFIG_BEFS_FS=y
    # CONFIG_BEFS_DEBUG is not set
    # CONFIG_BFS_FS is not set
    # CONFIG_EFS_FS is not set
    CONFIG_CRAMFS=y
    # CONFIG_VXFS_FS is not set
    # CONFIG_HPFS_FS is not set
    # CONFIG_QNX4FS_FS is not set
    # CONFIG_SYSV_FS is not set
    # CONFIG_UFS_FS is not set
    # Network File Systems
    CONFIG_NFS_FS=y
    CONFIG_NFS_V3=y
    CONFIG_NFS_V4=y
    CONFIG_NFS_DIRECTIO=y
    CONFIG_NFSD=y
    CONFIG_NFSD_V3=y
    CONFIG_NFSD_V4=y
    CONFIG_NFSD_TCP=y
    CONFIG_LOCKD=y
    CONFIG_LOCKD_V4=y
    CONFIG_EXPORTFS=y
    CONFIG_SUNRPC=y
    # CONFIG_SUNRPC_GSS is not set
    CONFIG_SMB_FS=y
    # CONFIG_SMB_NLS_DEFAULT is not set
    CONFIG_CIFS=y
    # CONFIG_NCP_FS is not set
    CONFIG_CODA_FS=y
    CONFIG_CODA_FS_OLD_API=y
    # CONFIG_INTERMEZZO_FS is not set
    # CONFIG_AFS_FS is not set
    # Partition Types
    # CONFIG_PARTITION_ADVANCED is not set
    CONFIG_MSDOS_PARTITION=y
    # Native Language Support
    CONFIG_NLS=y
    CONFIG_NLS_DEFAULT="cp437"
    # CONFIG_NLS_CODEPAGE_437 is not set
    # CONFIG_NLS_CODEPAGE_737 is not set
    # CONFIG_NLS_CODEPAGE_775 is not set
    CONFIG_NLS_CODEPAGE_850=y
    # CONFIG_NLS_CODEPAGE_852 is not set
    # CONFIG_NLS_CODEPAGE_855 is not set
    # CONFIG_NLS_CODEPAGE_857 is not set
    # CONFIG_NLS_CODEPAGE_860 is not set
    # CONFIG_NLS_CODEPAGE_861 is not set
    # CONFIG_NLS_CODEPAGE_862 is not set
    # CONFIG_NLS_CODEPAGE_863 is not set
    # CONFIG_NLS_CODEPAGE_864 is not set
    # CONFIG_NLS_CODEPAGE_865 is not set
    # CONFIG_NLS_CODEPAGE_866 is not set
    # CONFIG_NLS_CODEPAGE_869 is not set
    # CONFIG_NLS_CODEPAGE_936 is not set
    # CONFIG_NLS_CODEPAGE_950 is not set
    # CONFIG_NLS_CODEPAGE_932 is not set
    # CONFIG_NLS_CODEPAGE_949 is not set
    # CONFIG_NLS_CODEPAGE_874 is not set
    # CONFIG_NLS_ISO8859_8 is not set
    # CONFIG_NLS_CODEPAGE_1250 is not set
    # CONFIG_NLS_CODEPAGE_1251 is not set
    CONFIG_NLS_ISO8859_1=y
    # CONFIG_NLS_ISO8859_2 is not set
    # CONFIG_NLS_ISO8859_3 is not set
    # CONFIG_NLS_ISO8859_4 is not set
    # CONFIG_NLS_ISO8859_5 is not set
    # CONFIG_NLS_ISO8859_6 is not set
    # CONFIG_NLS_ISO8859_7 is not set
    # CONFIG_NLS_ISO8859_9 is not set
    # CONFIG_NLS_ISO8859_13 is not set
    # CONFIG_NLS_ISO8859_14 is not set
    CONFIG_NLS_ISO8859_15=y
    # CONFIG_NLS_KOI8_R is not set
    # CONFIG_NLS_KOI8_U is not set
    CONFIG_NLS_UTF8=y
    # Profiling support
    # CONFIG_PROFILING is not set
    # Kernel hacking
    # CONFIG_DEBUG_KERNEL is not set
    # CONFIG_DEBUG_SPINLOCK_SLEEP is not set
    # CONFIG_FRAME_POINTER is not set
    CONFIG_X86_EXTRA_IRQS=y
    CONFIG_X86_FIND_SMP_CONFIG=y
    CONFIG_X86_MPPARSE=y
    # Security options
    CONFIG_SECURITY=y
    CONFIG_SECURITY_NETWORK=y
    CONFIG_SECURITY_CAPABILITIES=y
    CONFIG_SECURITY_ROOTPLUG=y
    CONFIG_SECURITY_SELINUX=y
    CONFIG_SECURITY_SELINUX_BOOTPARAM=y
    CONFIG_SECURITY_SELINUX_DEVELOP=y
    CONFIG_SECURITY_SELINUX_MLS=y
    # Cryptographic options
    CONFIG_CRYPTO=y
    CONFIG_CRYPTO_HMAC=y
    CONFIG_CRYPTO_NULL=y
    CONFIG_CRYPTO_MD4=y
    CONFIG_CRYPTO_MD5=y
    CONFIG_CRYPTO_SHA1=y
    CONFIG_CRYPTO_SHA256=y
    CONFIG_CRYPTO_SHA512=y
    CONFIG_CRYPTO_DES=y
    CONFIG_CRYPTO_BLOWFISH=y
    CONFIG_CRYPTO_TWOFISH=y
    CONFIG_CRYPTO_SERPENT=y
    CONFIG_CRYPTO_AES=y
    CONFIG_CRYPTO_CAST5=y
    CONFIG_CRYPTO_CAST6=y
    CONFIG_CRYPTO_DEFLATE=y
    CONFIG_CRYPTO_TEST=y
    # Library routines
    CONFIG_CRC32=y
    CONFIG_ZLIB_INFLATE=y
    CONFIG_ZLIB_DEFLATE=y
    CONFIG_X86_BIOS_REBOOT=y
    CONFIG_PC=y
    Fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /proc proc defaults 0 0
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    tmpfs /tmp tmpfs defaults 0 0
    #sysfs /sys sysfs defaults 0 0
    usbdevfs /proc/bus/usb usbdevfs defaults 0 0
    /dev/cdroms/cdrom0 /mnt/cdrom iso9660,udf ro,user,noauto,unhide 0 0
    /dev/cdroms/cdrom1 /mnt/cdrec iso9660,udf ro,user,noauto,unhide 0 0
    /dev/cdroms/cdrom2 /mnt/dvdrom iso9660,udf ro,user,noauto,unhide 0 0
    /dev/floppy/0 /mnt/floppy vfat user,noauto,unhide 0 0
    /dev/discs/disc1/part1 swap swap defaults 0 0
    /dev/discs/disc4/part1 / ext3 defaults 0 1
    /dev/discs/disc3/part1 /usr ext3 defaults 0 1
    /dev/discs/disc2/part1 /var ext3 defaults 0 1
    /dev/discs/disc0/part2 /usr/src ext3 defaults 0 1
    /dev/discs/disc0/part1 /boot ext3 defaults 0 1

    darkcoder wrote:...  Anyway after those changes I was able to mount windoze floppies as a normal user with # mount /mnt/fl
    What about the ext3 floppies? I have no problem with vfat ones, I can mount them as you mention but when I try to mount ext3 floppies as a regular user I get:
    [florin@guns /mnt]$ mount /mnt/floppy
    mount: wrong fs type, bad option, bad superblock on /dev/fd0,
           or too many mounted file systems
    [florin@guns ~]$ mount /dev/fd0 /mnt/floppy
    mount: only root can do that
    [florin@guns ~]$ mount -t ext3 /dev/fd0 /mnt/floppy
    mount: only root can do that
    I can mount an ext3 floppy as root:
    [root@guns /mnt]# mount /mnt/floppy
    mount: wrong fs type, bad option, bad superblock on /dev/fd0,
           or too many mounted file systems
    [root@guns /mnt]# mount /dev/fd0 /mnt/floppy
    [root@guns /mnt]# cd floppy/
    [root@guns /mnt/floppy]# ls
    lost+found  test
    What am I missing here? What should I do to be able to mount ext3 floppies as a regular user too?
    Info:
    fstab entry:
    /dev/fd0          /mnt/floppy   vfat,ext3     rw,user,noauto      0      0
    User Id:
    [root@guns /etc]# id florin
    uid=1002(florin) gid=1002(users3) groups=1002(users3),92(audio)
    udev.permissions line:
    # floppy devices
    fd[01]*:root:users3:0660

  • Badi not called - BI

    Hello experts.
    I have a BADI implementation for a virtual characteristic in BI. But when I run the query, the badi does not seem to be called at all. I know this because I tried to debug by placing breakpoints but the query never stops at the break point. the same BADI, with exact same code, however, runs fine in our PROD system.
    Is there any setting or anything that I'm missing to make the BADI run in DEV?
    I want to debug and need some help.  Interface name: IF_EX_RSR_OLAP_BADI

    I am sure you would have checked about  the activation of the implementation and deactive and reactive the implementation and all.
    If the job can be run in background I place this code
    DATA: lv_c TYPE c VALUE 'J'.
    WHILE lv_c EQ 'J'.
    ENDWHILE.
    and try to keep the process in infinite loop and try to debug the work process thru SM50, and see how it behaves in background.
    check the mentors aproach of finding if the BADI is active.
    Re: BADI shows ACTIVE but when run... its not being called

  • Create Badi for Virtual Key Figure

    Hi experts,
    i have to create badi for virtual key figure in BIW for dat i m creating Badi in BI development but its asking for Access Key.
    Badi name is RSR_OLAP_BADI
    i want to know while creating classic Badi with Implementation Name do developer need access key or thr any othr way to develop Badi for Virtual Key Figure.
    Tell me for creating virtual key figure in biw we use Badi and for dat we have to create the Badi in BIW Dev. or in R/3 Dev.
    it first time dat i m creating BAdi.
    Ankit
    Edited by: ankit375 on Feb 3, 2011 11:14 AM
    Edited by: ankit375 on Feb 3, 2011 11:14 AM

    To see how to create this BADI see here:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/90b2babc-15ad-2d10-c4b2-bd3af67d86b1
    You you need to be registered as developer (you have to have dev.key) to do the coding.

  • Ip_tables: owner match: bad hook_mask 0xa/0x18

    Hello
    I'd like to restrict acces to a openvpn connection.
    Only the user with uid 1000 should have access.
    I put a # in front of the line that causes trouble in the code below.
    the trouble is that iptables-restore says:
    iptables-restore: line 33 failed
    and dmesg says:
    ip_tables: owner match: bad hook_mask 0xa/0x18
    Does anyone know a way how to fix this?
    James
    # Generated by iptables-save v1.4.3.1 on Fri Apr 17 18:11:38 2009
    *filter
    :INPUT DROP [0:0]
    :FORWARD DROP [0:0]
    :OUTPUT DROP [0:0]
    :AdapterCheck - [0:0]
    :InputExternal - [0:0]
    :InputLocal - [0:0]
    :OpenVPN - [0:0]
    :OutputExternal - [0:0]
    :OutputLocal - [0:0]
    -A INPUT -i lo -j InputLocal
    -A INPUT -i ! lo -j InputExternal
    -A OUTPUT -o lo -j OutputLocal
    -A OUTPUT -o ! lo -j OutputExternal
    -A AdapterCheck -i tap+ -j RETURN
    #-A AdapterCheck -o tap+ -g OpenVPN
    -A AdapterCheck -i eth+ -j RETURN
    -A AdapterCheck -o eth+ -j RETURN
    -A AdapterCheck -j DROP
    -A InputExternal -j AdapterCheck
    -A InputExternal -m state --state RELATED,ESTABLISHED -j ACCEPT
    -A InputExternal -j DROP
    -A InputLocal -j ACCEPT
    -A InputLocal -j DROP
    -A OpenVPN -m owner --uid-owner 1000 -j RETURN
    -A OpenVPN -j DROP
    -A OutputExternal -j AdapterCheck
    -A OutputExternal -j ACCEPT
    -A OutputExternal -j DROP
    -A OutputLocal -j ACCEPT
    -A OutputLocal -j DROP
    COMMIT
    # Completed on Fri Apr 17 18:11:38 2009

    darkcoder wrote:...  Anyway after those changes I was able to mount windoze floppies as a normal user with # mount /mnt/fl
    What about the ext3 floppies? I have no problem with vfat ones, I can mount them as you mention but when I try to mount ext3 floppies as a regular user I get:
    [florin@guns /mnt]$ mount /mnt/floppy
    mount: wrong fs type, bad option, bad superblock on /dev/fd0,
           or too many mounted file systems
    [florin@guns ~]$ mount /dev/fd0 /mnt/floppy
    mount: only root can do that
    [florin@guns ~]$ mount -t ext3 /dev/fd0 /mnt/floppy
    mount: only root can do that
    I can mount an ext3 floppy as root:
    [root@guns /mnt]# mount /mnt/floppy
    mount: wrong fs type, bad option, bad superblock on /dev/fd0,
           or too many mounted file systems
    [root@guns /mnt]# mount /dev/fd0 /mnt/floppy
    [root@guns /mnt]# cd floppy/
    [root@guns /mnt/floppy]# ls
    lost+found  test
    What am I missing here? What should I do to be able to mount ext3 floppies as a regular user too?
    Info:
    fstab entry:
    /dev/fd0          /mnt/floppy   vfat,ext3     rw,user,noauto      0      0
    User Id:
    [root@guns /etc]# id florin
    uid=1002(florin) gid=1002(users3) groups=1002(users3),92(audio)
    udev.permissions line:
    # floppy devices
    fd[01]*:root:users3:0660

  • Udev: /dev/snd - /dev/sound

    *[root@Asteraceae snd]# ls -la
    total 0
    drwxr-xr-x 2 root root 0 2004-11-07 02:26 .
    drwxr-xr-x 21 root root 0 2004-11-07 03:25 ..
    crw-rw---- 1 root audio 116, 0 2004-11-07 02:26 controlC0
    crw-rw---- 1 root audio 116, 24 2004-11-07 02:26 pcmC0D0c
    crw-rw---- 1 root audio 116, 16 2004-11-07 02:26 pcmC0D0p
    crw-rw---- 1 root audio 116, 25 2004-11-07 02:26 pcmC0D1c
    crw-rw---- 1 root audio 116, 33 2004-11-07 02:26 timer
    *[root@Asteraceae sound]# ls -la
    total 0
    drwxr-xr-x 2 root root 0 2004-11-07 02:26 .
    drwxr-xr-x 21 root root 0 2004-11-07 03:25 ..
    crw-rw---- 1 root audio 14, 4 2004-11-07 02:26 audio
    crw-rw-rw- 1 root audio 14, 3 2004-11-07 02:26 dsp
    crw-rw-rw- 1 root audio 14, 0 2004-11-07 02:26 mixer
    why are the inodes in /dev/snd only crw-rw----  and in /dev/sound crw-rw-rw-? (i don't really understand the concept having a /dev/snd AND a /dev/sound ... or is it simply legacy-reasons to keep older software working?)

    phrakture wrote:my dirs are the same permission-wise...
    thanx for confirming that i'm not crazy or having paranoia ;-)
    phrakture wrote:you may have an extra 6 in your /etc/udev/permissions.d/udev.permissions...
    yes, indeed i have
    phrakture wrote:I think that /dev/sound is legacy (if I rmmod snd-pcm-oss this /dev/sound is empty).
    oh ... didn't think at that  ... exactly! if oss-legacy is removed, the duplica /dev/sound disappears - and now the world is a little bit more logical to me
    thanx

  • BADI Impletation ask for New Task when try to active

    Hi,
    We have a BADI implementation in dev and it works fine but when we transport it to QA and try to active it the system ask for a New Transport Request in QA. When we made the transport request from DEV to QA we mark the option to active the object once is transported but the object is passed inactive.
    So we cannot active the object in QA since the system is asking for new task.
    Any advice is welcome.

    Vadim,
    this is the log:
       Main import
       Transport request   : SRDK900219
       System              : SRQ
       tp path             : tp
       Version and release: 340.16.03 640
       R3TRSXCIZ_BBP_DOC_CHK_BADI was repaired in this system
       Main import
       End date and time : 20060116110734
       Ended with return code:  ===> 8 <===
    Other Error:
    Execution of programs after import (XPRA)
    Transport request   : SRDK900219
    System              : SRQ
    tp path             : tp
    Version and release: 340.16.03 640
    Post-import methods for change/transport request: SRDK900219
       on the application server: sap-pro
    Post-import method AFTER_IMP_SXCI started for SXCI L, date and time: 20060116110747
    Object SXCI Z_BBP_DOC_CHK_BADI has not yet been imported successfully
    Post-import method AFTER_IMP_SXCI completed for SXCI L, date and time: 20060116110749
    Post-import methods of change/transport request SRDK900219 completed
         Start of subsequent processing ... 20060116110747
         End of subsequent processing... 20060116110749
    Execute reports for change/transport request: SRDK900219
       on the application server: sap-pro
    There are no reports to execute
    Execution of programs after import (XPRA)
    End date and time : 20060116110749
    Ended with return code:  ===> 8 <===

  • Are there any recovery tools for optical media?

    I've had a couple of DVD's  turned in to coasters recently and I was hoping that Linux could come to my rescue with some awesome 'raw-read' / recovery tools for optical media?
    I burnt the discs in Windows 7 using InfraRecorder on a brand new Plextor drive (a 'PX-891SA') and these are my first attempts to burn discs with it so I'm a bit worried it could be a hardware fault!
    I started off trying to back up some files to clear some space on my hard-drive, burning them to a dual-layer dvd, but the software kept failing to even start the burn process -- that was until I realised that I needed to run the program "as Administrator" (in Windows). It did then manage to burn the disc (I was using "Session-at-Once" mode) however when it came to the end of the burn process / the start of the 'verify data' phase it threw an error saying the write process had failed! Windows couldn't access the disc / data and (I think) still thought the disk was empty. So I restarted the burning application and used a function to just 'close' the whole disc. This seemed to work because Windows was then able to recognise the disc and read the data, although accessing the disc was slow and sounded 'stutter' ish.
    I then tried to write a single layer dvd to finish off the last couple of gig I had to back up, but again the software completed the burn phase only to report a 'fail' error right at the end (I'm assuming) before finalising the disc. Although this time I'd tried to create a multi-session disc by using the '2XXA' (or something) 'Multi-Session' iso9660 format. The result was that Windows couldn't read the disc and still thought it was empty, even after trying a forced 'close disc' operation! -- Linux however could read the disc and see that the data had in fact been burnt to the disc (although I've not yet tried copying it in Linux!).
    Finally I needed to burn a load of archives to a couple of discs (totaling ~9GiB) -- starting with a dual-layer dvd first everything seemed to be working fine, the burn process started okay and the write buffer was full etc., until at what I assume was the layer change-over it all came to a grinding halt and threw another 'write operation failed' error, only this time I can't even mount the disk in Linux....see 'dmesg | tail' output below:
    [ 5758.353005] ISO 9660 Extensions: Microsoft Joliet Level 3
    [ 5758.353015] ISOFS: Interleaved files not (yet) supported.
    [ 5758.353016] ISOFS: File unit size != 0 for ISO file (1472).
    [ 5758.353019] ISOFS: changing to secondary root
    [ 5758.353035] ISOFS: Interleaved files not (yet) supported.
    [ 5758.353036] ISOFS: File unit size != 0 for ISO file (1536).
    [ 5758.353037] isofs_fill_super: root inode is not a directory. Corrupted media?
    Does anyone have any thought or suggestions that might help?
    - Is it likely to be a hardware fault? (I bought a Plextor because I thought they were one of the best!)
    Maybe even if I could just close the session all would not be lost?
    -- Thanks in advance --
    >>>> UPDATE >>>>
    I tried to use ddrescue....it was fine until it got to the end of the disk and then it sounded like the drive was chewing on a bag of pork scratchings
    $ sudo ddrescue -v /dev/sr0 /mnt/odd/ddr.file ~/ddr.log
    GNU ddrescue 1.16
    About to copy 4029 MBytes from /dev/sr0 to /mnt/odd/ddr.file
    Starting positions: infile = 0 B, outfile = 0 B
    Copy block size: 128 sectors Initial skip size: 128 sectors
    Sector size: 512 Bytes
    Press Ctrl-C to interrupt
    rescued: 4028 MB, errsize: 983 kB, current rate: 0 B/s
    ipos: 4028 MB, errors: 1, average rate: 3310 kB/s
    opos: 4028 MB, time since last successful read: 10.8 m
    Splitting failed blocks...
    Interrupted by user
    ...it was taking forever and getting nowhere so I just pressed 'ctrl+c'.....here's the log file:
    # Rescue Logfile. Created by GNU ddrescue version 1.16
    # Command line: ddrescue -v /dev/sr0 /mnt/odd/ddr.file /home/shodan/ddr.log
    # current_pos current_status
    0xF0213000 /
    # pos size status
    0x00000000 0xF0208000 +
    0xF0208000 0x0000B000 -
    0xF0213000 0x0000D000 /
    0xF0220000 0x00000400 -
    0xF0220400 0x0001FE00 /
    0xF0240200 0x00000400 -
    0xF0240600 0x0003FE00 /
    0xF0280400 0x00000400 -
    0xF0280800 0x00077600 /
    0xF02F7E00 0x00000200 -
    When I tried to mount the output file using $ sudo mount -ro loop /mnt/odd/ddr.file /mnt/vodd I got the same error as with the actual disc (natch)...
    mount: wrong fs type, bad option, bad superblock on /dev/loop0,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so
    Last edited by wwgfd (2012-12-14 13:18:41)

    @chris_l -- yeah I was worried that might be the case, still I'm not sure if that explains why it keeps failing the burn process part way through?
    I've tried this and that in Linux but without much luck. I'm still quite a noob with a lot of Linux things and this is the first time I'm trying anything to do with optical disks/drives etc. so I'm learning as I go...
    The disk that failed in Windows but was 'readable' in Linux did just pass a run through ddrescue -- i.e. it created an output file okay and did not report any errors in the process.
    However when I mounted the resulting image and tried to copy the files across the first folder reported an "input/ouput error" (just using gui copy+paste in Thunar file manager)
    ...the other folders did copy okay though!
    It seems as though it's the lead-in / lead-out and disc finalizing process that are the main fail points with the burn operation. I don't know if InfraRecorder is any good or likely to be the problem? Anyway the drive cam with Nero (inc. Linux version) so might give either or both of these a go too, if they don't work either then at least I wont be short of something to rest a mug o' tea on
    @ chris_l (again) -- the Plextor drives do have a "Vari-Rec" feature which allows a user to 'tweak' the laser power / output level so I might try this too.
    @alphaniner -- thanks I've not seen this package before, I'm guessing it's a bit like cdparanoia but for dvds?!
    Thanks for the help!
    (pre-post) UPDATE >>> I've just mounted my Windows partition  in Linux so I'll have a crack at burning the files using cdrtools before I resort to throwing the dvd drive out of the window and chasing it around the yard with a lump hammer

  • [SOLVE] Dual Boot Windows and ArchLinux with Syslinux

    Ok, i installed ArchLinux on my laptop with Windows XP (syslinux) and I cannot find get Windows to boot or mount it. I have tried to do what i can to do this but cannot. I Installed XP first like a should and something i think might be needed to know is after i created the partitions scheme (10Gb (boot partition), 50GB (XP), 80GB(was unallocated)). The installation disk formated both 2 partitions in NTFS but i installed XP on the second and Windows reported them as C and D drives. Windows being D. Thought that was bit werid thinking Windows installed the mbr on that partition. When I installed ArchLinux, it did have the boot flag set on 10GB (or C drive).
    Since I installed ArchLinux, I have been unable to find a solution to mounting/booting to Windows. Installed NTFS-3G and that didn't work when i tried mount /dev/sda3 windows and i did created a folder named windows but got ...
    mount: wrong fs type, bad option, bad superblock on /dev/sda3,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so.
    Tried dmesg | tail and got
    [ 76.524133] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 179.468499] ACPI: \_SB_.PCI0.LPC0.ACAD: ACPI_NOTIFY_DEVICE_CHECK event: unsupported
    [ 705.472330] 8139too 0000:02:03.0 enp2s3: link down
    [ 717.380879] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 726.447184] 8139too 0000:02:03.0 enp2s3: link down
    [ 727.596128] ACPI: \_SB_.PCI0.LPC0.ACAD: ACPI_NOTIFY_BUS_CHECK event: unsupported
    [ 732.616138] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 733.848832] 8139too 0000:02:03.0 enp2s3: link down
    [ 834.062062] 8139too 0000:02:03.0 enp2s3: link up, 100Mbps, full-duplex, lpa 0x41E1
    [ 2131.449211] perf samples too long (2534 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    This is when i run sudo lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 149.1G 0 disk
    |-sda1 8:1 0 9.8G 0 part /boot
    |-sda2 8:2 0 1K 0 part
    |-sda3 8:3 0 53.6G 0 part
    `-sda5 8:5 0 85.7G 0 part /
    sr0 11:0 1 1024M 0 rom
    My syslinux is
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda5 rw
    INITRD ../initramfs-linux.img
    LABEL windows
    MENU LABEL Windows
    COM32 chain.c32
    APPEND hd0 3
    NOTE: chain is in the same directory with syslinux
    I really think Windows got corrupted but not sure. Thought about repairing the mbr on windows and booting to it then reinstall syslinux but really don't want too.
    Thanks in advance
    Last edited by jag-ster (2014-11-27 02:12:12)

    Here is the partition table:
    /dev/sda1 one HUGE linux /boot primary partition (assuming ext4)
    /dev/sda2 "name" of the extended partition
    /dev/sda3 primary Windows partition (assuming NTFS)
    /dev/sda5 logical Linux root partition (assuming ext4)
    /dev/sda1 to /dev/sda4 are either all primary, or three primary and one extended. After /dev/sda4 all partitions are logical. If you're still wondering why is there no /dev/sda4, it's because you have 2 primary and one extended, so /dev/sda4 is reserved for another primary partition.
    Windows problem:
    The /dev/sda1 which Windows named C: is Windows equivalent of linux /boot. When you told linux to place its /boot on /dev/sda1 it formated boot files of Windows. Now you have Windows OS with no kernel. In other words there is no way to boot Windows if you don't reinstall it. Actually there is a way, but you would than screw up Arch.
    Mounting problem:
    You can never mount extended partition, only logical (an extended partition is made of logical partitions). You want to do:
    sudo mount /dev/sda3 -t NTFS-3g -o rw,uid=YourUserName /path/where/you/want/this/partition/mounted
    EDIT:
    Try it this way:
    - Backup all your data
    - Delete every partition
    - Start Windows installation
    - Make only one partition (c:/ for Windows)
    - Let Windows make another partition
    - Make one more so you could have a data partition, which does not need to be formated to reinstall Windows
    - Start Arch installation
    - Get to partitioning
        =Partitioning=
        - /dev/sda4 extended (take the rest of the drive)
        - /dev/sda5 logical /boot 512MiB
        - /dev/sda6 logical /          20GiB
        - /dev/sda7 logical /home (the rest)
    Making a separate /home partition will come in handy when reinstalling Arch (any linux distribution), or switching between distros, because it is the equivalent of D:/ in Windows. Also consider LVM.
    Last edited by bstaletic (2014-02-28 23:25:33)

  • Raid5 issue after upgrade

    TLDR = scared to death to answer 'yes' to the following from e2fsck:
    Superblock has an invalid journal (inode 8).
    Clear<y>? cancelled!
    After upgrading to linux 3.2.14-1 (along with others important packages like udev, mkinitcpio, etc) my raid5 array would not assemble.  I don't have the original message but after two days have passed and watching the forums I'm sure it was related to this: https://bugs.archlinux.org/task/29344
    Anyways I'm past that issue and am now having filesystem problems with my raid array after recreating.  Note I'm currently using
    filesystem 2012.2-2
    linux 3.2.14-1
    mkinitcpio 0.8.5-1
    udev 181-5
    During the past two days of tinkering I've never let fsck touch the filesystem nor have I done anything like mkfs on it either.  Only thing I've done is re-create the array using mdadm and then seeing if I can mount it.
    The raid5 array contains /dev/sdb1 /dev/sdc1 and /dev/sdd1.  My initial though was thinking that somehow maybe the drive labels got renamed during the kernel upgrade so I've tried re-creating the array will all six possible permutations of the disks.  Nothing worked.  I know the original order was sdb1/sdc1/sdd1.
    Here is the dumpe2fs info for each of the disks:
    # dumpe2fs /dev/sdb1
    dumpe2fs 1.42.1 (17-Feb-2012)
    Filesystem volume name: <none>
    Last mounted on: /mnt/raid
    Filesystem UUID: 08bb1bfd-4932-494a-93ba-fe8fd37ea22c
    Filesystem magic number: 0xEF53
    Filesystem revision #: 1 (dynamic)
    Filesystem features: has_journal ext_attr resize_inode dir_index filetype sparse_super large_file
    Filesystem flags: signed_directory_hash
    Default mount options: (none)
    Filesystem state: clean
    Errors behavior: Continue
    Filesystem OS type: Linux
    Inode count: 122101760
    Block count: 488379968
    Reserved block count: 488379
    Free blocks: 106448913
    Free inodes: 121612868
    First block: 0
    Block size: 4096
    Fragment size: 4096
    Reserved GDT blocks: 907
    Blocks per group: 32768
    Fragments per group: 32768
    Inodes per group: 8192
    Inode blocks per group: 512
    RAID stride: 16
    RAID stripe width: 32
    Filesystem created: Thu Oct 8 23:09:57 2009
    Last mount time: Mon Apr 2 10:19:36 2012
    Last write time: Fri Apr 6 19:15:06 2012
    Mount count: 13
    Maximum mount count: 38
    Last checked: Sun Oct 30 06:54:03 2011
    Check interval: 15552000 (6 months)
    Next check after: Fri Apr 27 06:54:03 2012
    Lifetime writes: 12 GB
    Reserved blocks uid: 0 (user root)
    Reserved blocks gid: 0 (group root)
    First inode: 11
    Inode size: 256
    Required extra isize: 28
    Desired extra isize: 28
    Journal inode: 8
    Default directory hash: half_md4
    Directory Hash Seed: 84ce591f-34ae-43d0-846c-d8dae91ef4b9
    Journal backup: inode blocks
    dumpe2fs: A block group is missing an inode table while reading journal inode
    # dumpe2fs /dev/sdc1
    dumpe2fs 1.42.1 (17-Feb-2012)
    dumpe2fs: Bad magic number in super-block while trying to open /dev/sdc1
    Couldn't find valid filesystem superblock.
    # dumpe2fs /dev/sdd1
    dumpe2fs 1.42.1 (17-Feb-2012)
    dumpe2fs: Filesystem revision too high while trying to open /dev/sdd1
    Couldn't find valid filesystem superblock.
    When I create the array I see the following from mdadm.  Which is expected as it sees the existing filesystem:
    # mdadm --create --verbose /dev/md0 --level=5 --raid-devices=3 --metadata=0.90 /dev/sdb1 /dev/sdc1 /dev/sdd1
    mdadm: layout defaults to left-symmetric
    mdadm: chunk size defaults to 512K
    mdadm: layout defaults to left-symmetric
    mdadm: /dev/sdb1 appears to contain an ext2fs file system
    size=1953519872K mtime=Mon Apr 2 10:19:36 2012
    mdadm: /dev/sdb1 appears to be part of a raid array:
    level=raid5 devices=3 ctime=Sun Apr 8 10:01:02 2012
    mdadm: layout defaults to left-symmetric
    mdadm: /dev/sdc1 appears to be part of a raid array:
    level=raid5 devices=3 ctime=Sun Apr 8 10:01:02 2012
    mdadm: layout defaults to left-symmetric
    mdadm: /dev/sdd1 appears to contain an ext2fs file system
    size=2066852100K mtime=Sat Apr 7 05:08:08 2029
    mdadm: /dev/sdd1 appears to be part of a raid array:
    level=raid5 devices=3 ctime=Sun Apr 8 10:01:02 2012
    mdadm: size set to 976759808K
    Continue creating array? y
    mdadm: array /dev/md0 started.
    The raid array is created without issue:
    # cat /proc/mdstat
    Personalities : [raid6] [raid5] [raid4]
    md0 : active raid5 sdb1[0] sdd1[2] sdc1[1]
    1953519616 blocks level 5, 512k chunk, algorithm 2 [3/3] [UUU]
    # mdadm --detail /dev/md0
    /dev/md0:
    Version : 0.90
    Creation Time : Sun Apr 8 14:56:14 2012
    Raid Level : raid5
    Array Size : 1953519616 (1863.02 GiB 2000.40 GB)
    Used Dev Size : 976759808 (931.51 GiB 1000.20 GB)
    Raid Devices : 3
    Total Devices : 3
    Preferred Minor : 0
    Persistence : Superblock is persistent
    Update Time : Sun Apr 8 18:07:19 2012
    State : clean
    Active Devices : 3
    Working Devices : 3
    Failed Devices : 0
    Spare Devices : 0
    Layout : left-symmetric
    Chunk Size : 512K
    UUID : fe541eb6:764599e3:5d64d1b1:6d03292e (local to host jackshrimp)
    Events : 0.19
    Number Major Minor RaidDevice State
    0 8 17 0 active sync /dev/sdb1
    1 8 33 1 active sync /dev/sdc1
    2 8 49 2 active sync /dev/sdd1
    # mdadm --examine --scan
    ARRAY /dev/md0 UUID=00000000:00000000:00000000:00000000
    spares=1
    ARRAY /dev/md0 UUID=fe541eb6:764599e3:5d64d1b1:6d03292e
    This is how I originally created the filesystem on the array (back in 10/2009).  Here with "-n" to show the superblock locations:
    # mkfs.ext3 -n -v -m .1 -b 4096 /dev/md0
    mke2fs 1.42.1 (17-Feb-2012)
    fs_types for mke2fs.conf resolution: 'ext3'
    Filesystem label=
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    Stride=16 blocks, Stripe width=32 blocks
    122101760 inodes, 488379904 blocks
    488379 blocks (0.10%) reserved for the super user
    First data block=0
    Maximum filesystem blocks=0
    14905 block groups
    32768 blocks per group, 32768 fragments per group
    8192 inodes per group
    Superblock backups stored on blocks:
    32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
    4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
    102400000, 214990848
    I've tried running e2fsck with (-b) each of those blocks and none worked.  Here is what I get from e2fsck:
    # e2fsck /dev/md0
    e2fsck 1.42.1 (17-Feb-2012)
    e2fsck: Group descriptors look bad... trying backup blocks...
    e2fsck: Filesystem revision too high when using the backup blocks
    e2fsck: going back to original superblock
    e2fsck: Group descriptors look bad... trying backup blocks...
    e2fsck: Filesystem revision too high when using the backup blocks
    e2fsck: going back to original superblock
    Superblock has an invalid journal (inode 8).
    Clear<y>? cancelled!
    e2fsck: Illegal inode number while checking ext3 journal for /dev/md0
    /dev/md0: ********** WARNING: Filesystem still has errors **********
    While I'm quite sure the data is still there I'm freaking out about letting fsck do anything!
    Should I let fsck do what it want to do?  Any thoughts on how I can recover this array?  Any suggestions on other things I should try?
    Thanks for any and all help. 

    Then it looks similar to bug 6651232
    May I suggest you get in touch with Oracle support for this?

  • INIT : failed write of utmpx entry " "

    Hi all,
    I have faced a big problem when the power of the system solaris 8 intel Rel 2/02 is suddenly outage so that the system cannot be shutdown normally. When I restart the system, I have the following error message and the system cannot access into all run-level. The error message as shown below :
    ################# Begin of error message ##############################
    The / file system (/dev/rdsk/c0d0s0) is being checked.
    /dev/rdsk/c0d0s0 : BAD INODE NUMBER FOR ' .. ' I=24638 OWNER=ROOT MODE=40755
    /dev/rdsk/c0d0s0 : SIZE=512 MTIME=NOV 30 23:25 2003
    /dev/rdsk/c0d0s0 : UNEXPECTED INCONSISTENCY ; RUN fsck MANUALLY
    WARNING - Unable to repair the / filesystem - Run fsck
    manually (fsck - F ufs /dev/rdsk/c0d0s0). Exit the shell
    when done to continue the boot process
    Type control-d to process with normal startup (or give root passowrd for system maintenance) :
    Single-user privilege assigned to /dev/console Entering System Maintenance Mode
    ****** After I entered the root password *******
    Nov 30 11:29:40 su : 'su root' suceeded for root on /dev/console
    No directory !
    resuming system initialization
    mount : the state of /dev/dsk/c0d0s0 is not okay and it was attempted to be mounted read/write
    mount : Please run fsck and try again
    failed to open /etc/coreadm.confsyseventd : Unable to open daemon lock file
    '/etc/sysevent/syseventd-lock' : 'Read only file system'ln :
    cannot create /dev/fb/dislay@0:text-0 : Read only system
    INIT : Cannot create /var/adm/utmpx
    INIT: failed write of utmpx entry : " "
    INIT: failed write of utmpx entry : " "
    INIT : SINGLE USER MODE
    Type control-d to proceed with normal startup (or give root password for system maintenace) :
    Single-user privilege assigned to /dev/console Entering System Maintenance Mode
    ########################## End of error message ##########################
    Due to the above error, I can never enter the system and make any action on the system. Please advise what should I do. Otherwise, the whole system will be re-installed.
    Many thanks.

    Boot your CD 1 of 2 into single user (b -s) and fsck /dev/rdsk/c0d0s0. Your root filesystem need's to be fsck'ed and you can't ( or you never should) fsck a mounted filesystem. Root is currently mounted write only.
    At the "list of available boot devices" select the CDROM as the device from which to boot a Solaris kernel. At the screen where you are prompted to select 1, 2, or 3 for what type of install type you wish to do enter 'b -s' instead of a number.

  • XSan clients with 2 scsi controllers

    Hi all!
    I have an Xsan with 6 Mac clients with an Apple Fibre Channel card each. Some of them have an Atto scsi controller connected to an external disk tower too. These client don't work if the external disk tower is connected. The client boots but when login the finder can't start and freeze.
    I'm using the latest update 1.3
    Logging in via ssh on the client I get this in /var/log/system.log:
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk0s2 hfs 2B44F0E7-8C49-3AD4-BB8A-F9F2E3643E57 Macintosh HD /
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk14 hfs 03BB7013-9B81-3D1F-9F81-D91095711495 Raid [not mounted]
    Apr 27 18:21:37 localhost SystemStarter: Starting SecurityServer
    Apr 27 18:21:37 localhost SystemStarter: Avvio Apple Multicast DNS Responder
    Apr 27 18:21:37 localhost SystemStarter: Inizializzo network
    Apr 27 18:21:37 localhost ConsoleMessage: Checking disks
    Apr 27 18:21:37 localhost mDNSResponder[194]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk10 acfs B3B884A6-BD45-35C9-824D-7C32E50F1202 XRAID1RightSmall [not mounted]
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk11 acfs 83C6884B-3543-3AE3-9B4D-A842AD3DF156 XRAID1RightBig [not mounted]
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk12 acfs 98BF0B54-15E9-30B0-A8E0-D6DD26CD27C7 XRAID1LeftSmall [not mounted]
    Apr 27 18:21:37 localhost diskarbitrationd[96]: disk13 acfs 952512A1-A3E0-37D7-8D3A-4142FB882471 XRAID1LeftBig [not mounted]
    Apr 27 18:21:50 localhost SystemStarter: Attendo Xsan File System
    Apr 27 18:21:51 localhost /System/Library/CoreServices/ARD Agent.app/Contents/MacOS/ARD Agent: ******Launched Agent******
    Apr 27 18:21:53 localhost SystemStarter: Attendo Xsan File System
    Apr 27 18:21:56 localhost SystemStarter: Attendo Xsan File System
    Apr 27 18:21:58 localhost SNFS:
    Apr 27 18:21:58 localhost SNFS: File System Server:
    Apr 27 18:21:58 localhost SNFS: Server Revision 2.7.200 Build 92.2
    Apr 27 18:21:58 localhost SNFS: Built for Darwin 7.0
    Apr 27 18:21:58 localhost SNFS: Created on Thu Apr 20 15:47:16 PDT 2006
    Apr 27 18:21:58 localhost SNFS:
    Apr 27 18:21:58 localhost SNFS:
    Apr 27 18:21:58 localhost SNFS: File System Client:
    Apr 27 18:21:58 localhost SNFS: Client Revision 2.7.200 Build 92.2
    Apr 27 18:21:58 localhost SNFS: Built for Darwin 7.0
    Apr 27 18:21:58 localhost SNFS: Created on Thu Apr 20 15:53:03 PDT 2006
    Apr 27 18:21:58 localhost SNFS: Built in /SourceCache/XsanFS/XsanFS-270.92.2
    Apr 27 18:21:59 localhost sudo: root : TTY=unknown ; PWD=/Library/Filesystems/Xsan/debug ; USER=root ; COMMAND=/sbin/kextload -v -s /Library/Filesystems/Xsan/debug
    Apr 27 18:21:59 localhost kernel: Xsan Client Revision 2.7.200 Build 92.2 Built for Darwin 7.0 Created on Thu Apr 20 15:53:03 PDT 2006
    Apr 27 18:21:59 localhost sudo: root : TTY=unknown ; PWD=/Library/Filesystems/Xsan/debug ; USER=root ; COMMAND=/sbin/kextload -v -s /Library/Filesystems/Xsan/debug
    Apr 27 18:21:59 localhost ConsoleMessage: Current socket buffer size: 262144
    Apr 27 18:21:59 localhost SystemStarter: Current socket buffer size: 262144
    Apr 27 18:21:59 localhost ConsoleMessage: Setting max socket buffer size: 16777216
    Apr 27 18:21:59 localhost SystemStarter: Setting max socket buffer size: 16777216
    Apr 27 18:21:59 localhost ConsoleMessage: Starting fsmpm
    Apr 27 18:21:59 localhost SystemStarter: Starting fsmpm
    Apr 27 18:21:59 localhost SystemStarter: Attendo Xsan File System
    Apr 27 18:21:59 localhost /Library/Filesystems/Xsan/bin/fsmpm: PortMapper: No fsroutes file - No preferred routes will be registered.
    Apr 27 18:22:00 localhost /Library/Filesystems/Xsan/bin/fsmpm: PortMapper: self (mac03.local) IP address is 192.168.15.22 .
    Apr 27 18:22:00 localhost /Library/Filesystems/Xsan/bin/fsmpm: PortMapper: Added FSS route from '127.0.0.1' to '192.168.15.22'
    Apr 27 18:22:00 localhost /Library/Filesystems/Xsan/bin/fsmpm: NSS: Primary Name Server is '192.168.15.186' (192.168.15.186)
    Apr 27 18:22:00 localhost fsmpm[414]: NSS: Name Server '192.168.15.186' (192.168.15.186) port is 49161.
    Apr 27 18:22:00 localhost fsmpm[414]: Portmapper: ComputerInfo: computer_name = "mac03", hostname = "mac03"
    Apr 27 18:22:00 localhost fsmpm[414]: PortMapper: Listening on TCP socket mac03.local (0.0.0.0):49212
    Apr 27 18:22:00 localhost fsmpm[414]: NSS: Listening on UDP socket mac03.local:49165
    Apr 27 18:22:00 localhost diskarbitrationd[96]: disk14 hfs 03BB7013-9B81-3D1F-9F81-D91095711495 Raid [not mounted]
    Apr 27 18:22:00 localhost fsmpm[414]: PortMapper: CVFS Volume XRAID1RightSmall on device: /dev/rdisk10 (blk 0xe00001e raw 0xe00001e) con: 2 lun: 0 state: 0xf4 inquiry
    Apr 27 18:22:00 localhost fsmpm[414]: PortMapper: CVFS Volume XRAID1LeftSmall on device: /dev/rdisk12 (blk 0xe000020 raw 0xe000020) con: 2 lun: 0 state: 0xf4 inquiry [Apr 27 18:22:00 localhost fsmpm[414]: PortMapper: CVFS Volume XRAID1RightBig on device: /dev/rdisk11 (blk 0xe00001f raw 0xe00001f) con: 2 lun: 1 state: 0xf4 inquiry [AApr 27 18:22:00 localhost fsmpm[414]: PortMapper: CVFS Volume XRAID1LeftBig on device: /dev/rdisk13 (blk 0xe000021 raw 0xe000021) con: 2 lun: 1 state: 0xf4 inquiry [APApr 27 18:22:00 localhost fsmpm[414]: PortMapper: No fsmlist file - No File System Services launched.
    Apr 27 18:22:00 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [374] main: Waited 2 secs for fsmpm to start (now running)
    Apr 27 18:22:00 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [374] main: Will detach its own daemon
    Apr 27 18:22:00 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [420] main: Detached its own daemon
    Apr 27 18:22:00 localhost fsmpm[414]: PortMapper: Creating sync file </Library/Filesystems/Xsan/debug/fsmpm-sync.278>
    Apr 27 18:22:01 localhost ConsoleMessage: fsmpm started
    Apr 27 18:22:01 localhost SystemStarter: fsmpm started
    Apr 27 18:22:01 localhost ConsoleMessage: Starting cvfsd
    Apr 27 18:22:01 localhost SystemStarter: Starting cvfsd
    Apr 27 18:22:01 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/diskarbitrationd": exited as a result of signal 6 [pid 96]
    Apr 27 18:22:01 localhost fsmpm[414]: Disk rescan found 4 disks
    Apr 27 18:22:02 localhost fsmpm[414]: PortMapper: Local FSD client is registered.
    Apr 27 18:22:02 localhost diskarbitrationd[431]: disk0s2 hfs 2B44F0E7-8C49-3AD4-BB8A-F9F2E3643E57 Macintosh HD /
    Apr 27 18:22:02 localhost diskarbitrationd[431]: disk14 hfs 03BB7013-9B81-3D1F-9F81-D91095711495 Raid [not mounted]
    Apr 27 18:22:02 localhost SystemStarter: Attendo Xsan File System
    Apr 27 18:22:03 localhost diskarbitrationd[431]: disk13 acfs 952512A1-A3E0-37D7-8D3A-4142FB882471 XRAID1LeftBig [not mounted]
    Apr 27 18:22:03 localhost diskarbitrationd[431]: disk10 acfs B3B884A6-BD45-35C9-824D-7C32E50F1202 XRAID1RightSmall [not mounted]
    Apr 27 18:22:03 localhost diskarbitrationd[431]: disk12 acfs 98BF0B54-15E9-30B0-A8E0-D6DD26CD27C7 XRAID1LeftSmall [not mounted]
    Apr 27 18:22:03 localhost diskarbitrationd[431]: disk11 acfs 83C6884B-3543-3AE3-9B4D-A842AD3DF156 XRAID1RightBig [not mounted]
    Apr 27 18:22:03 localhost /Library/PreferencePanes/BlueHarvest.prefPane/Contents/Resources/BlueHarvestMon itor: BH: Started.
    Apr 27 18:22:04 localhost ConsoleMessage: cvfsd started
    Apr 27 18:22:04 localhost SystemStarter: cvfsd started
    Apr 27 18:22:04 localhost ConsoleMessage: Mounting Xsan File System volumes
    Apr 27 18:22:04 localhost SystemStarter: Mounting Xsan File System volumes
    Apr 27 18:22:04 localhost SystemStarter: Avvio completato.
    Apr 27 18:22:06 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/diskarbitrationd": exited as a result of signal 6 [pid 431]
    Apr 27 18:22:07 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadvol: [421] ERROR: mountvolumenamed(XsanVol): Could not remove mount point directory /Volumes/XsApr 27 18:22:12 localhost /Library/PreferencePanes/BlueHarvest.prefPane/Contents/Resources/BlueHarvestMon itor: BH: Main engine start.
    Apr 27 18:22:36 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [420] ERROR: getlabeleddisks: Error -1 iterating over list
    Apr 27 18:22:36 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: getlabeleddisks: SNFS Generic Error
    Apr 27 18:22:36 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [420] ERROR: getlocalproperties: Did not save reply because no disk or status=100047/0
    Apr 27 18:22:36 localhost /usr/share/servermgrd/cgi-bin/servermgr_nomadfss: [420] ERROR: synchronizeconfiguration_ifclient: 192.168.15.22 sees 0 disks
    Any ideas?
    Thanks
    Diego

    You may have what are called corrupt free inodes. Inodes are the actual containers in the file system that store your data. Here are some similar threads that may help you:
    http://www.xsanity.com/forum/viewtopic.php?p=3521
    http://www.xsanity.com/forum/viewtopic.php?p=4408
    In the first thread, they were able to simply rebuild their Xsan and restore from backup, but in the second, they were able to use cvfsck -C to perform a "clobber" which removes the bad inodes, so new, uncorrupted inodes can be created.
    The problem is, if you have an Xsan with this kind of corruption, it will usually re-appear, so your best bet is to do what you have to to get your volume back online long enough to grab your data, then re-create your volume again from scratch. If you did a volume expansion in the past without running cvfsck and making sure your file system was clean first, this kind of corruption will sometimes happen.
    Without seeing more, this is all just a guess, but if you find that corrupt inodes are what you're running into, here are some notes from when I've had to fix this myself:
    http://www.jasonmyres.com/2010/11/xsan-2-0-troubleshooting/
    Good luck.
    JM

Maybe you are looking for