Mount usb hdd automatically at or better after startup

Hi,
i wanted to mount my external harddrive shortly after archlinux has booted into GUI so it doesn't slow down the boot process.
I was thinking about something like (sleep 10 && modprobe usb-storage && mount /media/usbhdd) & in rc.local but that didn't work for me.
That's not my only concern though because I can't even get the drive to automatically mount at startup via fstab entry.
I tried this and many variations:
/dev/disk/by-uuid/DEFC3BD4FC3BA5A5 /media/usbhdd auto rw,user 0 0
Any thoughts on how i get the drive to at least mount at startup via fstab or even better in form of some script shortly after the boot process is almost finished?
Thanks,
demian
Update: Solution is
(sleep 8 && mount -t ntfs-3g /dev/disk/by-uuid/DEFC3BD4FC3BA5A5 /media/usbhdd) &
or if you have an fstab entry
(sleep 4 && mount /media/usbhdd) &
in rc.local
Last edited by demian (2010-03-19 09:54:55)

I didn't want to use udev rules because it's a server and i usually don't have switching periphals. I prefer having everything static.
I just tried using a udev rule though and it kinda crashed my system . Guess i made a typo in the .rules file or it simply didn't work with the current udev.
Anyhow, i found a solution.
In rc.local:
(sleep 8 && mount -t ntfs-3g /dev/disk/by-uuid/DEFC3BD4FC3BA5A5 /media/usbhdd) &
Since i have an fstab entry, i now use (sleep 4 && mount /media/usbhdd) &.
I don't know why it didn't work before though, when i tried it with (sleep 10 && modprobe usb-storage && mount /media/usbhdd) &. Probably bad syntax or because of the modprobe insertion.
Anyway thanks guys!
Regards,
demian
Last edited by demian (2010-03-19 09:58:55)

Similar Messages

  • USB HDD 3T doesn't work after one year only

    Hello,
    I get a external HDD Toshiba from RLO24 i bought the 08.02.20113 and few weeks after it didn't work. No time to contact you and i thought i w'll find a solution to get all my datas back But I lost 3 T of Data? and no way for any computer to recognise my HDD? It seems that it's the physical body is dead? So what can I do?
    Thank you to help me out.
    Franck
    reference P\N HDWC130EW3J1
    S\N 5Q080TVW
    PLEASE HELP ME

    Its pity to hear that the HDD does not work anymore.
    The computer could not recognize the external HDD because of two reasons:
    1) the HDD controller within in the HDD case has started to malfunction
    2) the HDD is faulty.
    In 1st case you could try to remove the 3.5 HDD from the case and could try to connect the HDD to another SATA controller just to check if you will get access to the data.
    In 2nd case the HDD could no longer be used :(

  • No automatic connection to a wireless router after startup!

    After adding a new wireless router to my home network an iMac G5 does not automatically connect to the wireless network after startup.
    And so the story began: I'm running a wireless network for years without problems at my home. The wireless router is a Orinoco 102.11b with 128-Bit WEP encryption and I have 4 different Mac connected to it.
    Because I wanted to use the higher 54 MBit/s speed and a more secure encryption for my network I've installed a LINKSYS wireless router and configured it for 102.11g and WPA2.
    Everything worked fine except the automatic connection after restart on my iMac G5 running Mac OS 10.4.10. I can connect to the new wireless router but I have to do it manually after each restart. The password is therefore stored in the login keychain. The connection can be established automatically after sleep but not after startup...
    So I switchted the connection back to the old router and got unfortunately the same behaviour. The iMac does not connect any more automatically to the router after startup. I removed the new router from the network, deleted all wireless passwords from the system and login keychains, created new keychains, switched back and forth the preferred vs. automatic network selection, created new locations, changed the root password and so on...
    It seems that the new password entry in the system keychain causes an error in the password encryption of the system keychain which prevents the automatic connection to the network after startup. Replacing the keychains from my backup does not work either after I've once created a the system keychain.
    Is there any log file, which may proof my assumption or can give me some more information of the erroneous login process to the wireless network during startup.

    One thing that can work, try this, *please ignore the exact symptoms and connection and Hardware types*, it's worked for many others than the stated...
    http://docs.info.apple.com/article.html?artnum=304482

  • [SOLVED] Booting Arch off USB HDD fails - can't mount real root device

    I've installed Arch on the internal HDD (sda) of my laptop, and I attempted to install a second copy of Arch on partition sdb3 of an external USB HDD.  sdb3 is a primary partition that I had prepared beforehand with gparted and outfitted with the reiserfs filesystem.  I skipped section 3.2 (manually prepare hard drives) of the Arch installer.  There was no problem with section 3.3 (manually configure filesystems and mountpoints); I put all of / in sdb3.  Installing packages and configuring the system also went without a hitch.
    I wanted to boot this new install of Arch via the boot menu of GRUB that was installed in the MBR of sda with my primary install of Arch.  On the new install, I first did go through section 7 (install bootloader), thinking I would want to install GRUB in the root sector of partition sdb3 (not in the MBR of sdb where the GRUB of MintKDE resides, a boot menu that I want to keep) but that failed, so I then picked "no bootloader to be installed".  With that I exited the new install, since it appeared to have gone to completion.
    I then copied the appropriate stanza in the /boot/grub/menu.lst of this new Arch install to the /boot/grub/menu.lst of my primary Arch install on the internal HDD of my laptop.
    This stanza reads as follows:
    # (3) Arch Linux on WDPP60 blue (sdb3)
    title Arch Linux on WDPP60 blue (sdb3)
    root (hd1,2)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/191cc027-43ce-443b-8846-f265d60555ec ro
    initrd /boot/kernel26.img
    However, I'm not able to boot the new Arch install when I pick this entry from the GRUB menu list.  The new install starts booting, finds sda but not sdb and stops with the following errors, dropping me to a recovery shell:
    Root device /dev/disk/by-uuid... doesn't exist. Attempting to create it.
    ERROR: Unable to determine major/minor number of root device '/dev/disk/by-uuid...'
    mounting /dev/disk/by-uuid... on /new_root failed: No such file ...
    ERROR: Failed to mount the real root device.
    Running "mount -t reiserfs /dev/sdb3 /new_root" at the ramfs prompt also fails.
    I've tried a number of edits of the menu.lst stanza from the grub> command prompt, such as adding rootfstype=reiserfs, replacing root=/dev/disk/by-uuid..etc. with root=/dev/sdb3 (booting then fails with "/dev/sdb3  No such file"), using "initrd /boot/kernel26-fallback.img" etc., but booting always fails at the same stage with equivalent error messages.
    I have no trouble booting half a dozen other Linux/BSD distros that reside on two different external USB HDD's by the same method, i.e. choosing an entry from the GRUB boot menu of my primary Arch install, after I placed the appropriate stanza in its /boot/grub/menu.lst.
    How can I get this new Arch install to boot?
    Last edited by RobF (2010-05-17 23:03:27)

    Yes, this was in fact the solution.  I stumbled upon it in this thread:
    http://bbs.archlinux.org/viewtopic.php?id=65844
    When one wants to boot from a USB mass storage device, the initrd needs to include the modules for accessing USB devices, and in Arch this is accomplished by adding "usb" to the HOOKS array.  I simply reinstalled Arch to the USB HDD and in the system configuration step now edited /etc/mkinitcpio.conf by adding the "usb" item.  Adding "rootdelay=10" and/or "rootfstype=reiserfs" to the kernel line in the appropriate stanza in Arch's /boot/grub/menu.lst wasn't necessary in this case.  I left the stanza exactly as I posted it above.
    Thanks for your input.

  • Cannot eject USB HDD that is being used for Time Machine after upgrading to Lion

    After upgrading to Lion from SL, I have had only one issue.  Amazing!  Great job Apple with making the process smooth, but my issue is this.  Ever since the upgrade, I cannot eject the external USB HDD that I use for Time Machine.  I get the following error:
    The disk "Time Machine" wasn't ejected because one or more programs may be using it.  To eject the disk immediately, click the Force Eject button.  There is the little spinning fan and the message "Trying to eject" and then the fan disappears and where it said, "To eject the disk immediately..." it now says "You can try to eject the disk again or click Force Eject to eject it immediately."  I can click Force Eject and it will work, but seems like there is an issue that needs to be addressed.  Any thoughts anyone?

    Ok, I think there's a slightly better way, but try this:
    Open the Terminal app (in your Applications/Utilities folder). Be very careful with this app.  It's a direct link into UNIX, the underpinnings of OSX, but without the protections of OSX.
    In Terminal, the prompt looks like this: <Computer Name>:~ <your name>$
    (where <your name> is your short user name).  It's followed by a non-blinking block cursor.
    Copy the following after the prompt:    
              lsof |grep
    and leave a space.  Then drag the Backups.backupdb folder on the TM drive from a Finder window into the Terminal window (Terminal will convert that into a "path").
    Press Return.
    You should get a list of geeky stuff; but the first thing on the next line should be the process that's using the drive (Finder in the sample), followed by another prompt:

  • 160 GB external USB HDD won't mount in 10.4.9; does in 10.4.0

    I'm using a Beige G3 (though I don't think the model is the issue).
    I know there's nothing wrong with the drive whatsoever, because it mounts on PCs, and it mounts when booted from both other hard drives on the system, on Mac OS 9.2.2 and Mac OS 10.4.0.
    I know it used to mount on 10.4.9, too. I thought maybe when I installed a 4-port USB 2 card things would resolve, but they haven't.... so I expect it's a driver (extension) issue.
    I deleted a bunch of extensions a while back that I was sure I didn't need... I suppose it's possible I deleted one vital for USB HDD support on the HDD using 10.4.9, only I don't know which it would be... things were self-explanatory in the days of OS 9, not so much with OS X, it would seem.
    I didn't notice it until fairly recently since I'd been networking to the external HDD via another computer as the built-in 10BT was sadly faster than the USB 1.1 card I had installed prior.
    Anyway.... since I assume this is an extensions problem (it says when I turn on the drive that a certain extension is missing, but I can't remember which), can anyone tell me what particular extension it is that enables USB Hard Drives?
    By the way, USB flash drives mount and run at USB 2 speeds just fine. Thanks.

    It's an adaptec card, but that's actually not the issue; it stopped working on the old USB card where it'd worked just fine before, whilst still working when I booted into 10.4.0.
    Once upon a time it was working fine on both 10.4.9 and 10.4.0.
    It now says "AppleXsanFilter.kext" was installed improperly and cannot be used" when I start up the drive. It knows it's there, it just can't access it. It then says "device was improperly removed" when I shut off the HDD.

  • Dynadock Universal USB 3.0 Docking Station: no autoconnect of USB-HDD after Win8 power-up

    Hello,
    I've recently obtained a Dell XPS-12 which only has a SSD-HDD.
    In order to overcome the limitations in terms of available connections I bought a Dynadock which works fine so far.
    I want to use the Dynadock in a configuration where it is the only device connected to the laptop and all peripherals are connected to the dynadock.
    If I connect a USB-HDD to the dynadock I so far did not manage to have the HDD reliably connected to the laptop after power-up, sometimes it works, sometimes I need to unplug the HDD.
    I did not find a sequence of powering up laptop/dynadock that does the job.
    Any ideas?
    Best regards
    Tim Tom

    Did you ever resolve this issue, because I am having exactly the same issue!  Thanks!

  • [SOLVED] How to automatically mount USB drives with custom mount point

    edit:
    Original title was : 'Unable to mount USB disk via /etc/rc.local', but got changed since the /etc/rc.local problem isn't relevant for me anymore.
    Hello,
    Since I am new to this forum, I'll start off with this :
    Thanks to archlinux, its founder and all its contributors, cause this is the operating system (flavour) that annoys me the least.
    The root problem :
    I want to automount USB storage devices to other places than /media/ and without the need for programs that depend on gnome and the like. As I tried some stuff with hald and such, I didn't really get to a nice and easy to configure solution. Any hints in that direction are always welcome.
    For now, automount of known USB storages devices during boot, will do.
    So the things I tried and didnt work :
    1.
    Provide the disk info to /etc/fstab (via the disks UUID and 'auto' filesystem)
    Add 'mount /mountpoint' to /etc/rc.local
    Result : the mount command in rc.local says '... specify filesystem'
    However, after boot, running /etc/rc.local mounts the USB disks correctly.
    2.
    Provide the disk info to /etc/fstab (via the disks UUID and the correct filesystem)
    Add 'mount /mountpoint' to /etc/rc.local
    Result : pc doesn't get through boot process and gives me the 'ctrl-d to reboot or root passwd for maintenance'
    3.
    Provide no disk info in /etc/fstab
    Add the full mount line to /etc/rc.local (mount -t fs /dev/disks/by-uuid/MyUUID /MyMountpoint )
    Result : don't remember the output of the mount execution, but well, it didn't mount
    However, after boot, running /etc/rc.local mounts the USB disks correctly.
    Is there something that isn't loaded at the time of rc.local execution that I need for mounting of USB devices ? Or why else is this failing ?
    Regards,
    BasiK
    Last edited by BasiK (2009-08-28 07:22:50)

    Thanks for the hint hunterthomson, but the pc I will be using it on, is an own-built HTPC/home file server, so there is no way I want to use a graphical file manager to get the usb disks mounted.
    I tried to figure out a little about udev rules, and I got to do what I wanted to do, so thx for pointing me in that direction Mr.Elendig.
    Btw, I am indeed also using auto-sleep/park disks, but this udev way works perfectly.
    I added two rules files to /etc/udev/rules.d/ :
    The first for a known usb disk (with its volume uuid), with a named mountpoint under my media dir /symbiosis/ :
    [basik@plox ~]$ cat /etc/udev/rules.d/80-usb-utopia.rules
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a",SYMLINK+="usb-%n", GROUP="storage", NAME="%k"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a",RUN+="/bin/mkdir -p /symbiosis/utopia"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a", RUN+="/bin/mount -t auto -o rw,noauto,sync,dirsync,noexec,nodev,noatime /dev/%k /symbiosis/utopia", OPTIONS="last_rule"
    ACTION=="remove", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a", RUN+="/bin/umount -l /symbiosis/utopia", OPTIONS="last_rule"
    The second for unknown usb disks, to mount under the same dir. This is simply taken from the archwiki http://wiki.archlinux.org/index.php/Ude … .26_Tricks
    Make sure these rules are executed after the ones for specific usb disks.
    [basik@plox ~]$ cat /etc/udev/rules.d/usb-disks.rules
    KERNEL=="sd[a-z]", NAME="%k", SYMLINK+="usb%m", GROUP="storage", OPTIONS="last_rule"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", SYMLINK+="usb%n", GROUP="storage", NAME="%k"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", RUN+="/bin/mkdir -p /symbiosis/usb%n"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", RUN+="/bin/mount -t auto -o rw,noauto,sync,dirsync,noexec,nodev,noatime /dev/%k /symbiosis/usb%n", OPTIONS="last_rule"
    ACTION=="remove", KERNEL=="sd[a-z][0-9]", RUN+="/bin/umount -l /symbiosis/usb%n"
    ACTION=="remove", KERNEL=="sd[a-z][0-9]", RUN+="/bin/rmdir /symbiosis/usb%n", OPTIONS="last_rule"
    These may not be the nicest looking udev rules, but it works for what I wanted to do with it.

  • Mount USB vfat and IEEE1394 vfat hdd"s on separate pci

        Trying to mount /dev/sda1 as USB HDD vfat system and /dev/sda2 as IEEE1394 vfat hdd simultaneously using PCI interfaces for each.
        I haven't been able to establish sda2 in cdrecord -scanbus but the sda1 hdd on USB 2.0 is recognized in  -scanbus and can be mounted.
       Modprobe -v ohci1394 and modprobe sbp2 have both been entered.  When using only the IEEE1394 HDD (no USB2.0 HDD connected) I can mount the IEEE1394 HDD as sda1.
       Do I need to change the identification in fstab to sdb1?
       Fstab:
          /dev/sda1      /mnt/fat1   vfat     defaults       0     0
        /dev/sda2       /mnt/fat2    vfat     defaults       0    0

    : D  Xentac;
        Sdb1 indeed! That was the solution, now both are available simultaneously.
        Thanks for the response.

  • USB HDD not mounting on 10.4.9 but does in 10.4

    Posted this in Tiger forum too (I know, probably not really supposed to), but I thought I'd post it here too.
    I know there's nothing wrong with the drive whatsoever, because it mounts on PCs, and it mounts when booted from both other hard drives on the system, on Mac OS 9.2.2 and Mac OS 10.4.0.
    I know it used to mount on 10.4.9, too. I thought maybe when I installed a 4-port USB 2 card things would resolve, but they haven't.... so I expect it's a driver (extension) issue.
    I deleted a bunch of extensions a while back that I was sure I didn't need... I suppose it's possible I deleted one vital for USB HDD support on the HDD using 10.4.9, only I don't know which it would be... things were self-explanatory in the days of OS 9, not so much with OS X, it would seem.
    I didn't notice it until fairly recently since I'd been networking to the external HDD via another computer as the built-in 10BT was sadly faster than the USB 1.1 card I had installed prior.
    Anyway.... since I assume this is an extensions problem (it says when I turn on the drive that a certain extension is missing, but I can't remember which), can anyone tell me what particular extension it is that enables USB Hard Drives?
    By the way, USB flash drives mount and run at USB 2 speeds just fine.

    "AppleXsanFilter.kext"
    That is likely an extension for Storage Area Networks. If your Mac is complaining about it, it probably has unsatisfied external references in some of the Mass Storage Extensions. I don't know why you would need a lot of stuff in those folders, but they are tiny. You get no payback from throwing them out.
    To fix those complaints, presuming the extension is located in the correct folder, you need to repair permissions (so that the System owns it) and delete the cache files named:
    extensions.kextcache
    extensions.mkext
    which are pre-linked versions of most of the kext files. Then your Mac will recreate the cache files with the newly fixed-up kext added.

  • BIOS don't skip to OS after Toshiba install USB HDD

    After I start my computer and my new harddisk is ON the computer hangs at the bios and will not start Windows XP
    Toshiba USB 2.0 ALU 3.5"
    In BIOS option USB LEGACY ENABLED
    tnx for your answer

    What laptop model do you have? Tell us the Pxxxxx-xxxxx number on the Base Serial Sticker.
    Are you trying to boot from an external USB HDD?
    If you have replaced the internal HDD, you need to run Recovery from your Recovery Disc to reinstall Windows.
    If you dont have a recovery disc, you can order one from the Toshiba website.

  • M93P Tiny - Bios Update - Does not want to boot hdd, usb, cd rom or over network after update

    M93P Tiny - Bios Update - Does not want to boot hdd, usb, cd rom or over network after update
    Bios 
    FBKTB0A
    3/31/2015
    The bios shows updated and i can go into the bios but the ram amount and frequency does not show rite and it also does not want to boot any of those items.
    Please advise.
    Thank You

    Hello all,
    I, too, found this oversight on the part of Lenovo to be quite distressing. It is possible to upgrade the X61 BIOS with a USB thumb drive. I have provided directions at http://ubuntuforums.org/showthread.php?t=817897
    The above tutorial is aimed towards Ubuntu Linux users. However, I believe that users of Vista should be able to follow along. Please let me know if you have any questions... the process is simple enough that it should be possible with any OS out there right now.
    Mike

  • Adding a USB HDD to a VM via OVM - /dev/mapper Error

    Hey all,
    we're trying to hook up a USB HDD to a virtualized database server for a one time backup.
    So after connecting it to the OVS, i formatted it to ext3, mounted it and voila. When i edit the database VM via OVM i can add a Physical Disk.
    I am getting an error though:
    Status: org.apache.xmlrpc.XmlRpcException: exceptions.RuntimeError:disk:setup_error:Command: ['xm', 'block-attach', '0004fb000006000056a65a591c902757', 'phy:/dev/mapper/35000000000000001', 'xvdd', 'w'] failed (1): stderr: Error: Device 51760 (vbd) could not be connected. /dev/mapper/35000000000000001 does not exist.stdout: Usage: xm block-attach [BackDomain]
    ...and he is right. There is no /dev/mapper/35000000000000001
    But where does it get that information from?!
    Any ideas?

    OVM will only make use of volumes that are accessible through /dev/mapper. USB volumes are, as you already know, not available in /dev/mapper and thus can't be mapped to virtiual machines as volumes.
    This is a limitation, but I think Oracle decided for this, because a USB drive really doesn't make a good choice for a virtual drive, as is introduces a lot of latency and other potential I/O issues, you don't want to have in a virtualized environment.
    It would be better to map the backup drive in thge guest itself using other protocols like NFS.
    Cheers,
    budy

  • Airport Extreme + USB HDD = Time Capsule?

    Hi!
    (Sorry for my poor English, I hope it's possible to understand my problem/question).
    I bought a MacBook in January 09. It's connected to the Internet via WLAN and a Fritz.Box (Wireless Router with built-in DSL Modem, unfortunately it uses the old slow LAN and WLAN protocol and a USB1-Port).
    I want to backup my files with Time Machine via WLAN. I tried to connect a USB-Drive to my Fritz.Box but it was terribly slow (USB1...)
    It's important, that the backups go automatically when I'm at home and connected to my WLAN.
    Now I think of buying something that's more useful. I have three ideas and I'm not sure what to do...
    1) Buying the Time Capsule. Pro: I think, it will work perfectly. I don't need to worry about a thing. Contra: It's terribly expensive. In Germany 1TB will cost about 600$. (Maybe I should buy the 500GB-Version and update it by myself to 1GB or 2GB).
    2) Buying the Airport Extreme. Unfortunately I'm not sure if a Airport Extreme + USB-HDD is the same as the Time Capsule. Apple writes: "Time Machine in Mac OS X 10.5 Leopard can be used to back up to many kinds of Mac OS Extended-formatted drives, but you cannot choose AirPort Extreme's AirPort Disk as a Time Machine backup volume. " On the other hand some Users wrote that they managed to get their TM-Backup on a AE-HDD (but did this work via WLAN?). With the Airport Extreme it would be easy to manage a itunes-stream-server (the Airport Express is not too expensive). And the Airport Extreme isn't too expensive as well.
    3) Using a Network-HDD. It would be not too good, since I had to use my slow WLAN-Connection and since this wouldn't be supported by Apple at all. On the other hand this would be the least expensive version.
    What should I do? Is it possible to work with the Airport Extreme and an external USB-HDD via WLAN and without any problems (like mounting the drive manually each time I connect to my Network).
    It would be much more fun, if everything ran automatically, when I got in reach of my Network...
    Thanks in advance! Gerrit

    A couple of pointers.
    The hard drive must be specifically formatted in Mac OS Extended (Journaled) to work with the AirPort Extreme's USB port. Check the documentation that came with the drive to find out how it is formatted at the present time.....it is likely formatted to work with Windows, which is not compatible with the AirPort Extreme.
    Unfortunately, even if the drive is formatted correctly, Apple does not officially support Time Machine backups to a drive at the USB port of the AirPort Extreme, so that will be the next hurdle to deal with.
    Some users actually do seem to be able to make this work, but overall, it is not a reliable method to backup your data if it is important to you.

  • Cannot mount  USB on Solaris 10 10/08

    I inserted the USB drive, I have tried the following, however it didnt work.
    devfsadm -Cv
    Format>
    In format, Im seeing only 1 disk. (that is my harddisk)
    0 -> c1todo
    I did few more things,
    Mount -F pcfs /dev/dsk/c2t0d0p0:c /mnt
    How I found out its c2, iostat -En output.
    Please someone assist.
    Thanks,
    Sylvester, Prasanth

    & I tried making ZFS file system on pendrive,
    zpool create myusb c2t0d0p0
    zpool list myusb
    Now I can see the file system, however windows doesnt recosgnise it now :( screwd again !!!Right, Windows has no idea what ZFS is so there is no way that it can mount the drive.
    In order for it to work on both Windows and Solaris then you need to format the device with a filesystem in common.
    The most common way to do this is to format it with a FAT32 filesystem or you could use NTFS if you load up the drivers for it on the Solaris side.
    After you format it FAT32 then Windows should have no problems with it since it's a native format and Solaris vold mounts my FAT32 USB devices automatically.
    alan

Maybe you are looking for

  • How do you Create a hyperlink in Configurator?

    Greetings all, Just curious: I'd like to put a link to my blog in the panel I've created - - how would I do that? I'm quite new at programming, so this may be a simple thing, but I'm ignorant on how... Thanks, John :-)

  • WAAS los booting issue

    Hi i tried to install SM-SRE-700-k9 module to cisco 2911 router , but fail to load IOS , when i am loading the IOS getting following error Router#$ install url ftp://10.0.0.2/waas-accelerator-4.4.3c.9-k9.bin          Delete the installed Cisco Wide A

  • P67a-GD65 Bios 4.39 Turbo-boost problem

    Hi, i just finished overclocking my system and it's working great all but for one thing. I can't enable turbo-boost anywhere in bios. I have to do it in the settingsmenu in Realtemp every time i restart the computer, its getting annoying. Any tips? S

  • Form_trigger_failure in when-validate-record fired message three times

    Hello all, I have a problem with one of my forms. Indeed, I have used when-validate-record trigger to validate fields block. So, when user fills a duplicate I display an error message with two choices. Accept or proceed to change. The action button 1

  • Need help with uploading to youtube??? PLZ HElP

    When I publish/share a youtube video it says authorize so i go and then complete authorization i do that too then gives me a error which says Your authentication could not be verified. Kindly Try again also It appears a windows which ask to accept li