LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 12-13-2007, 02:01 PM   #1
iskanderuss
LQ Newbie
 
Registered: Oct 2006
Location: Romania
Distribution: Puppy 2.15 CE, 2.17, 3.01
Posts: 18

Rep: Reputation: 0
Question How can you write on ntfs?


Hi, I just installed Suse 10.3 on my notebook, works fine, but I have a problem, I can't write anything on my windows ntfs partition. Even as root logged in. For example, if I try to create a new folder I get this: http://img110.imageshack.us/img110/1...apshot1gh3.png.
I installed after that all the ntfs packages with the software manager: http://img84.imageshack.us/img84/821/snapshot2or0.png.
I still get the same error message . Does anyoane know what's going on? Thank you.
 
Old 12-13-2007, 02:34 PM   #2
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
How did you mount the ntfs partition? The ntfs writing support requires the fuse kernel module which is provided and loaded by default on OpenSuSE 10.3. On my system other requirements are only ntfs-3g and libfuse2.
 
Old 12-14-2007, 06:59 AM   #3
iskanderuss
LQ Newbie
 
Registered: Oct 2006
Location: Romania
Distribution: Puppy 2.15 CE, 2.17, 3.01
Posts: 18

Original Poster
Rep: Reputation: 0
well it's mounted by Suse at start-up.
 
Old 12-14-2007, 07:04 AM   #4
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Ok. Can you post the content of /etc/fstab and the output of the following command?
Code:
/sbin/fdisk -l
 
Old 12-31-2007, 07:38 AM   #5
bugi_man
LQ Newbie
 
Registered: Dec 2007
Posts: 1

Rep: Reputation: 0
so go to the start menu and type in the "search" dialog "ntfs" and it will appear "Configuration Tool-Ntfs Configuration Tool"...just click on it and after that I think you'll know what to do it's written and very simple just read and so your problem will be solved :P Good Luck :P

Last edited by bugi_man; 12-31-2007 at 08:04 AM.
 
Old 01-02-2008, 09:10 AM   #6
iskanderuss
LQ Newbie
 
Registered: Oct 2006
Location: Romania
Distribution: Puppy 2.15 CE, 2.17, 3.01
Posts: 18

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by colucix View Post
Ok. Can you post the content of /etc/fstab and the output of the following command?
Code:
/sbin/fdisk -l
Here is fstab:


/dev/disk/by-id/scsi-SATA_ST9160821AS_5MA731H6-part6 / ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_ST9160821AS_5MA731H6-part3 /linux2 ext3 acl,user_xattr 1 2
/dev/disk/by-id/scsi-SATA_ST9160821AS_5MA731H6-part7 /spatiu ext3 acl,user_xattr 1 2
/dev/disk/by-id/scsi-SATA_ST9160821AS_5MA731H6-part1 /windows ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_US.UTF-8 0 0
/dev/disk/by-id/scsi-SATA_ST9160821AS_5MA731H6-part5 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0


and after fdisk:

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000080

Device Boot Start End Blocks Id System
/dev/sda1 * 1 1305 10482381 7 HPFS/NTFS
/dev/sda2 1306 18276 136319557+ f W95 Ext'd (LBA)
/dev/sda3 18277 19457 9486382+ 83 Linux
/dev/sda5 1306 1436 1052226 82 Linux swap / Solaris
/dev/sda6 1437 4700 26218048+ 83 Linux
/dev/sda7 4701 18276 109049188+ 83 Linux

I tried that tool bugi_man but i don't thnk it works

Last edited by iskanderuss; 01-02-2008 at 09:11 AM.
 
Old 01-17-2008, 05:30 AM   #7
iskanderuss
LQ Newbie
 
Registered: Oct 2006
Location: Romania
Distribution: Puppy 2.15 CE, 2.17, 3.01
Posts: 18

Original Poster
Rep: Reputation: 0
I succeded, the 3g configuration tool was not configured corectly. Thanck all .
 
Old 01-17-2008, 05:40 AM   #8
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Rep: Reputation: 40
Quote:
Originally Posted by iskanderuss View Post
I succeded, the 3g configuration tool was not configured corectly. Thanck all .
Hi, i also have the same problem. i cant write into ntfs disk. I click on start and type nfts, but no configuration tool was found. I read that its set in tge 3g configuration tool. Where do i find that in kde?

Thanks
 
Old 01-17-2008, 06:36 AM   #9
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by vitalstrike82 View Post
Hi, i also have the same problem. i cant write into ntfs disk. I click on start and type nfts, but no configuration tool was found. I read that its set in tge 3g configuration tool. Where do i find that in kde?
In the KDE Menu it should be under System --> Applications --> File System. If it's not there maybe you have to install it. Anyway, for sure open a terminal and issue
Code:
rpm -q ntfs-config
if no output you have to install. Go to Yast/Software Manager and look for it. Cheers
 
Old 01-23-2008, 08:52 AM   #10
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Rep: Reputation: 40
Hi, i have go to my yast software management. i type ntfs in the search box, these are the only three it displays. It does not have the ntfs-config.

ntfs-3g
ntfsprogs
ntfsprogs-fuse


Any guidance? please... Where can i get the ntfs-config?
 
Old 01-23-2008, 12:26 PM   #11
delta_9
Member
 
Registered: Feb 2006
Location: Athens
Distribution: opensuse 11/kubuntu 8.04
Posts: 99

Rep: Reputation: 15
Quote:
Originally Posted by vitalstrike82 View Post
Hi, i have go to my yast software management. i type ntfs in the search box, these are the only three it displays. It does not have the ntfs-config.

ntfs-3g
ntfsprogs
ntfsprogs-fuse


Any guidance? please... Where can i get the ntfs-config?
From the Commnunity Repositories add the Main Repository (OSS)
Make sure that it is enabled at the Software Repositories.
That would do the trick
 
Old 01-24-2008, 02:14 AM   #12
vitalstrike82
Member
 
Registered: Oct 2007
Location: Singapore
Distribution: OpenSuse, Slackware, Redhat
Posts: 318

Rep: Reputation: 40
Oh yeas.. Thanks it works
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How To Enable NTFS Write Support (ntfs-3g) On Ubuntu Feisty Fawn LXer Syndicated Linux News 0 09-11-2007 08:20 PM
LXer: How To Enable NTFS Write Support (ntfs-3g) On Mandriva 2007 Spring LXer Syndicated Linux News 0 09-05-2007 05:30 PM
LXer: How To Use NTFS Write Support (ntfs-3g) On Fedora 7 LXer Syndicated Linux News 0 08-24-2007 07:11 PM
ntfs-3g with FUSE (NTFS WRITE) - what do I put in fstab 1kyle SUSE / openSUSE 3 02-07-2007 06:08 AM
ntfs-3g write to ntfs partitons H2O-linux Debian 0 11-11-2006 01:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 09:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration