Vold failing to mount cdrom

A bit of a solaris newbie, HP is my main flavour of Unix. However... I have installed a new OS onto a Netra 100 - solaris 10 u 6 from scatch ( twice now )
I keep getting errors when trying to run the volfs stuff, the messgaes file tells me ...
Nov 14 11:38:42 falstaff /usr/sbin/vold[13484]: [ID 550042 daemon.error] mounting of "cdrom" failed
Nov 14 11:38:42 falstaff svc.startd[7]: [ID 748625 daemon.error] system/filesystem/volfs:default failed repeatedly: transitioned to maintenance (see 'svcs -xv' for details)
svcs -xv shows...
svc:/system/filesystem/volfs:default (Volume Management filesystem)
State: maintenance since Fri Nov 14 11:38:42 2008
Reason: Restarting too quickly.
See: http://sun.com/msg/SMF-8000-L5
See: man -M /usr/man -s 7FS volfs
See: /var/svc/log/system-filesystem-volfs:default.log
Impact: This service is not running.
The log file shows
Fri Nov 14 11:38:41 2008 fatal: mounting of "cdrom" failed
[ Nov 14 11:38:41 Stopping because all processes in service exited. ]
[ Nov 14 11:38:41 Executing stop method (:kill) ]
[ Nov 14 11:38:41 Executing start method ("/lib/svc/method/svc-volfs start") ]
[ Nov 14 11:38:42 Method "start" exited with status 0 ]
Fri Nov 14 11:38:42 2008 fatal: mounting of "cdrom" failed
[ Nov 14 11:38:42 Stopping because all processes in service exited. ]
[ Nov 14 11:38:42 Executing stop method (:kill) ]
[ Nov 14 11:38:42 Restarting too quickly, changing state to maintenance ]
Now matter how many times I enable/disable/clear etc it never mounts.
I can mount the cdrom manually and its fine.
I have check vold.conf and rmmount.conf against a different server ( sol 10 u 3 ) and they are the same.
Any ideas pleaseeeeeeeeee ?
Thanks
Susana

I ran into the same problem today. I upgraded my Ultra 60 from Solaris 9 to Solaris 10 U 6. The upgrade completely successfully and the system was able to read all the CDs (system not DVD capable). However, after the upgrade, I realized that I inadvertently deslected the frame buffer packages so I put CD 1 back into the system. The CD light came on and on ad nauseum and vold would not automount the CD (which it normally does to /cdrom/cdrom0).
Looking at the service log, I got similar messages to those in this thread. vold was dumping core on every restart (on my system, the service never disabled itself).
pstack /core showed something similar to:
# pstack vold.core
core 'vold.core' of 1206: /usr/sbin/vold -f /etc/vold.conf
----------------- lwp# 1 / thread# 1 --------------------
ff1c57cc __pollsys (ffbff828, 3, 0, 0, 0, 0) + 8
ff161d24 poll (ffbff828, 3, ffffffff, ff232a00, 47800, 0) + 7c
0001832c ???????? (6, 1, 31000, 1, 1, ffbff830)
0001802c main (46c00, 31000, ffbff8c4, c, 31000, ffbff8cc) + a34
0001665c _start   (0, 0, 0, 0, 0, 0) + 108
----------------- lwp# 2 / thread# 2 --------------------
ff1c5560 ioctl (58c78, 8, b, 4, 2, ff034000) + c
ff1c49fc lwpstart (0, 0, 0, 0, 0, 0)
----------------- lwp# 3 / thread# 3 --------------------
fef71388 floppy_thread(), exit value = 0x00000000
** zombie (exited, not detached, not yet joined) **
----------------- lwp# 4 / thread# 4 --------------------
ff1c6194 doorreturn (0, 0, 0, 0, fefa1200, ff1f3700) + 10
ff0e0c30 door_create_func (0, feefc000, 0, 0, ff0e0c10, 0) + 20
ff1c49fc lwpstart (0, 0, 0, 0, 0, 0)
----------------- lwp# 5 / thread# 5 --------------------
ff1c4aa0 __lwp_park (728c8, 728d8, 0, 0, 0, 0) + 14
ff1beae8 cond_wait_queue (728c8, 728d8, 0, 0, 0, 80) + 28
ff1bef60 cond_wait_common (728c8, 728d8, 0, 0, 0, 0) + 298
ff1bf068 cond_wait (728c8, 728d8, 0, 1000, 0, 0) + 10
ff222a60 subscriber_event_handler (53c38, fedfc000, 0, 0, ff222a2c, 0) + 34
ff1c49fc lwpstart (0, 0, 0, 0, 0, 0)
----------------- lwp# 6 / thread# 6 --------------------
ff131d18 strlen (408450a5, 0, 0, 7e110, 600, 180) + 18
00028454 read_slices (7ca40, b, 7df40, fecefd34, 1, 5) + 114
000288c0 read_hsfs_partition (b, 46c00, 6d0000, 2c, 34400, 1010101) + 88
000280dc read_partition (7ca40, 341a4, 3, 34000, 34400, 9) + 30
00027010 create_top_partition (72988, 729cc, 72988, 7ca40, ffffffff, b) + 140
000265e0 ???????? (800052, feceff9c, c, 58c78, 72988, ffffffff)
00026a04 create_medium (800052, feceff9c, 20, 52, 47800, c) + 74
0002232c ???????? (5a278, 0, 0, 800052, 20, 33000)
By searching through sunsolve (requires contract access), I found Bug 6712352 which has a synopsis of:
Synopsis: duplicate partitions are not correctly counted by vold
It has shown up a fair amount of time ago and the bug shows that it may even go back to Solaris 8 & 9 updates.
There is currently no patch but the workaround for Solaris 10 is to disable the volfs service:
svcadm disable -t volfs
Then, you can manually mount the CD (or DVD) via:
mount -F hsfs /dev/dsk/c0t6d0s0 /mnt
That worked for me and I was able to load my missing frame buffer packages
--maureen                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • [SOLVED]mounting cdrom and usb devices doesn't work

    Hello,
    i have trouble mounting my usb devices. automount doesn't work and i can't mount them manually even as a superuser. here's the output of mount command:
    mount: wrong fs type, bad option, bad superblock on /dev/sdc,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so
    i can mount cdrom manually but i can't do the same for my usb stick and external hard drives. it always complains about the above regardless of the filesystem. my devices are working under windows and other linuxes so i know hardware is not the problem.
    i'm using lxde with pcmanfm.
    if you need any other files just ask.
    thanks
    Last edited by the gray (2009-03-16 20:15:18)

    above was the error when i tried to mount any usb device with "mount -t <type> /dev/sdc /media/mountpoint". and i couldn't mount any usb device as root from console. when i tried to mount devices using pcmanfm it just popped some empty dialogs and i couldn't find any mention of "IsCallerPriviliged failed" error so i (wrongly) presumed it wasn't that. i did try some of the other fixes mentioned in the forum with no success. but adding exec ck-launch-session startkde to my .xinitrc fixed the issue
    thanks again
    Last edited by the gray (2009-03-16 20:17:53)

  • Mounting Cdrom Drive In Guest Domain running 1.0.3

    Folks,
    I have followed the Admin guide on how to export Cdrom/Dvd drive from Service Domain to Guest Domain, however once allocated to the guest domain we are unable to mount the device. Any help is appreciated.
    Here are my bindings
    ldm list-bindings primary
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    primary active -n-cv SP 4 2G 0.8% ; 7d 18h 56m
    MAC
    00:14:4f:02:ca:6a
    VCPU
    VID PID UTIL STRAND
    0 0 1.0% ; 100%
    1 1 0.5% ; 100%
    2 2 0.7% ; 100%
    3 3 0.8% ; 100%
    MAU
    CPUSET
    (0, 1, 2, 3)
    MEMORY
    RA PA SIZE
    0x8000000 0x8000000 2G
    VARIABLES
    boot-device=/pci@780/pci@0/pci@9/scsi@0/disk@1,0:a /pci@780/pci@0/pci@9/scsi@0/disk@0,0:a
    IO
    DEVICE PSEUDONYM OPTIONS
    pci@780 bus_a
    pci@7c0 bus_b
    VCC
    NAME PORT-RANGE
    primary-vcc0 5000-5031
    CLIENT PORT
    ldom3@ldom3 5002
    VDS
    NAME VOLUME OPTIONS DEVICE
    primary-vds0 cdrom /dev/dsk/c1t0d0s2
    vol1 /ldom1/bootfile1
    vol11 /dev/rdsk/c6t60060480000287750594534653353445d0s2
    vol2 /ldom2/bootfile2
    vol3 /bootpool/bootfile3
    CLIENT VOLUME
    vdisk0@ldom3 vol3
    vdisk11@ldom3 vol11
    cdrom@ldom3 cdrom
    VSW
    NAME MAC NET-DEV DEVICE MODE
    primary-vsw0 00:14:4f:fa:c6:14 e1000g0 switch@0 prog,promisc
    PEER MAC
    vnet1@ldom3 00:14:4f:f9:c8:15
    VCONS
    NAME SERVICE PORT
    SP
    ldm list-bindings ldom3
    root@host# ldm list-bindings ldom3
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    ldom3 active -n--- 5002 4 1900M 0.1% ; 15m
    MAC
    00:14:4f:f8:6c:1d
    VCPU
    VID PID UTIL STRAND
    0 4 0.3% ; 100%
    1 5 0.0% ; 100%
    2 6 0.0% ; 100%
    3 7 0.0% ; 100%
    MEMORY
    RA PA SIZE
    0x8000000 0x88000000 1900M
    VARIABLES
    keyboard-layout=UK-English
    NETWORK
    NAME SERVICE DEVICE MAC
    vnet1 primary-vsw0@primary network@0 00:14:4f:f9:c8:15
    PEER MAC
    primary-vsw0@primary 00:14:4f:fa:c6:14
    DISK
    NAME VOLUME TOUT DEVICE SERVER
    vdisk0 vol3@primary-vds0 disk@0 primary
    vdisk11 vol11@primary-vds0 disk@1 primary
    cdrom cdrom@primary-vds0 disk@2 primary
    VCONS
    NAME SERVICE PORT
    ldom3 primary-vcc0@primary 5002
    We can see the exported cdrom volume in /dev/dsk as a new device and also at the ok prompt after running devalias.
    However, we need to mount this device so that we can install software in our domain. All our attempts at mounting just hang and I end up having to stop/start the whole domain. ?
    Is there an easy way to mount cdroms/dvd drives in a guest domain ?
    TIA

    There is an recently filed bug where DVDs (and ISO images) which do not have a VTOC in their disk label
    fail to be mountable in the guest domain (e.g. application software DVDs as opposed to OS installation images).
    6708257 DVD-ROM (not OS installation disk) can not mount from guest domain of LDOM 1.0.2
    # mount -F hsfs /dev/dsk/c0d1s0 /mnt
    mount: I/O error
    mount: cannot mount /dev/dsk/c0d1s0
    It's strange that you are getting a hang though (the reported error is an I/O error).
    Are there any messages in /var/adm/message of the control domain?
    What OS/patches are running on the guest and control domains (i.e is 127127-11 installed on both) ?
    I've just had a thought though, exporting the DVD device as a slice instead may work
    (it works for me on an ISO image but my machine is 1000s of miles away so I can't stick DVD in it
    to try out)
    e.g. ldm add-vdsdev options=slice /dev/dsk/c1t0d0s2 cdrom@primary-vds0

  • Unable to mount CDROMs

    I have a run accross a problem when trying to manually mount cdroms. I have tried is xfce4's terminal and in straight command line. After doing su of course.
    # mount -t iso9660 -o ro /dev/cdrom0 /mnt/cdrom
    mount: wrong fs type, bad option, bad superblock on /dev/sr0,
    missing codepage or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so
    I have also done mount -t iso9660/dev/cdrom /mnt/cdrom
    dmesg | tail outputs:
    Buffer I/O error on device sr0, logical block 6
    Buffer I/O error on device sr0, logical block 7
    end_request: I/O error, dev sr0, sector 0
    end_request: I/O error, dev sr0, sector 64
    isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
    agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
    agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
    agpgart: Putting AGP V3 device at 0000:01:00.0 into 4x mode
    end_request: I/O error, dev sr0, sector 64
    isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
    Can anyone help? BTW, I can mount DVDs and I tried three audio cds without avail.

    Phineas wrote:Duh. Thankyou.  Glimpses of memories appear through the dense sea fog...
    Will Google a cd ripping solution.
    You're welcome. I once did exactly the same mistake as you and searched for hours, that's why I'm well aware of that now
    Try "grip", I used it some time ago and it did a good job ripping my small collection of CDs.

  • A volume failed to mount/Operation cannot be completed

    We bought a MacBook on the weekend. Our Apple concierge insisted that we can keep our music, videos and photos on our Windows XP desktop and "share" the files on the Mac--in other words, we can pull down what we need to edit or save on the Mac as need be.
    We've set up the shared directories on the Windows machine, renamed the Workgroup to match the Mac and disabled the firewall. We've "connected to server" using Finder and can see the two shared directories we've set up.
    But when I click on either one of them, I get an error message: "A volume failed to mount. The volume "Mac" could not be mounted."
    After some time of being on the network, I see a Shared directory in Finder with my PC. If I click on the icon, the title bar says: "Connected as: Guest". The window displays the same two directories as above but when I click on one or the other I get an error message: "The operation cannot be completed because the original item for "Mac" cannot be found."
    I've called Apple technical support and the agent's response was: I don't think you can do that. Just copy your files to the Mac using DVDs.
    Any ideas? We don't want to have to transfer a lifetime of photos, video and music to our laptop--we want to use the XP desktop as our hub.

    I'm having the same trouble. From an Intel Mac Mini running 10.5.3 I've been able to access smb shares fine on an old PC running XP pro. These are shared volumes on external drives on the PC. I can still access them fine from an old PowerBook G4 running 10.5.3, but while I can see computers on the network, if I try to connect to a share on the computer I get the message "the operation cannot be completed because the original item for <share name> cannot be found". If I try to mount it via a shortcut, I get the message "A volume failed to mount. The volume <share name> could not be mounted.
    In the console, I'm seeing things like:
    6/2/08 10:45:01 PM com.apple.coreservicesd[58] NOTE: Using non-mach-based version of client -> server communication, via direct function calls.
    but I don't know if that has anything to do with this or not.
    Has anyone heard of a fix for this?
    Thanks,
    Mark

  • External USB Maxtor One-Touch 3  suddenly fails to mount on MacBook Pro:

    External USB HD suddenly fails to mount on MacBook Pro:
    My One Touch III 600GB drive, external power supply, suddenly will not mount and is not recognized by the system profiler or Disk Utility, however, drive, connected USB, appears under windows XP.
    1. Power cable and usb cable working.
    2. Using external AC adapter(not relying on USB power).
    3. Other USB devices, mice, flash drives work on both USB ports.
    4. Drive works on Windows, folders and data integrity ok.
    5. Drive format is NTFS.
    6. No Maxtor software installed.
    7. No humming or strange noises emanating from drive.
    8. No problem to January 14, 2008,
    9. Mac OS 10.4.10 updates last downloaded and installed Jan 20, 2008.
    10.1 blip of the light on "The One Touch Button", then light turns solid white.
    Questions:
    1. Does Apple set sleep or lock switch for devices (drives)?
    2. If so, can it be reset manually?
    3. Does Apple have configuration profile for devices, like a registry key?
    4. If so, where is it located?
    Configuration:
    Dual 2 GHz MacBook Pro 15”
    2 GB DDR SDRAM
    OSX 10.4.10
    2 USB Ports Left and Right

    NOTE: This Update is required when using a OneTouch Drive as a bootable device. Seagate suggests that you dismount and disconnect your FireWire Drive before continuing.
    Users have identified issues when connecting OneTouch External Drives to FireWire Ports on their Mac G4 and/or G5 computers. These Problems range from system hangs, kernel panics to slow data transfer rates. The cause of these problems has been traced back to the FireWire Driver. Seagate has resolved these problems through updated FireWire Drivers.
    I am using USB and not trying to use drive as a boot device.

  • All downloads failing to mount and iTunes not recognising iPod!

    My iBook G4 (Model No A 1055) needs alot of updates however i can't install anything. It downloads to the Desktop fine but when i go to open the attachment so i can actually install it a message comes up saing "The following disk images failed to mount" and the reason is a "corrupt image". I have tried to do this with Firefox, iTunes and Adobe and they all say the same!
    I also now have issues with iTunes (7.2) which is all of a sudden not recognising my iPod shuffle (2nd gen). It doesn't come up in devices or anything when plugged in my iPod shuffle will just flash orange a few times and then nothing. I have tried to connect it to another (and much newer) Mac computer however it doesn't recognise it on there either.
    Has technology just got so good my lappy is basically extinct and i need a new one or is there something i / Apple can do to help get me up to date with everything? Any help and feedback would be really appreciated.
    Thanks
    Louise

    if you are running OS 10.3, it's pretty much obsolete
    you can try getting OS 10.5 installed, but it can slow down the computer, 10.4 is not much use anymore either.

  • External 1TB harddrive failed to mount

    Hi all,
    after some happy time using my external 1TB WD drive it seems hard times comes. It failed mount, no matter what I try. I really don't know, what else I should do. I don't want to use any recover software, if possible. Please advise any help, what to do. HDD is connected on firewire, when I connect it to USB, no change - I can not see it in system.
    Here is some important information:
    FireWire Bus:
    Maximum Speed: Up to 400 Mb/sec
    My Book:
    Manufacturer: WD
    Model: 0x1102
    GUID: 0x90A9CBB642AC59
    Maximum Speed: Up to 400 Mb/sec
    Connection Speed: Up to 400 Mb/sec
    Sub-units:
    My Book Unit:
    Unit Software Version: 0x10483
    Unit Spec ID: 0x609E
    Firmware Revision: 0x1028
    Product Revision Level: 1028
    Sub-units:
    My Book SBP-LUN:
    Capacity: 1 TB (1,000,204,886,016 bytes)
    Removable Media: Yes
    BSD Name: disk1
    Partition Map Type: GPT (GUID Partition Table)
    S.M.A.R.T. status: Not Supported
    Volumes:
    1TB - Time Machine:
    Capacity: 999.86 GB (999,860,912,128 bytes)
    Writable: Yes
    File System: Case-Sensitive Journaled HFS+
    BSD Name: disk1s2
    My Book Device Unit:
    Unit Software Version: 0x10483
    Unit Spec ID: 0x609E
    Firmware Revision: 0x1028
    Product Revision Level:
    Sub-units:
    My Book Device SBP-LUN:
    sh-3.2# diskutil list
    /dev/disk0
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *250.1 GB disk0
    1: EFI 209.7 MB disk0s1
    2: Apple_HFS Macintosh HD 249.7 GB disk0s2
    /dev/disk1
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *1.0 TB disk1
    1: EFI 209.7 MB disk1s1
    2: Apple_HFS 1TB - Time Machine 999.9 GB disk1s2
    sh-3.2# diskutil info /dev/disk1
    Device Identifier: disk1
    Device Node: /dev/disk1
    Part Of Whole: disk1
    Device / Media Name: WD
    Volume Name:
    Escaped with Unicode:
    Mounted: No
    File System: None
    Partition Type: GUIDpartitionscheme
    Bootable: Not bootable
    Media Type: Generic
    Protocol: FireWire
    SMART Status: Not Supported
    Total Size: 1.0 TB (1000204886016 Bytes) (exactly 1953525168 512-Byte-Blocks)
    Volume Free Space: Not Applicable
    Read-Only Media: No
    Read-Only Volume: Not applicable (no filesystem)
    Ejectable: Yes
    Whole: Yes
    Internal: No
    OS 9 Drivers: No
    Low Level Format: Not Supported
    sh-3.2# diskutil repairVolume disk1s2
    Started filesystem repair on disk1s2 1TB - Time Machine
    Checking Journaled HFS Plus volume
    Detected a case-sensitive volume
    Checking extents overflow file
    Checking catalog file
    Checking multi-linked files
    Checking catalog hierarchy
    Checking extended attributes file
    Checking multi-linked directories
    Checking volume bitmap
    Checking volume information
    The volume 1TB - Time Machine appears to be OK
    Volume repair complete
    Updating boot support partitions for the volume as required
    Finished filesystem repair on disk1s2 1TB - Time Machine
    sh-3.2# diskutil mountDisk /dev/disk1
    One or more volume(s) failed to mount
    Hardware Overview:
    Model Name: MacBook
    Model Identifier: MacBook4,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 3 MB
    Memory: 4 GB
    Bus Speed: 800 MHz
    Boot ROM Version: MB41.00C1.B00
    SMC Version (system): 1.31f0
    Serial Number (system): W88*****
    Hardware UUID: 9A66AD46-BE1B-520A-BB07-B060DCAF21FD
    Sudden Motion Sensor:
    State: Enabled
    < Edited by Host >

    ok, so I pick up last chance, I run Disk Warrior, after one hour it recovers my filesystem (really nice tool by the way).
    Problem occurs, when I reboot computer - volume can not be mounted. So I ran repair disk id disk utility and it seems helps now. Now it seems I dont have problem with this disk, but I am still sure.
    Anyway:
    sh-3.2# diskutil verifyVolume /dev/disk3s2
    Started filesystem verification on disk3s2 1TB - Time Machine
    Checking non-journaled HFS Plus Volume
    Detected a case-sensitive volume
    Checking extents overflow file
    Checking catalog file
    Checking multi-linked files
    Checking catalog hierarchy
    Checking extended attributes file
    Checking multi-linked directories
    Checking volume bitmap
    Checking volume information
    The volume 1TB - Time Machine appears to be OK
    Finished filesystem verification on disk3s2 1TB - Time Machine

  • What's Happening?? Some days after installing latest security up date for 10.5.8 on G4, both inernal CD/DVD drives failed to mount disks other than a cleaning disk which mounted and was imported into iTunes.No other CD or DVD disk will mount.

    What's Happening?? Some days after installing latest security update for 10.5.8 on G4, both inernal CD/DVD drives failed to mount disks other than a cleaning disk which mounted and was imported into iTunes. No other CD or DVD disk will mount.Is this a unique experience?

    Hello Robert,
    First, Safe Boot , (holding Shift key down at bootup), use Disk Utility from there to Repair Permissions, test if things work OK in Safe Mode.
    Then move these files to the Desktop...
    /Users/YourUserName/Library/Preferences/com.apple.finder.plist
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    /Users/YourUserName/Library/Preferences/com.apple.desktop.plist
    /Users/YourUserName/Library/Preferences/com.apple.recentitems.plist
    Reboot & test.
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.

  • Can't Back Up Fails to Mount Time Capsule

    I suddenly can't back up any more. It fails to mount Time Capsule. I am able to mount the Time Capsule via the Finder. I have mounted it and run Disk Utilities on it once it is mounted. It checks out with no repairs.
    What gives?
    By the way there is plenty of empty space on the drive.

    The problem corrected itself after I using disk repair and manually unmounting the image via the finder. I found it helped to connect to the drive via ethernet to do the back up because it had been so many days and it was taking all night to do the back up wirelessly.

  • External Hard Drive Fails to Mount

    I have a 1TB external hard drive disk2 below, that fails to mount. I have run Utilities/Disk Utility and completed first aid successfully (verifying and repairing) but I am still unable to Mount the drive. I have also tried mounting the drive from the disk utility but that was not sucessful... it suggests running first aid but I have already done that. First aid results, also included below.
    Here is the termal commands and response used, without success:
    Jamess-iMac-7:~ jamesbowtell$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            999.3 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *2.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         2.0 TB     disk1s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk2
       1:                        EFI EFI                     209.7 MB   disk2s1
       2:                  Apple_HFS 1TB Storage             999.9 GB   disk2s2
    /dev/disk3
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS G-DRIVE                *2.0 TB     disk3
    Jamess-iMac-7:~ jamesbowtell$ diskutil mount disk2s2
    Volume on disk2s2 failed to mount
    Jamess-iMac-7:~ jamesbowtell$
    Verifying partition map for “Hitachi HDS721010DLE630 Media”Checking prerequisitesChecking the partition listChecking for an EFI system partitionChecking the EFI system partition’s sizeChecking the EFI system partition’s file systemChecking all HFS data partition loader spacesChecking booter partitionsChecking Core Storage Physical Volume partitionsThe partition map appears to be OK
    Verifying and repairing partition map for “Hitachi HDS721010DLE630 Media”Checking prerequisitesChecking the partition listAdjusting partition map to fit whole disk as requiredChecking for an EFI system partitionChecking the EFI system partition’s sizeChecking the EFI system partition’s file systemChecking all HFS data partition loader spacesChecking booter partitionsReviewing boot support loadersChecking Core Storage Physical Volume partitionsUpdating Windows boot.ini files as requiredThe partition map appears to be OK
    Please help.

    Data Recovery - Recovering Deleted Files
    Data Recovery - Recovering Deleted Files (2)
    Data Recovery – Disk Drill
    Data Recovery – Data Rescue
    Data Recovery – File Salvage
    Data Recovery – Stellar Phoenix
    Data Recovery - uFlysoft

  • Why have my Ext. USB2 HD's Failed to Mount after using Disk Utility in 10.8.1 on Retina Pro

    I am having issues with USB 2.0 External Hardrives and my 15inch Retina MacBook Pro running OS 10.8.1.  I was able to read write to the drives fine prior to using disk utility to erase and reformat the drives.  Both drives show up in the side bar of Disk Utility, but fail to mount.  Both drives Verify and Repair without issue, but still fail to mount.  I have tried switching USB Ports, powering on/off, etc.  I tried seeing them through terminal, but they do not show.
    I first lost my Lacie 500GB HD when reformatting it with Disk Utility.  I gave me an error message, but I can't remember what it said.
    Thinking my drive died, I plugged in a McAlly external USB 2.0 500GB drive that originally worked fine, but then locked the entire computer completely, forcing a power button reset after 10 min of total freeze.  Now that drive is unusable as well and fails to mount.
    I am unable to Partition either drive because they will not mount.
    Any help would be appreciated.
    Thanks,
    Chris

    I called Apple Support after getting no usuable help through the Apple Forums. The rep felt is was a problem with the two older USB 2.0 drives compatablility with the Retina Macbook Pro's USB 3.0. He kindly offered to send me a Compatable USB 3.0 Drive, but could not offer a solution.
    FYI, I tried using different cords and both USB 3.0 ports on my Retina MacBook Pro and both are self powered.
    Thanks,
    Chris

  • Fail to mount

    for the past few days, I have been in search of a faster/easier bittorrent client than azureus. I had had some difficulty with it and downloaded something else. since that time when I try and download a new client, or even reinstall azureus:
    1. I don't get the little download window that I used to get which is basically a list
    2. when I try and open to install which ever program it may be,I get an error message. The two most common are: fail to mount, codec overrun
    I'm not really sure what's going on. About the same time one day I turned on my computer to realize that it had reset itself. All the original applications where in the dock, and all my usual ones were gone. Also I am using firefox as my web browser, and that had also reset itself and started back at "starter page" meaning all my bookmarks and saved passwords are gone. And honestly I still can't get it back to where it goes to my personalized home page.
    Can someone please tell me what I need to do so I can get my computer back?
    Thank you in advance

    I should also note, that most recently everything was reset (again) after attempting a file vault process, which numerous times has failed to finish and I end up having to shut down the computer manually.
    Thought this might be useful
    Thanks

  • [SOLVED] Arch failed to mount /boot

    Hey there,
    after my btrfs filesystem somehow got corrupted, so it would only mount my "/"-filesystem as read-only, I backed it up with rsync, recreated the partition and then transfered the data back. After that, I was unable to boot anymore with this error:
    [1.593560] systemd-fsck[306]: fsck.fat 3.0.27 (2014-11-12)
    [1.594292] systemd-fsck[306] /dev/sda1: 98 files, 43105/98304 clusters
    Mounting boot...
    [FAILED]Failed to mount /boot.
    See "systemctl status boot.mount" for details
    SystemD the prompted me with it's emergency mode, but this didn't react to any keyboard presses, so I couldn't check the exact error with sth. like journalctl -xb. I then booted a, today downloaded, Arch Live-CD and tried to access the logs via journalctl -b -D /var/log/journal/ didn't work out: It only had the logs from before the boot problem.
    With a bit of googling I figured a way of fixing this could be chrooting in and reinstalling initramfs, typing chroot errored out with:
    chroot: failed to run command /usr/bin/zsh: No such file or directory
    I tried commenting out /boot in fstab, but at booting something [FAILED] with Load Kernel Modules and I instantly got prompted with a blank, black screen with a "_" blinking in the top left corner, like a normal console, expect any prompt of any kind was missing and it didn't react to my keystrokes, similiar to SystemD's emergency mode
    So essentially two smaller problems with few google results are hindering me from solving my big problem.
    Thanks for any help in advance,
    Quanttek
    Last edited by Quanttek (2015-05-26 09:48:21)

    Head_on_a_Stick wrote:
    Quanttek wrote:I use plain "chroot". "chroot --help" works, but not chroot itself. I also tried to rebuild the symbolic link from the normal lib -> /usr/lib to /lib/* -> /usr/lib/* and it didnt work
    https://wiki.archlinux.org/index.php/Ch … ing_chroot
    Probably easier to use `arch-chroot` though:
    https://wiki.archlinux.org/index.php/Ch … rch-chroot
    Thanks. Using arch-chroot worked out. It is/was certainly no environment issue, I even tested it with both i386 and x86_64.
    I used it to reinstall mkinitcpio and to update my system, so now on boot I dont get a failure on mounting /boot anymore, but I still have problems with Load Kernel Modules.
    My screen now looks something like this: http://m.imgur.com/ATWHJoq
    Again it's not reacting to any keystrokes. I'll get some sleep now and will look tomorrow into getting some information from the journal logs.

  • [Solved] Failed to mount /boot/efi

    Hi,
    Recently I've been having a lot of trouble starting Arch Linux. As in I can't. It starts off fine, but then whike it tries to mount my disks I get this problem:
    systemd-fsck[159]: fsck.fat 3.0.23 (2013-10-15)
    systemd-fsck[159]: /dev/sda5: 111 files, 6783/130048 clusters
    [ OK ] Started File System Check on /dev/disk/by-uuid/6AE1-65C8.
    Mounting /boot/efi...
    [ FAILED ] Failed to mount /boot/efi.
    See 'systemctl status boot-efi.mount' for details.
    [ DEPEND ] Dependency failed for Local File Systems.
    Welcome to emergency mode! After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, "systemctl default" to try again
    to boot into default mode.
    This is the output of systemctl status boot-efi.mount:
    boot-efi.mount - /boot/efi
    Loaded: loaded (/etc/fstab)
    Active: failed (Result: exit-code) since Sun 2013-12-01 17:40:58 EST; 4min 16s ago
    Where: /boot/efi
    What: /dev/disk/by-uuid/6AE1-65C8
    Process: 179 ExecMount=/bin/mount /dev/disk/by-uuid/6AE1-65C8 /boot/efi -t vfat -o rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro (code=exited, status=32)
    Dec 01 17:40:58 jay-archlinux systemd[1]: boot-efi.mount mount process exited, code=exited status=32
    Dec 01 17:40:58 jay-archlinux systemd[1]: Failed to mount /boot/efi
    Dec 01 17:40:58 jay-archlinux systemd[1]: Unit boot-efi.mount entered failed state.
    The output of mount /dev/disk/by-uuid/6AE1-65C8 /boot/efi -t vfat:
    mount: unknown filesystem type: 'vfat'
    (When I first started getting this it told me dosfstools wasn't installed. However I've since installed the latest version and it's made no difference.
    I dual boot Arch Linux and Windows 8 on a laptop under UEFI, and have had this setup for about a year now. This problem seems like it may be associated with recent problems I've been having with windows 8 (Spontaneously restarting itself 2 or 3 times a day with a BSoD and "Kernel Data Inpage Error".) One time after such a restart I went to boot Arch Linux after the restart rather than Windows and got errors similar to the one I first posted, except that they were occurring with my Windows NTFS partitions which I mount in Arch Linux. After booting into Windows and restarting manually, the error just became what it is now. However I'm not sure if this was where the problem first began or not as I haven't used Arch Linux very often over the past few months.
    Does anyone have any idea what's going on or how to fix it?
    Thanks.
    Last edited by jdgordon01 (2013-12-01 14:05:59)

    pacman -Q linux
    linux 3.11.6-1
    uname -a
    3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64 GNU/Linux
    No idea how that's happened... I initially tried 'mkinitcpio -p linux' but it also did nothing.
    EDIT: Turns out I must have updated at some point and forgotten a crucial step in manually copying the new files in /boot/ to /boot/efi/EFI/arch/ which is necessary when updating under UEFI systems. I updated again using the live USB/chrooting, manually copied everything that was needed and everything's working again!
    Last edited by jdgordon01 (2013-12-01 14:05:35)

Maybe you are looking for

  • Why does the mouse scroll no longer work in Firefox 4?

    I upgraded to Firefox 4 and suddenly my mouse scroll no longer works. It works fine for other programs and IE also Chrome, just not Firefox 4. How do I fix this? If this cannot be fixed, how can resort back to the old version?

  • Multilink PPP problem

    Hi Guys, i got a situation here and hope someone will be able to help me out. Recently i configured a PPP multilink and am facing some issues after that. Issue 1: There seems to be lot of input error on multilink interface (150 errors in 40 mins) Iss

  • How to disable the save as feature in secured pdf

    Hello ! i have a small issue i recently create a secured pdf file with enable comment option.so save and save as will enable. but i need to disable save as feature because anyone can save it to another format. so then secured feature will disable. pl

  • Security solutions - no remote wipe Freeware

    Hi, I have an E61 and I am amazed by the number of different security solutions for locking the phone, sending thief-finding text messages, remotely turning on a siren and all sorts of fancy gadgets. I´m equally amazed by the fact that up to now a se

  • Configuring simple scenario (File to File)

    I have done the first variant from Simple Use Case. I have got an error during activating change list Check result for Sender Agreement | ABP_FileSystem_XIPattern1 | XIPatternInterface1 | * | *:  Communication channel of sender " | ABP_FileSystem_XIP