Results 1 to 3 of 3

Thread: Problems accessing data on external storage from some applications

  1. #1
    Join Date
    Feb 2009
    Location
    Middlesbrough, UK
    Beans
    106
    Distro
    Ubuntu 10.04 Lucid Lynx

    Problems accessing data on external storage from some applications

    I have just installed ubuntu. I have my data on another partition of the hard drive formatted as fat32 so the data can be shared with windows.

    In some applications, the file/open dialog box shows both the home directory and the external devices, including the data partition, cdrom drive & usb sticks (if I have one plugged in). In other applications - most notably Open Office - file/open only shows the home directory and I cannot seem to find any way of getting to the partition with the files I want to open.

    How can I access external devices in the latter types of application?

    Geoff

    By the way, I spent hours hunting round trying to find an answer to this.

  2. #2
    Join Date
    Oct 2005
    Location
    Jacksonville, FL
    Beans
    29,420

    Re: Problems accessing data on external storage from some applications

    Have you mounted that fat32/vfat partition while you're in Ubuntu?

    Applications -> Accessories -> Terminal
    Code:
    sudo fdisk -l
    sudo blkid
    cat /etc/fstab
    df -h
    In the world of Linux, who needs Windows and Gates...

    Got most of my golden beans at an auction on eBay (with a couple of free drinks).

  3. #3
    Join Date
    Feb 2009
    Location
    Middlesbrough, UK
    Beans
    106
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Problems accessing data on external storage from some applications

    Quote Originally Posted by taurus View Post
    Have you mounted that fat32/vfat partition while you're in Ubuntu?

    Applications -> Accessories -> Terminal
    Code:
    sudo fdisk -l
    sudo blkid
    cat /etc/fstab
    df -h
    Yes I had.

    I found the files. I was trying to sort another issue and I found that you had to look in /media/partition_name and there they all were.

    Thanks for your suggestion anyway.

    Geoff

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •