Mounting a UFS formated USB drive on Solaris 10

[Hope this is the correct place to post this question]
I connected my 160 GB external usb hard drive to my V240 Solaris 9 server, ran newfs (ufs), mounted it, and wrote data to the drive with no problems.
I moved it to another sparc box with Solaris 10 (build 74-1) and tried mounting it, but no luck. The logical path for the usb drive shows up in "/dev/dsk" after running "devfsadm -C" and it shows up as configured when running "cfgadm -al," however, when I try to mount the drive it eventually times out without mounting. I get the same results when I try this on the x86 version of Solaris 10.
I know that the drive still works by taking it back to my Solaris 9 server and mounting the drive.
Is there something special or different with mounting usb drives with Solaris 10?
Thanks,
Phillip

It should be the same. For instance with a usb keychain (formated pcfs):
mkdir /usbdrive
mount -F pcfs /dev/dsk/c3t0d0p1 /usbdrive
On this particular laptop the second usb port was. c4t0d0p1 so:
mount -F pcfs /dev/dsk/c4t0d0p1 /usbdrive
The numbering might be different for each usb port and you have to specify the filesystem of the usb drive, but it should work.

Similar Messages

  • Could not mount USB drive on Solaris 10 x86 system

    Hi All,
    I am having difficulty mounting a USB drive on Solaris 10 x86 system with the following different unsuccessful attempts:
    # uname -a
    SunOS venus 5.10 Generic_139556-08 i86pc i386 i86pc
    # rmformat
    Looking for devices...
         1. Volmgt Node: /vol/dev/aliases/cdrom0
            Logical Node: /dev/rdsk/c0t0d0s2
            Physical Node: /pci@0,0/pci-ide@4/ide@0/sd@0,0
            Connected Device: TEAC     DV-28E-V         1.AC
            Device Type: DVD Reader
         2. Logical Node: /dev/rdsk/c4t0d0s2
            Physical Node: /pci@0,0/pci108e,534b@2,1/storage@9/disk@0,0
            Connected Device: WD       My Book 1140     1007
            Device Type: Removable
         3. Volmgt Node: /vol/dev/aliases/rmdisk0
            Logical Node: /dev/rdsk/c4t0d0p0
            Physical Node: /pci@0,0/pci108e,534b@2,1/storage@9/disk@0,0
            Connected Device: WD       My Book 1140     1007
            Device Type: Removable
    # svcs volfs
    STATE  STIME    FMRI
    online Apr_13   svc:/system/filesystem/volfs:default# ls -lt /mnt
    total 0
    # mount -F pcfs /dev/dsk/c4t0d0p0:c /mnt
    mount: I/O error
    # mount -F pcfs /dev/rdsk/c4t0d0p0:c /mnt
    mount: Block device required
    # mount -F pcfs /dev/dsk/c4t0d0s2:c /mnt
    mount: I/O error
    # mount -F pcfs /dev/rdsk/c4t0d0s2:c /mnt
    mount: Block device required
    # fsck /dev/dsk/c4t0d0p0
    Can't open /dev/rdsk/c4t0d0p0: I/O error
    # fsck /dev/rdsk/c4t0d0p0
    Can't open /dev/rdsk/c4t0d0p0: I/O error
    # fsck /dev/dsk/c4t0d0s2
    Can't open /dev/rdsk/c4t0d0s2: I/O error
    # fsck /dev/rdsk/c4t0d0s2
    Can't open /dev/rdsk/c4t0d0s2: I/O errorSecond try,
    # svcadm disable volfs
    # svcs volfs         
    STATE          STIME    FMRI
    disabled       20:47:00 svc:/system/filesystem/volfs:default
    # mount -F pcfs /dev/dsk/c4t0d0p0:c /mnt
    mount: I/O errorLast try,
    # mkdir /rmdisk
    mkdir: Failed to make directory "/rmdisk"; File exists
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # cd /rmdisk
    # ls -lt
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # ls -lt unnamed_rmdisk
    total 0
    # ls -lt rmdisk0
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    # df -h
    Filesystem             size   used  avail capacity  Mounted on
    /dev/dsk/c1t0d0s0      5.1G   4.0G   1.1G    78%    /
    /devices                 0K     0K     0K     0%    /devices
    ctfs                     0K     0K     0K     0%    /system/contract
    proc                     0K     0K     0K     0%    /proc
    mnttab                   0K     0K     0K     0%    /etc/mnttab
    swap                   5.9G   984K   5.9G     1%    /etc/svc/volatile
    objfs                    0K     0K     0K     0%    /system/object
    sharefs                  0K     0K     0K     0%    /etc/dfs/sharetab
    /usr/lib/libc/libc_hwcap2.so.1
                           5.1G   4.0G   1.1G    78%    /lib/libc.so.1
    fd                       0K     0K     0K     0%    /dev/fd
    swap                   5.9G   148K   5.9G     1%    /tmp
    swap                   5.9G    32K   5.9G     1%    /var/run
    /dev/dsk/c1t0d0s7      129G   1.7G   126G     2%    /export/home
    # /etc/init.d/volmgt stop
    # svcs volfs            
    STATE          STIME    FMRI
    disabled       21:02:31 svc:/system/filesystem/volfs:default
    # pwd
    /rmdisk
    # cd /
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # /etc/init.d/volmgt st  
    # svcs volfs
    STATE          STIME    FMRI
    disabled       21:02:31 svc:/system/filesystem/volfs:default
    # /etc/init.d/volmgt start
    volume management starting.
    # svcs volfs             
    STATE          STIME    FMRI
    online         21:04:44 svc:/system/filesystem/volfs:default
    # svcs volfs
    # mount | grep rmdisk
    # pwd
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # ls -lt /rmdisk/unnamed_rmdisk
    total 0
    # iostat -En   
    c0t0d0           Soft Errors: 3 Hard Errors: 0 Transport Errors: 0
    Vendor: TEAC     Product: DV-28E-V         Revision: 1.AC Serial No: 
    Size: 0.00GB <0 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 3 Predictive Failure Analysis: 0
    c1t0d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: HITACHI  Product: HUS1514SBSUN146G Revision: SA04 Serial No: 0921B2Y3PC
    Size: 146.81GB <146810535936 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t1d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: HITACHI  Product: HUS1514SBSUN146G Revision: SA04 Serial No: 0921B2Z5NC
    Size: 146.81GB <146810535936 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c4t0d0           Soft Errors: 21 Hard Errors: 0 Transport Errors: 0
    Vendor: WD       Product: My Book 1140     Revision: 1007 Serial No: 
    Size: 2000.37GB <2000365289472 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 21 Predictive Failure Analysis: 0
    #This is a working production system with 2 146.81GB mirrored hard disks. There is no disk error for either local or external 2TB Western Digital USB disks that works on Windows 7 or XP.
    Any idea on what else to look for?
    Thanks in advance,
    Jack
    Edited by: 797805 on 6/06/2012 04:48

    Hi All,
    Looks like it was a driver / incompatibility / unsupported issue since 2 other much smaller USB keys (Lexar USB Flash Drive – 32GB, SanDisk Cruzer Colors – 4GB) were successfully mounted automatically by volfs service as follows:
    # df -h
    Filesystem             size   used  avail capacity  Mounted on
    /dev/dsk/c1t0d0s0      5.1G   4.0G   1.1G    78%    /
    /dev/dsk/c1t0d0s7      129G   1.7G   126G     2%    /export/home
    /vol/dev/dsk/c3t0d0/unnamed_rmdisk#1:c   3.7G   2.4G   1.3G    65%    /rmdisk/unnamed_rmdisk#1
    /vol/dev/dsk/c2t0d0/unnamed_rmdisk:c    29G    96K    29G     1%    /rmdisk/unnamed_rmdiskIt also appears that the Device status of Not Ready from “iostat –En” below may not be correct either since both smaller drives are working fine:
    # iostat -En
    c4t0d0           Soft Errors: 23 Hard Errors: 0 Transport Errors: 0
    Vendor: WD       Product: My Book 1140     Revision: 1007 Serial No: 
    Size: 2000.37GB <2000365289472 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 23 Predictive Failure Analysis: 0
    c2t0d0           Soft Errors: 7 Hard Errors: 0 Transport Errors: 0
    Vendor: Lexar    Product: USB Flash Drive  Revision: 1100 Serial No: 
    Size: 31.41GB <31406948352 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 7 Predictive Failure Analysis: 0
    c3t0d0           Soft Errors: 60 Hard Errors: 8 Transport Errors: 0
    Vendor: SanDisk  Product: Cruzer Colors+   Revision: 8.02 Serial No: 
    Size: 4.02GB <4022337024 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 8 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0In other word, the same question remains on whether it is possible to install a driver to overcome this issue and where to such driver?
    It is necessary to install additional driver that came with the disk on Windows XP platform. However,
    Thanks again,
    Jack

  • Mounting 2 GB usb drive in solaris 10

    Hi Folks,
    I have 2 GB usb device.
    When i format the device in windows and mount the same in solaris, i get the below output
    #mount -F pcfs /tmp/SUNWut/units/IEEE802.080020f8112c/dev/dsk/disk3s2:c /home/es161022/Documents/usb
    mount: /tmp/SUNWut/units/IEEE802.080020f8112c/dev/dsk/disk3s2:c is not a DOS filesystem.
    The file system present in DOSBIG (view fdisk output below)If i format with option C or D (from fdisk output), I can mount the device, read and write files... but after this, i cant access the device in windows.. i will have to format it again in windows.
    # fdisk /tmp/SUNWut/units/IEEE802.080020f8112c/dev/rdsk/disk3s2
    Total disk size is 247 cylinders
    Cylinder size is 16065 (512 byte) blocks
    Cylinders
    Partition Status Type Start End Length %
    ========= ====== ============ ===== === ====== ===
    1 Active DOS-BIG 0 61 62 25
    SELECT ONE OF THE FOLLOWING:
    1. Create a partition
    2. Specify the active partition
    3. Delete a partition
    4. Change between Solaris and Solaris2 Partition IDs
    5. Exit (update disk configuration and exit)
    6. Cancel (exit without updating disk configuration)
    Select the partition type to create:
    1=SOLARIS2 2=UNIX 3=PCIXOS 4=Other
    5=DOS12 6=DOS16 7=DOSEXT 8=DOSBIG
    9=DOS16LBA A=x86 Boot B=Diagnostic C=FAT32
    D=FAT32LBA E=DOSEXTLBA F=EFI 0=Exit?
    It wud b fine, if any1 of u provide solution to access the same in windows / solaris....
    Is der any other way to mount DOSBIG filesystem in solaris...
    Thanks,
    Enz.
    +919880099311

    It should be the same. For instance with a usb keychain (formated pcfs):
    mkdir /usbdrive
    mount -F pcfs /dev/dsk/c3t0d0p1 /usbdrive
    On this particular laptop the second usb port was. c4t0d0p1 so:
    mount -F pcfs /dev/dsk/c4t0d0p1 /usbdrive
    The numbering might be different for each usb port and you have to specify the filesystem of the usb drive, but it should work.

  • Unmounting of redirected USB Drives in Solaris

    Does anybody have an idea how I could get some USB devices redirected to Windows but USB drives keep mounted in Solaris?
    I've got a project in which some USB-devices (biometric scanners) must be redirected to Windows, but not storage devices (pen drives etc.). Since it's not possible to configure selective USB redirection on USB device type, we will have to disable USB drives on Windows level.
    My problem is now, that USB storage devices will be automatically unmounted in Solaris as soon as a Windows session is opened. My idea was to change utprepmount or utdomount to ignore unmounting if it's caused by uttsc. However, it seems that these scripts are always called by utmountd, whether someone unplugs the device or it is redirected to Windows.
    Any ideas on how I could keep my drives mounted?
    Thanks
    Roland

    3rd party USB drivers are not yet supported. The details of the interface have not been sufficiently worked out to make a general purpose interface available. It could be possible to get access to the interfaces as they stand by making a deal under NDA.

  • I cannot mount a external DVD usb drive

    Hello,
    I am trying to install a extenal DVD usb in a sparc enterprise t5220 with Solaris 10. After connecting the device i got this message:
    WARNING: Device /pci@0/pci@0/pci@1/pci@0/pci@1/pci@0/usb@0,2/hub@4/cdrom@2/disk@0,0 failed to power up.
    WARNING: /pci@0/pci@0/pci@1/pci@0/pci@1/pci@0/usb@0,2/hub@4/cdrom@2/disk@0,0 (sd3):
    Command failed to complete...Device is gone
    I rebooted the server and used different ports but i still got the same message several times.
    Is there some one that can tell me if this is a hardware problem or is there any procedure to install and/or mount this external device?
    Thanks

    USB drives can not be used to boot a PowerPC Mac so you will not be able to install new OS X; recover in the event of a major problem or repair the hard disk if it become corrupt to name a few examples if you purchase a USB drive. 
    Firewire performance on the Mac is also far superior to USB2.0 performance.
    mrtotes

  • IMac and Formatting USB Drive Issues

    I have an 8GB USB drive that I formatted to MS-DOS FAT using my iMac with 10.6.4 on it. However I now realise that that was a stupid thing to do as now that drive no longer works on Windows no matter what I format it too. I want the pen to allow me to use it on both WIndows and Mac (hence the FAT format) however Windows sees the drive as an unformatted 200MB drive with 7.16GB of unallocated and corrupted space which cannot be formatted.
    Windows cannot even attempt to allow me to format it to gain the 8GB back as it is unable to format the space even when its turned into free (empty) space. Luckily OSx can still use it as normal but it just means I've lost a perfectly work USB drive due to an error in OSx.
    Can anyone help to to fix this as I really want it to work and I'm stumped as to how.
    Thanks!

    It shouldn't matter as I created the files and folders originally on a FAT formatted drive and copied them to my Mac then back at a later date, at which point an error was encountered and prevented me copying folders to the dive (the contents was fine once removed from folders and sub folders).
    I believe Apple has fixed this now, however when I formatted the drive my iMac had this problem so I believe this effected the FAT formatted drive to prevent Windows working with it.
    Well I have finally managed to fix the drive. I had to format the drive to free space and then plug it into a Windows 7 PC and then delete the free partition and reallocate it again to FAT 32. Window Vista and XP where an able to do this as they say I didn't have permission to do this and asked for a restart. Strange but atleast it finally works on both machines.

  • Can't Mount External SCSI to USB Drive

    Hi guys- I currently have a problem involving an external scsi to usb drive that I can't mount. I tried the usual commands, fdisk -l, mount, lsblk, to discover the device but it's not showing up in /dev.
    I ran lsusb -v and one section shows "mass storage" and since I don't have any other mass storage devices attached other than my /dev/sda, my guess is that this is the device. Below is the output of lsusb -v, how can I use this info to get this device mounted?
    Bus 001 Device 008: ID 03e0:6830
    Couldn't open device, some information will be missing
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 0 (Defined at Interface level)
    bDeviceSubClass 0
    bDeviceProtocol 0
    bMaxPacketSize0 64
    idVendor 0x03e0
    idProduct 0x6830
    bcdDevice 0.01
    iManufacturer 56
    iProduct 63
    iSerial 76
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 32
    bNumInterfaces 1
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xc0
    Self Powered
    MaxPower 0mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 2
    bInterfaceClass 8 Mass Storage
    bInterfaceSubClass 6 SCSI
    bInterfaceProtocol 80 Bulk-Only
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x02 EP 2 OUT
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x88 EP 8 IN
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0200 1x 512 bytes
    bInterval

    alphaniner wrote:This isn't the first time I've read of a device working with some other distro but not with arch. Barring hardware that's on its last legs or has poorly designed firmware, I guess it must be a software issue. What software though? kernel? usb libraries? I dunno.
    I'm using the latest kernel. The device is a macally Hi-Speed USB 2.0 external drive enclosure. Yesterday my BIOS was detecting it, and later that night I actually mounted the device with mount /dev/sdb1 /mnt/drive_2, I fired up the computer today and it's not there anymore, not in BIOS, not in the OS. This thing is acting very buggy and It's starting to scream hardware issues. There is a blue light on the enclusure that tells you when everything is okay, but now the light is red. Plus I can't hear the drive spinning.
    arobson- I tried your suggestion and ran udevil monitor and a message popped up "Monitoring activity from the disks daemon. Press Ctrl+C to cancel." Then I plugged in the drive but I'm not sure what's supposed ot happen. I didn't get any messages after that.
    Sorry to waste your time on this one guys.

  • "Format USB drive to single FAT partition"

    I'm trying to use Boot Camp to install Windows 8 on my Macbook Pro, but when I was going to save the Windows support software to my external hard drive I'm told to "format the USB drive to single FAT partition."  I thought I had done that, but after I used the same hard drive to back up my computer, it seems that it went back to its original format.  Does the hard drive have to be empty to download the support software, or did something else go wrong?

    try formatting with ExFat, it'll detect immediately.

  • Install Windows 7 on new MBPr from FAT32 formatted USB drive

    My colleague gave me a USB drive with legit Windows 7 Enterprise SP1 64bit as ISO file on it (plus a folder containing Windows software to be installed afterwards.
    I have partitioned the MBPr's SSD 50/50 with disk utility: one OSX partition, one MS-DOS FAT32.
    When I reboot and select the USB drive to install, I get a black screen with a message on top "booting from Boot Camp Assistant created USB drive ... Failed to load BOOTMGR".
    This happens trying both left and right USB ports.
    Reason why I partitioned 50/50 "manually" with disk utility was that Boot Camp-Assistant did not give me an option to install from the USB after it downloaded drivers to that USB (these drivers ended up in a folder called WindowsSupport). It always asked me to insert a DVD which of course can't work on the MBPr.
    Any hints much appreciated!

    You must use Bootcamp Assistant to install Windows in a Bootcamp partition. Return your hard drive to a single OSx partition then start again following the Bootcamp Installation and Help guides.
    http://www.apple.com/support/bootcamp/

  • Mounting a windows formated external drive

    I'm running Lion on a Macbook Pro.  It doesn't recognize one of my external drives that was used on my windows based laptop when connected via the USB cable.  Is there a way to mount this external drive on a mac?
    Thanks,
    ssc

    @Shootist007, thanks for your reply, yes, it's a USB dirve (seagate) and I do have it connected to the wall outlet via AC adapter.  It was originally formated to work with my windows machine but I thought the Mac could read windows formatted drives....?
    fotoz

  • Formatting usb drives?

    Hello Everyone.
    I hope someone can help me out with this issue i am having. I wanted to format my usb hard drive, something that can be done easily in windows but i don't know how to do it on my mac. I have tiger on it right now.
    Thanks.

    Open Applications/ Utilities, launch Disk Utility, select the external drive, click partition tab, select a partition scheme, adjust partition sizes to suit your needs, optionally give the partitions descriptive names, click Options button and select format (GUID if you ant to be able to boot an Intel Mac from the drive, Apple Data Partition to boot from a PPC Mac), select format as Mac OS Extended or Mac OS Extended (Journaled), click Partition button.

  • External USB drives will not mount under Mountain Lion

    Since upgrading to Mountain Lion, two external USB2 drives that I have will not mount and cannot be viewed in the Finder.  The same occurs on a 2012 MacBook Air, a 2009 iMac 27 and a 2010 MacMini, all running OS X Mountain Lion version 10.8.2.
    Both drives are Samsung Story external USB drives (one is 1.5 GB and the other is 2 GB) and both have been formatted using Mac Disk Utility with a single Mac OS Extended (Journaled) partition, one using Snow Leopard and the other with Lion.
    Both still mount correctly on a friends MacBook Pro that is still running Snow Leopard, and I had no problem with the same drives under Lion.  Interestingly both can also be connected to Time Capsule USB port and show up correctly.
    Both drives mount correctly under Windows 7 on BootCamp partitions that I have on both the 2012 MacBook Air, a 2009 iMac 27. These BootCamp partitions have Paragon HFS+ installed so I can read Mac formated drives.
    Both drives show up in Disk Utility, but when attempt to mount the drives I get the message "The disk could not be mounted.  Try running First Aid on the disk and retry mounting." I can run Repair in First Aid on the disk and get the message that the volume appears OK, but again have the same problem when I attempt to mount the disk.
    I have also tried using Disk Utility 3,2, but still cannot mount the drives, though the program indicates there is no problem with the drives.
    I have other portable USB including a Samsung portable USB2 drive, and two external USB3 drives, and I don't have problems with them.
    There is clearly a problem with Mountain Lion with accessing (mounting) these Samsung Story USB drives, and the problem appears to be with Mountain Lion itself as the problem did not occur on the same Macs with Lion and does not occur with Bootcamp partitions on the machines.
    I have a lot of time searching forums, but I have not found anyone with an identical problem.
    I sure hope someone can help or that Apple come up with a fix for this issue which has only developed since the update to Mountain Lion.

    bj10au wrote:
    Since upgrading to Mountain Lion, two external USB2 drives that I have will not mount and cannot be viewed in the Finder.  The same occurs on a 2012 MacBook Air, a 2009 iMac 27 and a 2010 MacMini, all running OS X Mountain Lion version 10.8.2.
    Both drives are Samsung Story external USB drives (one is 1.5 GB and the other is 2 GB) and both have been formatted using Mac Disk Utility with a single Mac OS Extended (Journaled) partition, one using Snow Leopard and the other with Lion.
    Both still mount correctly on a friends MacBook Pro that is still running Snow Leopard, and I had no problem with the same drives under Lion.  Interestingly both can also be connected to Time Capsule USB port and show up correctly.
    Both drives mount correctly under Windows 7 on BootCamp partitions that I have on both the 2012 MacBook Air, a 2009 iMac 27. These BootCamp partitions have Paragon HFS+ installed so I can read Mac formated drives.
    Both drives show up in Disk Utility, but when attempt to mount the drives I get the message "The disk could not be mounted.  Try running First Aid on the disk and retry mounting." I can run Repair in First Aid on the disk and get the message that the volume appears OK, but again have the same problem when I attempt to mount the disk.
    I have also tried using Disk Utility 3,2, but still cannot mount the drives, though the program indicates there is no problem with the drives.
    I have other portable USB including a Samsung portable USB2 drive, and two external USB3 drives, and I don't have problems with them.
    There is clearly a problem with Mountain Lion with accessing (mounting) these Samsung Story USB drives, and the problem appears to be with Mountain Lion itself as the problem did not occur on the same Macs with Lion and does not occur with Bootcamp partitions on the machines.
    I have a lot of time searching forums, but I have not found anyone with an identical problem.
    I sure hope someone can help or that Apple come up with a fix for this issue which has only developed since the update to Mountain Lion.
    You can start here
    http://support.seagate.com/kbimg/flash/213059/213059_EN.HTML
    Pete

  • MacBook Pro Retina hangs while opening mounted share or USB drive

    I have a Macbook Pro Retina that I just updated to 10.8.2 over the past weekend.  Now, when I try to open a mounted SMB share or USB drive, the system hangs completely!  I had the system set to auto-reconnect my network shares, so when this started happening the system would hang right after login.  I was able to get in with Safe Boot and disable the auto-connect, so at least I can work now, but not being able to use a flash drive is really getting on my nerves.  Any ideas?

    I just ran a few tests to confirm my suspicion that this is a sleep problem for me and found that my rMBP will restart as soon as it has entered the sleep cycle.  Set it to auto sleep after 10 minutes and it will restart at 10 minutes, set it to sleep at 3 minutes and it will restart at 3 minutes.  Command it to sleep and it will restart.
    So for me at least there is a workaround and that is to set sleep to "never".  The display still sleeps but my mac keeps running.  So that's not a solution but it is a workaround, and if I want it to shutdown and not restart I either hold the powerbutton or take off the power cable and choose shut down from the dropdown menu (it won't restart on battery power, it'll just shut down).
    I hope that helps someone else!  And I hope it helps the engineers to diagnose and actually solve the very long running problem for us all..

  • ? Command to Mount USB drive attached to Time Capsule ?

    Looking for the terminal commands that would let me mount and unmount the USB drive I have attached to my Time Capsule so that I can have a shell script to mount the drive, RSync some folders, and then eject/unmount the drive.
    Any suggestions? Thanks in advance.

    One time bump - anyone?

  • How to copy a networked TimeMachine backup to a USB drive and restore from it?

    Hi,
    I backup my MacBook Air with TimeMachine to my QNAP NAS which offers a TimeMachine backup service and I can restore data from it OK.
    Working in IT, and being a bit paranoid about important data loss, I am concerned that if I was robbed or my house burnt down I would most likely lose both the MacBook and the TimeMachine Backup on my NAS :-(
    To protect against this I have backup my (linux based) NAS to an external drive that I keep offsite. This drive is encrypted to keep my data secure with a Linux form of encryption (cryptsetup) and hence can't be plugged into a MacBook to try and restore from it - I doubt this would work either as the TimeMachine data is not located in the root of the drive.
    So what I have done to test my restore process is to mount the encrypted NAS backup that include the TimeMachine backup folders on a Linux machine and then copy the TimeMachine data to the root of an HFS+ formatted external USB drive.
    But, now I am stuck as how to try and restore something from this to my MacBook to see if the copy of the TimeMachine backup is good. If I press the Alt key on the TimeMachine icon, I can select an alternate backup device and when I enter TimeMachine to browse the data, I can browse the structure but there is no option to go back in time !! It seems like it is not possible to restore from this copy of the TimeMachine backup.
    Does anyone know if this should be possible, and if so, what am I doing wrong here?
    Rgds
    Gary

    For anyone else that may be in a similar situation, I can confirm that this does actually work.
    I am unsure why I was not able to mount the original sparseimage that I copied to the USB drive before, but I have gone through the entire process again and I could successfully mount the TM sparseimage onto my MacBook and restore files from within it using TimeMachine to my Mac.
    This is a Disaster Recovery solution only needed for if both my NAS and Macbook get stolen or damaged so I am happy with this solution for now.
    I will try the restore process several more times from my monthly backups to reassure myself that the first failure to mount the sparse image was an anomaly.
    This is the process that I have tested:
    Configure MacBook to backup to TimeMachine Service running on QNAP NAS device.
    Perform regular backup of QNAP NAS Device (Linux) including the TimeMachine backup data to an external USB drive with encryption enabled and store this device safely off-site
    In time of loss of both NAS and MacBook, Time Machine data can be recovered to another Mac without the need of the NAS  using the following process:
    Mount the external drive containing the backup of the NAS filesystem (ext4) which is encrypted onto a Linux host so it is readable - use the cryptsetup luksOpen options to access the encrypted filesystem then mount it.
    Mount a n empty HFS+ formatted USB drive  on the Linux host
    Use Rsync to copy the sparsebundle from the external NAS drive backup disk to the root of the USB Drive
    Insert the HFS+ formatted USB containing the sparesbundle into the Mac's USB port
    Double click the sparsebundle to mount it onto the Mac as a Volume
    Using Alt button and the TimeMachine icon, select use alternative backup disk and you should see the TM backup in the sparsebundle
    Enter TimeMachine and you should be able to restore any/all files
    Hope that helps someone else and thanks to LaPastenague for pointing me in the direction of some of the answers I needed.
    Rgds
    Gary

Maybe you are looking for