Ntfs support


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Ntfs support
# 8  
Old 11-27-2007
Take also into account that, in case you compiled the driver as a module, it should be loaded before you mount it.
Regards.
# 9  
Old 11-27-2007
Quote:
Originally Posted by matrixmadhan
Am not aware of that!

Is there any supporting link on how to achieve this ?

Thanks

http://www.linux-ntfs.org
# 10  
Old 11-27-2007
yeah I had supporting link..........here I am copying part of the document.......
plz check it............

I had used this driver and its working successfully mounting and unmounting ........
but when I edit my /etc/fstab then during boot up and shut down it shows lot of errors..........like unable to mount filesystem......
and during shutdown...it shows
block devices not supported on your fs........segment fault....different pid, ppids
etc....lot of things I ddnr able to recall those errors..........

here is the link as you asked me........
The driver is in STABLE status. The test methods, the test suites used and
testimonials can be found on

NTFS-3G Read/Write Driver Quality

News, support answers, problem submission instructions, support and discussion
forums, performance numbers and other information are available on the project
web site at

NTFS-3G: Stable Read/Write NTFS Driver


QUICK INSTALLATION
==================

Make sure you have the basic Linux development tools and the full FUSE
package (FUSE: Filesystem in Userspace) is already installed correctly on
the computer. Then type:

./configure
make
make install # or 'sudo make install' if you aren't root.


USAGE
=====

If there was no error during installation then the NTFS volume can be
read-write mounted for everybody the following way (unmount the volume if
it was already mounted, and replace /dev/hda1 and /mnt/windows, if needed):

mount -t ntfs-3g /dev/hda1 /mnt/windows
or
ntfs-3g /dev/hda1 /mnt/windows

If your Operating System vendor didn't setup your language specific settings
then you may also need to set the 'locale' mount option to make all filenames
with national characters visible. Replace the below en_US.UTF-8 with the
appropriate setting. You can find more information about his topic at
NTFS-3G Read/Write Driver Support

mount -t ntfs-3g /dev/hda1 /mnt/windows -o locale=en_US.UTF-8

Please see the ntfs-3g manual page for more options and examples.

You can also make NTFS to be mounted during boot by putting the below
line at the __END__ of the /etc/fstab file:

/dev/hda1 /mnt/windows ntfs-3g defaults 0 0
# 11  
Old 11-29-2007
Is there any solution ????????
# 12  
Old 11-29-2007
Quote:
Originally Posted by arunchaudhary19
Is there any solution ????????
What kernel version do you use? Does it use initrd?

If your problem is what I mentioned (the driver at boot time), you have a few options:
- Modify rour initrd image, if you use one, so that the driver is loaded before the mounts.
- Recompile the kernel with ntfs support (NOT as a module).
- Probably some other that I'm not aware ofSmilie

Regards.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Solaris

Ntfs-3g help?

I am trying to get ntfs-3g to work, so I can mount ntfs partitions. I installed ntfs-3g from SFE - Software Packages for Solaris, OpenIndiana and OmniOS | Get your favourite software for (TM) Solaris 11, OpenIndiana Hipster, OmniOS as ready-to-use IPS packages Repository There are VLC, Wine, etc.... (0 Replies)
Discussion started by: kebabbert
0 Replies

2. Filesystems, Disks and Memory

fat32 vs ntfs

http://wiki.linuxquestions.org/wiki/Interoperability Is this no longer accurate about fat32? I just used a 4 gb flash drive to share several video files between Windows XP and Linux Mint. I also plan on sharing several files in the future with that 4 gb flash drive between XP and Mint so I... (4 Replies)
Discussion started by: cokedude
4 Replies

3. Gentoo

Red Hat 9 - NTFS Support

Does any one know if RedHat 9 comes with ntfs support by default? And, if by chance its not included by default, does any one here know where I can get that support added? (10 Replies)
Discussion started by: AndroidI6
10 Replies

4. UNIX for Dummies Questions & Answers

Accessing NTFS...

Hi, This may be a stupid question, but I want to get a confirmation from experts. After some painful attempts I was able to successfully dual boot RH Linux 7.3 with the Win XP hp factor install. (I used Partition Magic 8 from WinXP for creating the ext3 partitions) I have now a nice grub... (3 Replies)
Discussion started by: Vishnu
3 Replies

5. UNIX for Dummies Questions & Answers

Comparison of NTFS and SV or S5

Hi I am looking for articles comparing the UNIX Sv filesystem with NTFS, does anyone know where to find such articles, have them etc. thanks in advance (1 Reply)
Discussion started by: delboy14
1 Replies
Login or Register to Ask a Question