External Hardrive with my Acer

Discussion in 'Acer Aspire One' started by hardy, Nov 10, 2008.

  1. hardy

    hardy

    Joined:
    Nov 10, 2008
    Messages:
    3
    Likes Received:
    0
    Hi,
    is there a way i can use an external hardrive with the Acer via the usb port? I've tried and the computer recognises it, but says it does not support ntfs. Obviously usb sticks work, but why not hardrives? I'm a complete novice when it comes to computers, so appologies if this is daft question.
    Cheers.
     
    hardy, Nov 10, 2008
    #1
  2. hardy

    clc4912

    Joined:
    Oct 27, 2008
    Messages:
    69
    Likes Received:
    0
    What OS are you running?
     
    clc4912, Nov 10, 2008
    #2
  3. hardy

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    Can we assume that you're running Linpus on your AAO? If so, you'll need to install a package that allows Linpus to work with NTFS drives.

    If you haven't already run this command in a terminal, do so:

    sudo yum update fedora-release

    This will update your repositories so that you're using the latest ones. You should only have to run this command once.

    Then run this command to install the NTFS driver:

    sudo yum install ntfs-3g

    After doing so, your NTFS drive should work.

    Cheers.
     
    rbil, Nov 10, 2008
    #3
  4. hardy

    hardy

    Joined:
    Nov 10, 2008
    Messages:
    3
    Likes Received:
    0
    Cheers rbil, yes i'm running linpus. Those commands worked spot on.
     
    hardy, Nov 10, 2008
    #4
  5. hardy

    pearcen

    Joined:
    Oct 20, 2008
    Messages:
    3
    Likes Received:
    0
    i've followed these instructions, but whenever I plug in my WD passport hdd it still always automounts as NTFS readonly.

    Am I missing something obvious (quite likely knowing me)?

    Neil
     
    pearcen, Nov 11, 2008
    #5
  6. hardy

    Grim Squeaker

    Joined:
    Aug 19, 2008
    Messages:
    410
    Likes Received:
    0
    Did you run liveupdate and install the ntfs readonly driver acer provides ?

    If so, try installing ntfs-3g again.
     
    Grim Squeaker, Nov 11, 2008
    #6
  7. hardy

    pearcen

    Joined:
    Oct 20, 2008
    Messages:
    3
    Likes Received:
    0
    Definetly did a live-update last night and installed the ntfs-3g.

    I think I'll remove it all and try again or reinstall. Did try a couple of times with no effect. Out of curiosity, where is the automount config held in Linux? I'm a UNIX man (AIX) , but Linux confuses me at times. :)

    Cheers
    Neil
     
    pearcen, Nov 11, 2008
    #7
  8. hardy

    Grim Squeaker

    Joined:
    Aug 19, 2008
    Messages:
    410
    Likes Received:
    0
    Then just reinstall with
    Code:
    sudo yum update ntfs-3g
    (after updating fedora-release of course).

    Acer likes to keep users safe by not allowing them to write to NTFS. Noble, friendly but a tad bit impractical ;)

    Automountconfig is done in the /etc/mtab and /etc/fstab files
     
    Grim Squeaker, Nov 11, 2008
    #8
  9. hardy

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    Actually the mounting should be done through a udev rule, I would think. I don't have an external USB drive formatted NTFS to actually see what rule would be installed when that driver is installed.

    Cheers.
     
    rbil, Nov 11, 2008
    #9
  10. hardy

    pearcen

    Joined:
    Oct 20, 2008
    Messages:
    3
    Likes Received:
    0
    ok I finally got it working by installing ntfs-config

    sudo yum install ntfs-config

    then

    sudo ntfs-config

    I have now set it to RW and my holiday travel blogging machine is now complete.

    cheers for the help guys

    Neil
     
    pearcen, Nov 11, 2008
    #10
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.