Results 1 to 10 of 10

Thread: best format for pdf storage?

  1. #1
    Join Date
    Mar 2010
    Location
    England
    Beans
    178
    Distro
    Xubuntu 12.04 Precise Pangolin

    best format for pdf storage?

    I'm getting a 16GB SD card to double the storage space on my lubuntu netbook, it will just be used for storing my downloaded pdfs and occasional small image files. What is the best format to use for it?
    I'm looking for reliability as a priority, I won't be doing anything with it except reading and re-arranging files,it doesn't have to be used with Windows.

    Susan
    Pentium 4, 2.4 GHz 1.5GB RAM
    Xubuntu 12.04
    Computers are my mid-life crisis - it could have been worse!

  2. #2
    Join Date
    Feb 2010
    Location
    QLD, Australia
    Beans
    497
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: best format for pdf storage?

    I'll admit I don't have much experience formatting sd cards for extra storage, so there may be some unknown issue that I'm unaware of.

    If you know that you a sure it will never be used on a Windows system then a linux format (ext4) would do just fine. There are permission issues for somethings on ntfs.
    Ubuntu 16.04 / Linux 18
    “To mess up a Linux box, you need to work at it; to mess up your Windows
    box, you just need to work on it”.

  3. #3
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: best format for pdf storage?

    In your case it doesn't really matter what format you use. Cards generally come formatted as FAT32, which would work fine as long as you weren't storing any file larger than 4GB.

    You can reformat into a Linux format if you like, but I suspect you'd get slightly less usable space on a more modern filesystem. The 4GB file limit is the only real problem with FAT32 on an SD card.

  4. #4
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: best format for pdf storage?

    Even though FAT32 has the advantage of being recognized in many other systems and the data structures are simpler which might mean less writes on the SD card and less code being executed (unverified) and the are more tools available to recover information when it gets errors, I would go for ext4.

    Ext4 is faster than FAT32, it supports owner/group concept and permissions and has support for hard/soft links, which is typically useful to avoid redundant copies of files.

  5. #5
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: best format for pdf storage?

    @Paqman
    +1. The short answer is that you probably shouldn't reformat your SD card because it is optimized for FAT32 that it comes preformatted with. There are some recent efforts to make a flash-friendly filesystem for Linux, but it's still very much a work in progress.
    Last edited by schragge; February 27th, 2013 at 12:45 PM.

  6. #6
    Join Date
    Mar 2010
    Location
    England
    Beans
    178
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: best format for pdf storage?

    Thanks,
    I'll leave it alone then.

    Susan
    Pentium 4, 2.4 GHz 1.5GB RAM
    Xubuntu 12.04
    Computers are my mid-life crisis - it could have been worse!

  7. #7
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: best format for pdf storage?

    In case you are feeling a bit adventurous, there's the new F2FS file system, which is especially oriented towards flash devices.

    It's included in the 3.8 kernel.

    Take a look here

    http://www.phoronix.com/scan.php?pag...2fs_sdhc&num=1

  8. #8
    Join Date
    Apr 2008
    Location
    Australian in Germany
    Beans
    4,010
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: best format for pdf storage?

    Quote Originally Posted by x33a View Post
    In case you are feeling a bit adventurous, there's the new F2FS file system, which is especially oriented towards flash devices.
    I think that is what this link deals with.

    Quote Originally Posted by schragge View Post
    There are some recent efforts to make a flash-friendly filesystem for Linux, but it's still very much a work in progress.
    Michael

  9. #9
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: best format for pdf storage?

    Sorry I missed it. It wasn't elaborate enough

    Moreover, it has been included in the 3.8 kernel, which is a great news.

  10. #10
    Join Date
    Apr 2008
    Location
    Australian in Germany
    Beans
    4,010
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: best format for pdf storage?

    Quote Originally Posted by x33a View Post

    Moreover, it has been included in the 3.8 kernel, which is a great news.
    Yes, indeed.
    Michael

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
  •