Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-06-2008, 06:31 PM
|
#16
|
Member
Registered: Feb 2008
Posts: 41
Original Poster
Rep:
|
FATAL: Module ntfs_3g not found.
for some reason, it says ntfs-3g is not installed, but i can see i have an older version of ntfs-3g in the adept manager, version 1.913-2ubuntu
|
|
|
03-06-2008, 06:32 PM
|
#17
|
Moderator
Registered: Aug 2002
Posts: 26,635
|
So the battle is almost won. What does your fstab file look like now?
|
|
|
03-06-2008, 09:09 PM
|
#18
|
Member
Registered: Feb 2008
Posts: 41
Original Poster
Rep:
|
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda1
UUID=abdf0e72-f64f-4fe3-a203-12d40f1c637e / ext3 defaults,errors=remount-ro 0 1
# /dev/sda5
UUID=391406a0-660a-4c97-a423-d075e4476511 none swap sw 0 0
#start changes
#/dev/sdb1 /media/Disk_3 ntfs-3g uid=1000 0 0
#/dev/sdc1 /media/Disk_4 ntfs-3g uid=1000 0 0
#/dev/hdd1 /media/Disk_5 ntfs-3g uid=1000 0 0
#/dev/hdd2 /media/Disk_6 ntfs-3g uid=1000 0 0
#end changes
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec 0 0
|
|
|
03-06-2008, 09:37 PM
|
#19
|
Member
Registered: Jan 2007
Location: Wyoming
Distribution: PCLOS,Mepis, Win 7
Posts: 53
Rep:
|
You didn't say what distro you have, but not many of them make the directories for you. Ubuntu is one that does not.
Try:
sudo mkdir /media/disk_3
sudo mkdir /media/disk_4
sudo mkdir /media/disk_5
sudo mkdir /media/disk_6
You can't mount if you don't have a directory to mount into.
|
|
|
03-06-2008, 09:47 PM
|
#20
|
Member
Registered: Feb 2008
Posts: 41
Original Poster
Rep:
|
the directory is there, i already made it, i can mount using the command
Code:
sudo mount -t ntfs-3g /dev/sdb1 /media/Disk_3
but for some reason it wont work if i do it thru the fstab.
|
|
|
03-07-2008, 07:19 AM
|
#21
|
Moderator
Registered: Aug 2002
Posts: 26,635
|
Quote:
#/dev/sdb1 /media/Disk_3 ntfs-3g uid=1000 0 0
|
Will not work if you have those lines commented out with a #
|
|
|
03-07-2008, 09:47 AM
|
#22
|
Member
Registered: Feb 2008
Posts: 41
Original Poster
Rep:
|
sorry, i have mental issues.
|
|
|
03-08-2008, 02:43 PM
|
#23
|
Member
Registered: Feb 2008
Posts: 41
Original Poster
Rep:
|
it works now, thanks everyone for your help.
|
|
|
All times are GMT -5. The time now is 01:42 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|