|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Tips, Tricks & Tweaks Tips and Solutions for SUSE Linux
(Please do not post questions here) |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
First we have to make sure we have some stuff installed and some stuff not installed.
First lets make sure you don't have any older versions of fuse installed. Open up yast --> software management and chenge the Filter to Search Type in fuse into the search field. If there is anything that is selected deselect it as shown here. ![]() Now we have to make sure we have the development packages installed. Click on the filter and select Patterns. Make sure you have the Linux Kernel Development and C / C++ Development checked off as in this picture. ![]() Then hit accept. You can now close yast. Now download the the following packages: Fuse http://downloads.sourceforge.net/fuse/fuse...mp;big_mirror=0 and NTFS-3g http://www.ntfs-3g.org/ntfs-3g-1.417.tgz Uncompress the tar.gz files (right click on them and Select Extract--> extract here) now open up a terminal session System ---> Terminal --->Konsole in there become root with the su command and enter your password now once you have become root enter this into terminal at the # prompt Code:
modprobe -r fuse now navigate to your kernel source directory Code:
cd /usr/src/linux Code:
make mrproper && make cloneconfig && make modules_prepare Code:
cd /home/username/fuse-2.6.3 Code:
./configure --enable-kernel-module && make && make install Code:
cd /home/username/ntfs-3g-1.417 Code:
./configure && make && make install Now open up File manager in Super User mode (System -->File Manager--> Filemanager - Super User Mode) and when prompted enter your root password. Now navigate to the /etc directory and find a file called fstab. Right click and open it in Kwrite. Once you have that open look for your windows mounts. It should look something like this Code:
/dev/sdd2************/windows/D********** ntfs****** ro,users,gid=users,umask=0002,nls=utf8 0 0 Code:
/dev/sdd2************/windows/D********** ntfs-3g****silent,users 0 0 Now close that window down and reboot. You should have full read write access to that NTFS partition now. Enjoy. |
|
|||
|
Good instructions; thank you.
Why not put it on opensuse's web site: http://en.opensuse.org/Howtos#File_Systems There is an NTFS manual there, but yours is more detailed and probably more recent. There was recently a report on this forum about loss of content when writing onto an NTFS partition. What is your experience? |
|
|||
|
Iv'e been using it extensively on both a mdraid raid 0 setup as well as a single partition on a single drive. After over 4 TB (yes TB) of transfers not one issue. Data has been all verified and 0 corruption. Chances are if they were experiencing data corruption they did not enable the --enable-kernel-module option when configuring fuse.
|
|
|||
|
Upon reading the instructions here http://en.opensuse.org/NTFS. I thought I would let you know of a few issues with that article.
mounting a partition like this with ntfs-3g: Code:
/dev/sda1****/Windows/C**** ntfs-3g******user,users,gid=users,umask=0002****0 0 DO NOT USE REPO'S BUILDS unless you are using a kernel newer then 2.6.20. If you build from scratch as shown above you can use NTFS-3G safely and reliably with the default 10.2 kernel. |
|
|||
|
Seems like when I want to remove FUSE with YAST it won't work unless I also want to remove SSHFS & ENCFS (SSH file system and encrypted file system). I don't believe I use either of them, but they seem like they might be useful at some point. BTW, I'm using the AMD64 versions of 10.2.
I wonder why OPENSUSE is so far befind the curve with NTFS-3G. Seems like Debian, Ubuntu, Fedora, etc. have pretty seamlessly integrated that stuff for many months already. BTW, it seems to work. Hopefully it will be better behaved than NTFS-3G is on my i386 10.2 laptop. I forget how I got RW working, but every time it shut down OPENSUSE it dirted the NTFS volume and I couldn't mount it again until I had booted Windows. Since I almost never boot Windows it was just easier to mount the partition as RO NTFS in the FSTAB. |
|
|||
|
Worked on my 10.1 x86_64 system. Very cool. Thanks crashoverride.
|
|
|||
|
Im getting trouble getting mine working.
Code:
#/dev/sda1************/windows/C********** ntfs****** ro,users,gid=users,umask=0002,nls=utf8 0 0 /dev/sdd1************/windows/C********** ntfs -3g****silent,users 0 0 #/dev/sdb1************/windows/D********** ntfs****** ro,users,gid=users,umask=0002,nls=utf8 0 0 /dev/sdd2************/windows/D********** ntfs -3g****silent,users 0 0 |
|
|||
|
i have one stupid problem...i cant find "file manager" or super user mode in any of file browsers or konqueror or elswhere i looked
which "system" is meant by "system -> file manager -> filemanager -> super user mode" |
|
|||
|
Quote:
"system -> file manager -> filemanager - super user mode" (ie a dash and not an arrow-dash between the second "filemanager" and "super user mode"). And it means go to KMenu, or your gnome equivalent, and navigate from "system" to "file manager" to filemanager - super user mode". And reference your question, you HAVE found it. By navigating as indicated above, this provides you a file manager with root permissions, and it should be used sparingly. I have found the more experienced I get with SuSE, the less and less I ever want to resort to that specific menu item. Frankly, its simply too powerful (and hence if one is not careful, can be very dangerous to one's system). Oh, and troopa, WELCOME to SuSE forums. Perhaps (IMHO) a question like this is best asked in a different thread, as is clouds the NTFS instructions in this thread, with side aspects that are global, and not specific to NTFS read/write setup. Mind you, thats only MHO. |
|
|||
|
Quote:
Code:
#/dev/sda1************/windows/C********** ntfs****** silent,users,gid=users,umask=0002,nls=utf8 0 0 /dev/sdd1************/windows/C********** ntfs -3g****ro,users,gid=users,umask=0002,nls=utf8 0 0 #/dev/sdb1************/windows/D********** ntfs****** silent,users,gid=users,umask=0002,nls=utf8 0 0 /dev/sdd2************/windows/D********** ntfs -3g****ro,users,gid=users,umask=0002,nls=utf8 0 0 Code:
/dev/hdb1************/windows/E********** ntfs-3g****silent,umask=0,locale=en_US.utf8 0 0 |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|