| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Apprentice
Join Date: Jun 2006
Posts: 95
|
I also have an 160gb external drive, also formatted as ntfs. Whenever I insert it, Ubuntu loads it as read only. I have to unmount it and mount it using ntfs-3g everytime. Is there any method by which I can load it using ntfs-3g always? I can't enter it in fstab because it'll not always be inserted. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
editing fstab entry for filesystem as ntfs-3g is the only solution.may be ubuntu mount using kernel supported ntfs.but u can always manually mount with ntfs-3g.with fstab,make sure the device as /dev/sdbx and save with "auto" as an option that may help.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#5 (permalink) |
|
Broken In
Join Date: Feb 2006
Posts: 116
|
hey guys can you explain me how to mount ntfs drive in linux?? with little explanation i am new to linux.
__________________
Life is not measured by moments u breath but by the moments that take ur breath away |
|
|
|
|
#6 (permalink) |
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,657
|
@ninad_mhatre85 - Do the above mentioned procedure and select the first box (or both) and you'll be done.
You're supposed to enter that code "sudo apt-get install ntfs-config" in the Terminal while connected to the internet via Ubuntu. |
|
|
|
|
#7 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
http://ubuntuguide.org will be a help.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
|
|
#8 (permalink) |
|
TheSaint
Join Date: Jun 2004
Location: Antigua
Posts: 3,444
|
@querty guess he does not know what a shell or terminal is
1. In the toolbar above, click on applications->accessories->terminal 2. Now type the command sudo apt-get install ntfs-config and press ENTER key on your keyboard 3. You will be prompted for your password which you must type and press ENTER key 4. It will download and install. 5. Then in the toolbar above go to Applications->System Tools->NTFS Configuration Tool and check both boxes and click ok You're done! |
|
|
|
|
#9 (permalink) |
|
Right Off the Assembly Line
Join Date: Jul 2005
Location: 14,Sri Nagar , chokampudur road
Posts: 21
|
install ntfs-3g by the above methods using "apt".
Edit /etc/fstab as root andinsert follwoing type of lines as per ur drive... /dev/hda5 /media/<label> ntfs-3g silent,umask=0,force,locale=en_US.utf8 0 0 <label> --> name of directory whr mount point is 2 b created. (it must b created in /media directory). sample : /dev/hda5 /media/Songs ntfs-3g silent,umask=0,force,locale=en_US.utf8 0 0 to check if it works type in these commands in shell prompt... #sudo umount -a #sudo mount -a hda5 -> This is my drive number.... Yours might vary...
__________________
There are only 10 types of people in this world.One those who dunnno binary numbers and others who know Binary numbers... My Blog -> suranaamit.blogspot.com |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| not able to configure gtalk on ubuntu 7.04 | mak1012 | Open Source | 17 | 27-08-2007 11:13 PM |
| NTFS drives in linux., | legolas | Open Source | 3 | 03-09-2005 02:12 PM |
| How to access Windows Fat or NTFS Drives in Red Hat 9 Linux? | thinkAI | Open Source | 1 | 14-07-2005 10:18 PM |
| Configure NVIDIA Drivers in Mandrake 10.1 | gxsaurav | Open Source | 3 | 20-03-2005 08:06 PM |
| Unable to mount all ntfs drives in fedora3.mount one ntfs, | neerajvohra | Open Source | 1 | 06-02-2005 03:56 PM |