Hi! i can’t modify windows partitions, i just can read files, but i can’t write o delete files. i need write and modify files in a windows partitons. i try as root, i try “chmod” “chown” the answer allways is read-only partition.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Search the forums (or Google) for ‘ntfs3g’ and you should get some help.
Also I’m fairly sure there is a Wiki article on opensuse.org about NTFS
support. Google-ing for ‘site:opensuse.org ntfs’ gives me the following link:
Good luck.
bequflo wrote:
> Hi! i can’t modify windows partitions, i just can read files, but i
> can’t write o delete files. i need write and modify files in a windows
> partitons. i try as root, i try “chmod” “chown” the answer allways is
> read-only partition.
>
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQIcBAEBAgAGBQJJ5gy+AAoJEF+XTK08PnB54osQAJt169Si/y1aNDGF5+Qnmiv6
KhdOJrRaq4M3yWTJmsTUajFak9B73kNFZbu5v/gmgCWwQU1ctcsA9Gr9+bMAqGS5
ShtdWyFo+YVvAmgEDmWC/KXTuTEnvlCcHCSbdb3NcYrjXr0p+q1dtEFdUPOvV0N5
CcoYD9p7rspjujxUYtJtdfQ/FG849dQZf30BjDIFTQ38X+yzgOGGBY6WceE7qjCP
JJF/VHDm7mqjxKJl5R8cr9XkK/qJvv7MzTPffTv1VIL5o8XCu8qjtlMpwp1NUgzW
r/fNAmB4g7KHuIzLW5/d2QxPmRDdMMxsKgf7U9Cd7r33coURfG+Vy/5TUer0yPNN
1Sd3vXcykUSXDRqhHCLxYtW06qBk0dkB85OaKDCXLrCFvhq+k3jnuoUhNKwl0TqV
OypUjTJnHhb4+6QQetZeg7/n0ZUvHULidSKFvYYDbgC/j/CuyPv164hqDfmNUIcc
OlcwN8GF6dhPu0vFC0GOSKbYTAd2fcrS3x43IXucaAbzdWnIdxGV+6VCQz5nUfhE
yX3F+LcrO0xW4B2bGkbYQfNH0X93wX5qmO91lKZQEPPvVzM+82K4cvBmMNIqoS2w
TUJJbeqCSO/vFJxJqYShEaayYNyVhdAqZQzgGXeQiLr6GWzCG1I1+5ku1hutv09y
Bh5qydbBvfPGE/9KTqnY
=fRPd
-----END PGP SIGNATURE-----
Hi,
Could you please post a copy of your fstab?
This is located at /etc/
Good Luck,
Ian
/dev/sda7 / ext3 acl,user_xattr 1 1
/dev/sda8 /home ext3 acl,user_xattr 1 2
/dev/sda1 /windows/C ntfs-3g user,users,gid=users,fmask=113,dmask=002,nls=utf8 0 0
/dev/sda5 /windows/D ntfs-3g user,users,gid=users,fmask=113,dmask=002,nls=utf8 0 0
/dev/sda6 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
the dmask=002 is what should allow you to read and write to your windows partitions. If you made this change recently then after a restart it should let you modify files on your windows partition.
If that doesn’t work you could try swerdna’s advice:
Cant access files on windows partition but cant modify them? - openSUSE Forums
If this doesn’t work you could also try his advice from here HowTo Mount NTFS Filesystem Partition Read Write Access in openSUSE 10, 11.
Good Luck!
Ian
Change these
/dev/sda1 /windows/C ntfs-3g user,users,gid=users,fmask=113,dmask=002,nls=utf8 0 0
/dev/sda5 /windows/D ntfs-3g user,users,gid=users,fmask=113,dmask=002,nls=utf8 0 0
to
/dev/sda1 /windows/C ntfs-3g defaults 0 0
/dev/sda5 /windows/D ntfs-3g defaults 0 0
so your new fstab should be:
/dev/sda7 / ext3 acl,user_xattr 1 1
/dev/sda8 /home ext3 acl,user_xattr 1 2
/dev/sda1 /windows/C ntfs-3g defaults 0 0
/dev/sda5 /windows/D ntfs-3g defaults 0 0
/dev/sda6 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
reboot
*NB: There should be an empty line at the end of fstab
hi, i done all the modify you told me. i can’t do work right
:shame:
Also try to install NTFS-config.
Just be careful sharing files between the 2, Linux’s EXT might not fragment much but NTFS fragments every time you edit a file it seems.
I’m with caf4926 here, simplest is IMHO:
/dev/sda1 /windows/C ntfs-3g defaults 0 0
/dev/sda5 /windows/D ntfs-3g defaults 0 0
the problem is i don’t have ntfs-3g, in the vesion 10.2 (i have it) just have ntfs no ntfs-3g. do you know haw i can instll it?
I can’t find it for 10.2. You might have to install it from sources.
NTFS-3G: Stable Read/Write NTFS Driver
If you are still using 10.2, I would say, seriously consider an upgrade. (Well actually, you would need to do a fresh install IMO)
i installed to 11.1 rotfl!