I just got a acer aspire one 8.9" laptop and it comes with linux linpus installed. I have an external 120gb harddrive i'd like to use on it but it is ntfs and when i plug into linux it says it can't mount. Any way i can mount and use it on the laptop. I want to keep as ntfs though.
-
darkstealthmaster Notebook Consultant
-
First thing to do is find out if you have ntfs-3g installed. If it's not installed yet, install it.
On second thought, I doubt Acer would give you a preloaded linux without ntfs support. Could you post exactly what error message you get when you try to mount it? -
First, make sure you are running as root. You can try
Code:su
Code:sudo -s
Then runCode:fdisk -l
Code:mkdir /win
Code:mount [windows device] /win
-
darkstealthmaster Notebook Consultant
the exact error i get is - unable to mount western digital (unknown file system "ntfs"
-
Looks like Linpus is Fedora-based. This may work:
Run as root:
Code:yum install ntfs-3g
-
darkstealthmaster Notebook Consultant
thank you. I got that ntfs-3g installed and it opened up fine with out needing to do other steps
how to use ntfs external hdd in linux
Discussion in 'Linux Compatibility and Software' started by darkstealthmaster, Aug 8, 2008.