[SOLVED] Mounting FAT32 USB Drive or Stick for Read/Write

For newbies like me. First, plug in the drive and figure out the drive name with this command:
dmesg
It shows a kind of log file, near the end look for something like this:
[    4.346919] sd 7:0:0:0: [sdc] Attached SCSI removable disk
sdc is the drive name ('c' implies the third drive after 'a' and 'b'). Assuming one partition, the partition name is sdc1. Now determine your login user id and group id:
cat /etc/passwd
You're looking for a line like this where 'dbarthel' is my login id:
dbarthel:x:1000:100::/home/dbarthel:/bin/bash
In this case '1000' is my user id and 100 is my group id. Now create a dummy directory onto which you'll graft the drive's directories:
sudo mkdir /mnt/usb
You only have to do this once in the machine's lifetime. Then mount the drive:
sudo mount -t vfat /dev/sdc1 /mnt/usb -o uid=1000,gid=100
'-t vfat' is the FAT32 filesystem type.
'/dev/sdc1' is the device partition ('sdc' comes from dmesg).
'/mnt/usb' is the part of the directory tree to graft the drive onto.
'-o uid=1000,gid=100' is who owns the files on the drive since FAT32 is dumb [or flexible! (comes from cat /etc/passwd)]
I'm lazy so I haven't figured out how to automount the drive when inserted (something to do with the /etc/fstab). Its easy to be lazy when you can ctrl-R on a bash command line then type 'mount' to arrow up through prior mount commands, even across logins.

First, I think this information might be better placed in the wiki somewhere.
Secondly, for your automounting needs, theres many threads about it. Just search the forum and wiki.

Similar Messages

  • Cannot emtpy trash containing a file from FAT32 USB drive

    Hi
    I had copied a .app file from another mac over a network to my FAT32 USB drive. I then deleted the file from the USB drive per normal it went to trash. The problem is that i cannot empty this one file out of trash.
    What iv tried thus far:
    - I tried restarting.
    - I tried dragging it back onto the USB and deleting again.
    - I tried dragging it onto my desktop, upon which it asked for my system password, and then deleting again.
    - I tried putting it back on the USB drive, restarting in windows XP, and tried deleting in windows.
    None of the above has worked. The file is Zero KB. Windows gave an error with something about the file is not completed...?
    Thanks in advance
    cheers

    Thanks but this did not work either. Below i have pasted the result form the terminal screen:
    rm: random.app/Contents/Resources/BrushStrokes_TextOnly.Label.pox/Contents/Material /A317E08E-39E8-11D9-8C94-000A95C37E10.: No such file or directory
    rm: random.app/Contents/Resources/BrushStrokes_TextOnly.Label.pox/Contents/Material : Directory not empty
    rm: random.app/Contents/Resources/BrushStrokes_TextOnly.Label.pox/Contents: Directory not empty
    rm: random.app/Contents/Resources/BrushStrokes_TextOnly.Label.pox: Directory not empty
    rm: random.app/Contents/Resources/Picture-in-Picture_TextOnly.Label.pox/Contents/Ma terial/AFEBFBC8-39E8-11D9-8C94-000A95C37E10.: No such file or directory
    rm: random.app/Contents/Resources/Picture-in-Picture_TextOnly.Label.pox/Contents/Ma terial: Directory not empty
    rm: random.app/Contents/Resources/Picture-in-Picture_TextOnly.Label.pox/Contents: Directory not empty
    rm: random.app/Contents/Resources/Picture-in-Picture_TextOnly.Label.pox: Directory not empty
    rm: random.app/Contents/Resources/Postcard_TextOnly.Label.pox/Contents/.de0490.002/ BBB1382E-39E8-11D9-8C94-000A95C37E10.: No such file or directory
    rm: random.app/Contents/Resources/Postcard_TextOnly.Label.pox/Contents/.de0490.002: Directory not empty
    rm: random.app/Contents/Resources/Postcard_TextOnly.Label.pox/Contents: Directory not empty
    rm: random.app/Contents/Resources/Postcard_TextOnly.Label.pox: Directory not empty
    rm: random.app/Contents/Resources: Directory not empty
    rm: random.app/Contents: Directory not empty
    rm: random.app: Directory not empty

  • Mounting my USB drive without being root

    Hi,
    I would like to mount my USB drive without being super-user.
    The command I run for mounting the drive is :
    sudo mount -t vfat /dev/sda1 /mnt/usbflash

    relevant options in /etc/fstab
    # /etc/fstab: static file system information
    # <file system>        <dir>         <type>    <options>          <dump> <pass>
    usbfs                  /proc/bus/usb usbfs     noauto              0      0
    /dev/cdrom /mnt/cdrom   iso9660   ro,user,noauto,unhide   0      0
    /dev/dvd /mnt/dvd   udf   ro,user,noauto,unhide   0      0
    /dev/sdb1 /mnt/usb1 auto noauto,user,exec 0       0
    /dev/sdc1 /mnt/usb2 auto noauto,user,exec 0       0
    you need to create mountpoints first:
    /mnt/usb1
    /mnt/usb2
    user will have to belong to the right groups (storage, video, optical, camera)
    usb has nothing to do with sata/scsi/ata as long as I remember usb device was sdX where /dev/sdX corresponds to the port connected.

  • ~/oradiag_$USER/.. and "Directory does not exist for read/write" issue

    Hi.
    Recently I've discovered that ADR was creating a folder in one of ours Oracle 11.2.0.1 server, in the users home like ~/oradiag_$USER/.. The problem is that this logging files dont stop growning, and they are filled only with this lines:
    Wed Apr 11 13:40:06 2012
    Directory does not exist for read/write [usr/oracle/product/11.2.0/log] [usr/oracle/product/11.2.0/log/diag/clients]
    Wed Apr 11 13:40:06 2012
    Directory does not exist for read/write [usr/oracle/product/11.2.0/log] [usr/oracle/product/11.2.0/log/diag/clients]
    Wed Apr 11 13:40:06 2012
    Directory does not exist for read/write [usr/oracle/product/11.2.0/log] [usr/oracle/product/11.2.0/log/diag/clients]
    Wed Apr 11 13:40:06 2012
    Directory does not exist for read/write [usr/oracle/product/11.2.0/log] [usr/oracle/product/11.2.0/log/diag/clients]
    Wed Apr 11 13:41:06 2012
    Directory does not exist for read/write [usr/oracle/product/11.2.0/log] [usr/oracle/product/11.2.0/log/diag/clients]
    etc
    I've searched around internet about this issue all that I've found is a "workaround" by creating those folders. And yep, it works, it stops growning.
    Then I checked the others servers that we have, and the problem replicates in some servers with the same Oracle version.
    My question is: Why this? Why in some servers ADR is looking for that folder? That folder didnt exist in any of them, but only some servers tries to read/write on it (or, at least, log it) What parameter relies on it?
    Regards.

    Metalink note
    11g Sqlnet Log Shows Error "Directory does not exist for read/write" [ID 797678.1]
    Errors Filling log.xml and sqlnet.log: Directory does not exist for read/write [opt/oracle/oemagent/agent11g/log] [ID 1291286.1]

  • [Solved] Read-Only mounting of USB drives

    Hello all,
    This issue has been raised in many threads, but still I am unable to sort it out!
    My USB drives (pen drive/ Hard Disk) are always mounted in read-only mode. These are in VFAT filesystem, so I dont think ntfs-3g is needed. But I installed that anyways.
    I also tried with disabling auto mounting in dconf-editor and keeping a rule file under /etc/udev/rules.d/ as mentioned in the wiki.
    Still no luck.
    Any ideas ?
    Thanks!
    Last edited by gagan_mishra (2012-03-03 19:11:09)

    This is the output :
    /dev/sda1 on /media/2004CEA904CE80F0 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096)
    /dev/sdc1 on /media/ARCH_201108 type udf (ro,nosuid,nodev,relatime,uid=1000,gid=100,umask=77,iocharset=utf8,uhelper=udisks)
    Here /dev/sdc1 is the USB drive. As you can see, its mounted as 'ro' (read only).
    Thanks!

  • Cannot mount external USB drive with FDisk_partition_scheme

    Due to some recent mac issues in my lab, we updated one of the computers to Maverick 10.9.4 from Snow Leopard 10.6.8 yesterday. Anyhow, this seems to have erased the ability of the mac to read or mount several identical USB drives with the NTFS format (WD My Passport Ultra 500GB USB3.0). It could do it yesterday when it was OSX 10.6.8, but not today (OSX 10.9.4). The drives still work fine on other OSX 10.6.8, Windows 8.1 and Ubuntu 14.04 computers (this is appears to be a problem with the Maverick 10.9.4 operating system itself, rather than the flash drives which work flawlessly with every other computer I've tried). I want to remove data from the computer to create backups on the USB drives (no, I don't want to create an online backup or buy a new set of USB drives).
    diskutil can see the drives, but cannot verify or repair them as they lack a GUID (GPT) partition scheme. I'm assuming this is the root of the problem. Manually mounting the drives does not work. Installing the ntfs-3g driver also did not work (I was using this to write to the NTFS drives until we upgraded OS's). Installing the WD Passport drivers for OSX also did not work. How do I get the mac to mount these drives?
    I could reformat one USB drive and then copy to the others, but this would be extremely inconvenient and take days of copying files back and forth (and would prefer to fix the mac rather than go through this with every NTFS drive I own). If I did this, the FAT32 hard drive format would not be suitable, as format is unable to handle the extremely large sequencing datasets I need to transfer. I'm not super familiar with hard drive formats, but in the event we cannot get Maverick to actually work could someone possibly suggest a format able to handle large file sizes (the largest file I need to move is ~60GB) and be compatible with Windows 8.1 / OSX 10.9.4 / Ubuntu 14.04 as well?
    Another workaround I thought of would be just to install an Ubuntu partition on the mac and get the files off through the Linux install. Which is also inconvenient, but would probably be faster than trying to reformat the drives and copy everything over onto them again given the amount of data I want to transfer.
    Unrelated, but is there any way to view files and folders in the OSX root directory besides through Terminal? It seems like this functionality was also removed when we "upgraded" from Snow Leopard. (At this point, if it were up to me I would wipe all of the macs we own and replace them with Ubuntu... even the most minor of tasks always require some sort of workaround with them... at my wits end here ).

    Yeah this definitely appears to be a problem specifically with this mac. It's been having all sorts of weird problems lately, and we figured that upgrading to Maverick might fix them (but instead we got new problems).
    To give an update on this, I ended up reformatting one of the drives to HFS+ and disabled journaling. It now recognizes the drive again, and I'm pulling the files off that way. I looked at exFAT, but it looks like HFS+ has much better Linux support (Windows is read-only but that's only a minor annoyance, as the algorithms to process the data only run on UNIX machines anyways). It's a shame I couldn't keep using NTFS (had to copy over literally EVERYTHING again...) but whatever. Again, no solution for the issue (where this mac can't read NTFS drives).
    @rkaufmann87 - To give a bit more explanation, we recently had to disable online backups because apparently the sheer amount of data causes Time Machine to freeze the computer and fail every time it has a scheduled backup (original issue we thought that upgrading to Maverick would solve... didn't work). The hard drive has been having a lot of issues when it begins to reach max capacity as well. So I am pulling off all of my files to external hard drives and deleting the local copy before we attempt to back up online again. And the data would probably take me a year and a lot of money to recreate (for the curious, it's high throughput sequencing data). I'm choosing not to take any chances as a result.

  • Mount FAT32 USB flash storage in Solaris 10

    Hi guys, girls, and undecided.
    I've just upgraded my Winblows XP laptop to dual-boot Solaris 10. I've been trying in vain to get a few things working, the most annoying of which is my USB flash storage disk.
    I've tried 'pkill -HUP vold', to no avail
    'iostat -En' shows my CDRW/DVD drive, but no USB drive.
    Help would be muchly appreciated.

    Congratulations on your choice of Os ;-)
    To solve this problem you can try and create a directory called /rmdisk , then start vold running:
    /etc/init.d/volmgt stop
    /etc/init.d/volmgt start
    if you are lucky your USB flash will show up under /rmdisk/<name> after a few seconds.
    If not you should be able to see the flash with cfgadm, which list the status of USB ports (among other things).
    Solaris should automatically create a /dev/dsk/ and /dev/rdsk/ entries for your flash memory, if its not automatically mounted by vold, try and stop vold using
    /etc/init.d/volmgt stop
    Then do a cd /dev/dsk and run an ls -lart, the USB devices should be among the last devices in that list, then mount it using:
    mount -F pcfs /dev/dsk/<device> /some/directory
    the device should end with s2 or p2, some flash devices might also need :c, aka /dev/dsk/<device>:c, it depends how its configured.
    See man mount_pcfs for more information...
    Hope this helps a bit (:
    //Magnus

  • USB drive only mounts as Local Drive Need it to mount as USB Drive to create recovery drive

    subject pretty much says it all.  Using an HP Sleekbook 15, it tells me to make recovery disk.  I opt for the USB drive option and buy a new Sandisk Cruze Glide.  Plugged it in.  Started Recovery program to make disk.  Program tells me to insert the USB drive or plugin my DVD burner.  I check the file explorer and find the USB drive is mounted as Local Drive E:.  No amount of inserting and removal will trigger the program to continue.
    Doc read on SanDisk forum implied this is a windows 8 compatibility issue where Win 8 requires new USB drives that meet Win 8 compatibility to mount as Local devices.
    I saw here that the USB drive MUST be a removable device inorder to be made bootable. 
    Help! this is inconsistant and negates the whole reason for using removable media if it can't be made to be seen as a boot recovery drive. 
    I need a solution, can those who know please advise.

    Not all USB 3.0 is Windows 8 compatible. It will have the compability logo on the back or front of the package.
    I have run across several interesting articles that mention Windows 8 can create the Recovery Drive with I assume any flash drive.
    http://lifehacker.com/5991431/how-to-create-a-recovery-flash-drive-for-windows-8-and-free-up-some-ha...
    http://www.techrepublic.com/blog/window-on-windows/create-a-recovery-drive-in-windows-8/7261
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Hal 0.5.14-1 does not mount some usb drives correctly

    Hi folks
    When I try to mount a USB hard disk (with KDE 4.3.4), it tries to mount it at some wrong path used by another USB hard disk.  Or I have to mount it as root, or even as root it still doesn't work right... pfff I'm really disappointed by this showstopper...
    For example, I own a LaCie hard disk (/media/disk), a Iomega one (/media/IOMEGA) and a LaCie mobile disk (no power cable, /media/MobileDisk):
    - When I try to mount the Iomega one, it works fine, as normal user;
    - When I try to mount the LaCie one, it fails, independently of the fact that the Iomega drive is mounted or not, with the following message:
    Unable to run the command specified. The file or folder file:///media/IOMEGA does not exist.
    Looks like it wants to mount the LaCie one where the Iomega one is/should be mounted...
    - When I connect the LaCie hard disk, the directory /media/MobileDisk
    is created, instead of /media/disk
    , and when as root I try to manually mount the hard disk, it says:
    ntfs-3g: Failed to access volume '/dev/sdb1': No such file or directory
    Maybe there's some erroneous entry in some cache or data used by hal/dbus?  I don't know how they work and how to activate their logging systems and then where to find the logs...
    Maybe there's a way to simply completely wipe out hal/dbus/consolekit/policykit/... configuration data without having to reinstall the complete system?
    I have:
      hal 0.5.14-1
      dbus-core 1.2.16-1
      dbus 1.2.16-1
      dbus-glib 0.82-2
      dbus-python 0.83.0-2
    I start KDM using /etc/inittab, as described in the wiki.  I've put "/usr/sbin/console-kit-daemon" in /etc/rc.local and have modified /etc/inittab so that it starts kdm with: "x:5:respawn:/usr/bin/ck-launch-session /usr/bin/kdm -nodaemon"! 
    Is this the right setup, equivalent to the one with xinitrc?
    The same setup works fine on my laptop.
    I've got the impression that hal/dbus/... confounds my drives and does not know where to mount them...
    Downgrading to hal 0.5.13-idontrememberwhatcifer does not solve the issue, the system is kept up to date with "pacman -Syu" about once a day and it still doesn't work...
    Some clue?
    Thanks and happy new year

    OK something happened that I can't explain...
    I just controlled about all files related to hal/dbus/mounting etc and, I don't know why, all devices I've mounted had a corresponding line in fstab... really weird.
    I juste deleted those lines, and, well, mounting seems to work again
    So this issue is solved
    And finally Arch Linux is again my favorite distro
    Last edited by yannick555 (2010-01-03 14:37:55)

  • Auto run workflow, upon mounting of USB drive

    Hi,
    I am trying to create a workflow, that copies all the files for my Dissertation to a folder on a USB drive.
    I have got the basic workflow to work, using Get specified finder items>Get folder contents>Copy folder contents, which works fine however I would like this workflow to automatically run every time I insert my USB stick, so it always has the most up to date version of the files on it and I cant find out how to do this last bit!
    Any ideas?
    Regards
    Simon

    you can use a launch daemon set to be triggered when you mount a disk.
    Use [Lingon|http://lingon.sourceforge.net> for that. If the only disk you ever mount is your USB stick, it's quite straightforward. Just set the launch daemon to run your workflow on disk insertion.
    If you also use other disks you'll simply get an error message when you mount something else and your thumb drive is not present. If you don't want to see the error message you can use an apple script. Something along the following lines:
    tell application "Finder"
    if exists disk "thumbdrivename" then
    tell application "path:to:your:workflow" to launch
    end if
    end tell
    and set the daemon to run that instead of your workflow.

  • Custom Icons with FAT32 USB Drive

    Hi
    I want to put a custom icon on a USB drive that's formatted to FAT32.
    When I do this with a Mac OS Extended formatted USB drive, it works fine - the icon is attached to the dive, and appears when the the drive is mounted on another Mac.
    But when I do this with a FAT32 formatted USB drive, the icon works on my desktop, but does not appear when the drive is mounted on another Mac.
    Does anyone have a solution to this problem?
    Thanks for your help.
    Bruno.

    Hmm, error -20 is:
    -20 writErr Driver can't respond to Write call
    I'm not sure why it would be doing that. I've got two PNY brand flash drives and have no problem erasing them under Tiger or Panther. You mention trying to repartition the drive. I suppose it's possible that you can't have more than one partition on a flash drive. Maybe the whole thing has to be one format type. Don't know that for sure, though. I've never tried it.

  • Unable to Load USB Driver in LV for Total Phase's Aardvark I2C adaptor

    I have tried to instal Total Phase's Aardvark I2C USB driver for LabVIEW on two computers and two versions of LV (8.5 and 7.1) without success. The Windows driver seems to be working fine as their command center gui terminal-esque program works without a hitch, but the LV DLL doesn't seem to work.
    Attached is the very simple vi to find connected Aardvark USB devices (aa_find_devices). It always returns the same error code, 8002, which resolves to:
    AA_UNABLE_TO_LOAD_DRIVER
    -2
    unable to load USB driver
    From their documentation: http://www.totalphase.com/docs/aardvark_datasheet/​sect005/#s5.9
    This looks like perhaps the LabVIEW DL, "aardvark.dll" maybe having a versioning issue. So my question is this: Using LabVIEW, how does one debug dll dependencies and resolve issues like this? Do I need the source code for the lib?
     Cheers,
    Joe Gorse
    Solved!
    Go to Solution.
    Attachments:
    find_devices.vi ‏11 KB

    Dear Joe,
    Let me start off by apologizing for the inconvenience you
    have gone through.  I am an engineer at Total Phase.  We are
    working on fixing this issue for our next release of the
    Aardvark LabVIEW Driver.  This forum post was only brought
    to our attention today.  In the future, you can also let
    Total Phase know about these kinds of issues by emailing
    [email protected]  We are very responsive through
    email or phone.
    The problem you are experiencing has to do with versioning
    issues between our DLL and USB driver.  Specifically, DLLs
    before v5.xx must use the older version of our USB driver.
    By replacing the DLL from our latest version of Control
    Center, you have effectively upgraded the DLL that the
    LabVIEW driver is using and made it compatible with v2.xx of
    the USB driver.
    The most likely reason that smercurio_fc did not see a
    difference between the DLL in Aardvark Control Center and
    the LabVIEW driver is because he is using an older version
    of Control Center and correspondingly an older version of
    the USB driver.
    The reason that we have not packaged the LabVIEW driver with
    latest DLL is due to the fact that a few functions have
    changed their function prototypes (for example aa_open_ext
    and aa_spi_write), and the VIs have not yet been updated
    accordingly.  Although updating the DLL solved your USB
    driver issue, it introduced this new issue.  If you try to
    use these certain VIs, LabVIEW will error out.
    We are currently working on updating the LabVIEW drivers to
    work cohesively with the new DLL and USB driver, and this
    should be available soon.  If you need immediate
    availability to the functions with new prototypes you will
    have to change it manually.  The other recommended option is
    to simply revert back to the DLL that is packaged with our
    LabVIEW driver and downgrade the USB driver back to v1.xx.
    I will make sure to post again once the update is released,
    and I once again apologize for the inconvenience.
    Best regards,
    Etai

  • [SOLVED!] On USB drives, problems with non-English chars and HAL

    Hello,
    I am having a problem with non-English caracters (áãàçéẽê...) on files stored on my USB drive.
    On Windows they're created with the correct name. But on Linux the files have the non-English characteres replaced by '?' and are not accessible.
    If I manuallly mount the drives using 'mount -o iocharset=utf8 /dev/sdb1 /media/usbdisk' the characters are OK, so I think I just need to get HAL to pass the correct parameters to mount. However I don't know how to do that, and haven't found any good solution.
    I tried to build a custom kernel setting the default charset as UTF-8 and it didn't work.
    Any ideas? I'm using x86-64, HAL 0.5.13-3 and my locale is pt-BR.UTF-8.
    Thanks!
    EDIT: Actually, this is not a HAL problem, but a problem with 'exo'. For the solution, I edited /etc/xdg/xfce4/mount.rc and added iocharset=utf8 to the [vfat] category.
    Last edited by Renan Birck (2009-11-28 20:54:23)

    I don't use Thunar presently, but I looked in the Thunar Volume Manager doc and I didn't find anything to change the mount options of removable drives. I am not quite sure if it's possible or not. Maybe someone using it can tell for sure.
    But if it is not possible to change the mount options, a possible solution is to disable the Thunar Volume Manager plugin and to use something else more configurable to manage the automount function.
    Personally I use the halevt package from AUR which uses configuration files in the xml format.
    It's not so easy to use but is highly configurable.
    But there exists other tools also.
    I can help you with halevt if you choose that way...

  • BizTalk Powershell Provider Mount remote BizTalk drive: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'

    I've been dabbling in the Powershell BizTalk Provider Extensions for some automation of deployment and such. So far it's pretty cool on a local machine, but the real benefits to me would be to do it remotely. Does anyone have any experience in the with the
    following issue?
    My BizTalk Server and SQL Servers are on separate machines which I think is the issue, but I don't know how to resolve. I've tried to provided credentials to the New-PSDrive command, but get the following errors:
    The provider does not support the use of credentials. Perform the operation again without specifying credentials.
    I'm trying to manage a remote BizTalk instance. The machine running the script has biztalk fully configured and can connect
    to the Target Server just fine. The issue comes when I try to mount the "BizTalk:" drive
    Enter-pssession -computername myServer -configurationname microsoft.powershell32
    $InitializeDefaultBTSDrive = $false;
    Remove-PSSnapin -Name BizTalkfactory.PowerShell.Extensions;
    Add-PSSnapin -Name BizTalkfactory.PowerShell.Extensions;
    New-PSDrive -Name BizTalk -PSProvider BizTalk -Root "BizTalk:\" -Instance mySqlServer -Database BizTalkMgmtDb -Scope Global
    When it get to the New-PSDrive I get the following error:
    New-PSDrive : Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
    + CategoryInfo : InvalidArgument: (BizTalk:PSDriveInfo) [New-PSDrive], BtsException
    + FullyQualifiedErrorId : 0,Microsoft.PowerShell.Commands.NewPSDriveCommand
    Has anyone experienced this and solved? The same error occurs when use Invoke-Command as well.

    It seems that the PowerShell provider is not Microsoft Support, it is community supported through the CodePlex site -
    http://psbiztalk.codeplex.com
    Right, I posted there as well, but there is not much movement on the site. I was hoping to find if this larger community may have had some experience with the provider.

  • Is there a possibility to download files directly to the external usb drive in Firefox for Android?

    I have the Android device that support external usb hard drive, when I want to download some files via Firefox there are only two possible "places" where I can put the files - external memory or SD card. It will be nice if there would be an option to save file on ext. usb drive.

    Hi Nix_N1:
    Yeah I don't know about this and I don't have an Android device that supports USB storage.
    What Android device are you using and what operating system (Jellybean? Ice Cream sandwich ?)
    I asked the Mozilla QA folks and they said Firefox for Android uses the Android platform download directory so the USB drive *should* show up if it registers properly with Android.
    They suggested the following:
    # removing the SD card and seeing if it shows up in place of the SD card.
    # perhaps changing the following preference (type "about:config" in the url bar without the quotation marks)
    ''' browser.download.dir'''
    will fix it ('''WARNING:untested and unsupported but hopefully this might help''')
    Regardless I suggest filing a bug at (I looked but couldn't find a bug that corresponds to this):
    https://bugzilla.mozilla.org/enter_bug.cgi

Maybe you are looking for

  • Short code is not working after new firmware updat...

    I am in USA on T-mobile network. I recently updtated my N80 to the latest firmware 4.07.XXX. Everything worked fined especially VoIP features. However, I used short cut code for example like #MIN# to get my min usage status for my acct. It sends the

  • What are the mandatory fields of BAPI for creating a new purchase order?

    Hi friends, I am very new to XI.My Boss has given me task to create a purchase order using BAPI. I want step by step guide to create it.How will i know which fields are mandatory for BAPI_PO_CREATE?

  • How do I get my apps off my iPhone onto my mac

    I reciently had to replace my HD and now I want to get all my apps off my phone back onto my mac.  If I attempt to sync apps, it tells me all my apps and their data on my phone will be replaced with the apps on my mac (there are not any apps on my ma

  • Car Kit problem with 6680

    Can anybody please assist me! I have a CK-7W car kit which I have been successfully using until recently with a 6230i. Last week my phone was upgraded to a 6680 and was supplied through work with the CR-27 cradle. However, when this is connected to t

  • Resetting tick count?

    Is there a way to reset the Tick Count (ms).vi after each time it reaches a certain level? I am running a timer function where I have one tick count inside the while loop and another outside the while loop. These values are subtracted from each other