Can Read But cannot Write

Status
Not open for further replies.

mehulved

18 Till I Die............
Now do some dirty work of finding more repos for suse and remove that FC rpm and install a suse one. I am sure it will have ntfs-3g.
 

mehulved

18 Till I Die............
Check this *linux.wordpress.com/2006/12/11/opensuse-102-list-of-recommended-repositories-for-yast/
Nice blog that is.
 

kalpik

In Pursuit of "Happyness"
1. Remove the ntfs-3g fedora RPM, and also remove FUSE (whatever version you have installed).
2. Download FUSE from *jaist.dl.sourceforge.net/sourceforge/fuse/fuse-2.6.3.tar.gz
3. Extract FUSE
4. Change to the FUSE directory from terminal and type
Code:
./configure --enable-kernel-module
make
sudo make install
one after the other.
5. Download ntfs-3g from *www.ntfs-3g.org/ntfs-3g-1.0.tgz
6. Extract it.
7. Change to ntfs-3g directory and type
Code:
./configure
make
sudo make install
8. Open /etc/fstab and update all entries to
Code:
/dev/whatever      /windows/whatever     ntfs-3g     [b]defaults    0   0[/b]

:)
 

kalpik

In Pursuit of "Happyness"
To list directories: ls
To change directories: cd
if you extracted the tar.gz file on your desktop, just do "cd Desktop" (D is capital) and then type "cd f" then press tab.. It should automatically give you the FUSE directory. Similarly you can type "cd nt" and press tab for the ntfs-3g directory :)
 
Status
Not open for further replies.
Top Bottom