|
||||||
| 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 |
|
|||
|
Quote:
i found these instructions as well but the code doesnt work for some reason.--> http://en.opensuse.org/Desktop_Customizati...Super_User_Mode btw .its best that the admins decide if they want to split this subject into a new thread.its all the same to me i hope to get some help...here or there |
|
|||
|
Quote:
[mntent]: warning no final newline at the end of /etc/stab mount unknown filesystem type 'ntfs-3g' ... I have entries in fstab file such as #/dev/sda2 /windows/C ntfs ro, users, gid=users, umask=0002, nls=utf8 0 0 #/dev/sda8 /windows/D ntfs ro, users, gid=users, umask=0002, nls=utf8 0 0 /dev/sda2 /windows/C ntfs-3g silent, user 0 0 /dev/sda8 /windows/D ntfs-3g silent, user 0 0 please suggest me what to do.. thanks |
|
|||
|
Quote:
You have almost everything right here EXCEPT you have a space in ntfs-3g. No spaces between "ntfs" and "-3g" |
|
|||
|
Hello, can someone/Crashoverride tell me what's wrong with the recommendation on the ntfs-3g site for fstab, namely:
Code:
/dev/hda2********** /mnt/winxp************ ntfs-3g******defaults 0 0 I also would like to know if the RPMs on the openSuse dot org site for ntfs-3g and fuse are OK to use rather than the up to the minute tars. That way I can install/uninstall using Yast.??? Am I creating a problem for myself? Thanks Swerdna |
|
|||
|
I have a 300G NTFS drive in a USB enclosure. How can I get USB to use the 3G file system?
|
|
|||
|
Quote:
If you want windows-like permissions like this: drwxrwxrwx, then insert into fstab like this: Code:
/dev/sdc1/mnt/ntfs****ntfs-3g****defaults****0 0 Code:
/dev/sdc1****/mnt/ntfs****ntfs-3g****uid=1002,gid=100,umask=0022****0 0 HowTo: Mount your NTFS Filesystem/Partition for Read/Write Access in openSUSE 10.2 Swerdna |
|
|||
|
Quote:
That will work with a USB mount? USB doesn't always mount in the same place though. I will try it. I took the drive out of the USB box and plugged it into the internal IDE cable. It would not mount - had a message saying it needed a check and to boot into Windows twice. Since my house is a Microsoft Free Zone that was not an option. Did man mount and found you can mount it with -o force to work around that problem which worked and I was able to write to the drive with NTFS-3G. I added "force" to the options in the fstab line and that worked too. Here is my fstab line: /dev/hdb5 /big1 ntfs-3g force,silent,users 0 0 Hope this helps somebody else. |
|
|||
|
All I did was download fuse and ntfs-3g from the prospective sights. Untared each one, then as root cd to the extracted directory and typed (for each one starting with fuse first) './configure', 'make', 'make install'. Then 'mkdir /Shared', then 'mkdir /Shared/Ntfs Volume 1'.
Then 'kwrite /etc/fstab' and added this line to the bottom of the file. "/dev/sdb7 /Shared/Ntfs Volume 1 ntfs-3g defaults 0 0" Rebooted and was good to go. FUSE NTFS-3G |
|
|||
|
Hi, I installed Fuse and moved on to install ntfs-3g. After I ./configure to ntfs-3g, there was a warning message:
FUSE is NOT installed with root directory executable prefix. This means * * that automounting NTFS volumes during boot could fail. You can configure * * FUSE to prevent this the below way during its installation: * * ./configure --exec-prefix=/ So I reconfigured fuse with those options and still the same warning message occurs. I went ahead and finished installation of ntfs-3g anyways since the automounting isn't crucial to me, but it would be nice if I could get that configured correctly...Any ideas? TIA |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|