LinuxQuestions.org
Visit Jeremy's Blog.
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 01-25-2010, 03:45 PM   #1
Graham1941
LQ Newbie
 
Registered: Feb 2009
Posts: 8

Rep: Reputation: 0
Problem writing to ntfs mounted disk with suse 11.2


Hi
I have just installed Suse 11.2, replacing 11.0.
I have 3 disks as shown in the fdisk -l listing:-

# fdisk -l LIST START ####

Disk /dev/sda: 73.4 GB, 73407820800 bytes
255 heads, 63 sectors/track, 8924 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xf6f9f6f9

Device Boot Start End Blocks Id System
/dev/sda1 1 3246 26065462 7 HPFS/NTFS
/dev/sda2 * 3246 8924 45616536+ f W95 Ext'd (LBA)
/dev/sda5 3246 3439 1558273+ 82 Linux swap / Solaris
/dev/sda6 3440 5641 17687533+ 83 Linux
/dev/sda7 5642 8924 26370666 83 Linux

Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0000e233

Device Boot Start End Blocks Id System
/dev/sdb1 1 121602 976759808 7 HPFS/NTFS

Disk /dev/sdc: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x84d98746

Device Boot Start End Blocks Id System
/dev/sdc1 1 10009 80389260 c W95 FAT32 (LBA)
/dev/sdc2 10009 24321 114969141 f W95 Ext'd (LBA)
/dev/sdc5 10009 10270 2104452 82 Linux swap / Solaris
/dev/sdc6 15493 24321 70918911 83 Linux
/dev/sdc7 10271 12881 20972826 c W95 FAT32 (LBA)


# LIST END ####

The problem I am having is I cannot write to the big disk - device /dev/sdb System HPFS/NTFS.
I had no problem when using Suse 11.0. I cannot remember how it was set up.

mount shows:

# LIST STARTS ##

/dev/sda6 on / type ext4 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda7 on /home type ext3 (rw,acl,user_xattr)
/dev/sdb1 on /windows/C type fuseblk (rw,noexec,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sda1 on /windows/D type fuseblk (rw,noexec,nosuid,nodev,allow_other,default_permissions,blksize=4096)
/dev/sdb1 on /local type fuseblk (rw,noexec,nosuid,nodev,allow_other,blksize=4096)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
securityfs on /sys/kernel/security type securityfs (rw)
gvfs-fuse-daemon on /home/graham/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=graham)
/dev/sdc1 on /media/HARDDRIVE type vfat (rw,nosuid,nodev,uid=1000,utf8,shortname=mixed,flush)
/dev/sdc7 on /media/disk type vfat (rw,nosuid,nodev,uid=1000,utf8,shortname=mixed,flush)
/dev/sdc6 on /media/disk-1 type reiserfs (rw,nosuid,nodev)

# LIST ENDS ####


fstab looks like this:

# LIST STARTS ##

dev/disk/by-id/usb-SAMSUNG_SP2014N_DEF10AE1E1C9-0:0-part5 swap swap defaults 0 0
/dev/disk/by-id/scsi-SFUJITSU_MAT3073NP_AAS3P5400DYS-part5 swap swap defaults 0 0
/dev/disk/by-id/scsi-SFUJITSU_MAT3073NP_AAS3P5400DYS-part6 / ext4 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SFUJITSU_MAT3073NP_AAS3P5400DYS-part7 /home ext3 acl,user_xattr 1 2
/dev/disk/by-id/ata-SAMSUNG_HD103UJ_S13PJ9BQC23695-part1 /windows/C ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_GB.UTF-8 0 0
/dev/disk/by-id/scsi-SFUJITSU_MAT3073NP_AAS3P5400DYS-part1 /windows/D ntfs-3g users,gid=users,fmask=133,dmask=022,locale=en_GB.UTF-8 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
/dev/sdb1 /local ntfs-3g auto,users,umask=000


# LIST ENDS ####


I am using KDE as desktop
Any help would be appreciated.
Thank you very much.
Graham Benney


I have solved this. Set correct permissions to the mounted directory, and it worked!
Thanks again
Graham Benney

Last edited by Graham1941; 01-27-2010 at 06:46 AM. Reason: Problem gone away
 
Old 01-25-2010, 04:12 PM   #2
konzo
Member
 
Registered: Dec 2008
Location: Bulgaria
Distribution: Debian / Slackware / Ubuntu
Posts: 230

Rep: Reputation: 34
The last line in your fstab shows that you have no rights umask=000. Change umask=777, restart and try again.

Last edited by konzo; 01-25-2010 at 04:15 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
permission denied while writing to mounted ntfs partitions in suse lifeafterdeath Linux - Newbie 2 11-20-2007 10:32 AM
no writing permission to mounted cifs share on windows XP ntfs folder zpcanada Linux - General 1 08-30-2006 11:30 PM
Problem reading mounted NTFS partition... Virak Linux - Newbie 8 08-18-2005 04:38 PM
mounted NTFS-disk cannot be shared with samba toffi22 Linux - Networking 4 09-03-2004 04:35 PM
writing to ntfs with suse 9.0 rockman Linux - Newbie 3 01-20-2004 06:31 PM

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

All times are GMT -5. The time now is 08:32 PM.

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