Results 1 to 8 of 8
Hello, I wanted to write some files over a NTFS partition where my Windows is installed, but normally, that is prevented. I was reading that this option is available in ...
- 09-16-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 67
Writing on Windows partitions
Hello, I wanted to write some files over a NTFS partition where my Windows is installed, but normally, that is prevented. I was reading that this option is available in Ubuntu, so I was wondering "where is it hidden" in openSUSE ?
The purpose is, for instance, I'm downloading some applications for Windows, but I do that under Linux, due to the greater safety from viruses and other nasties that Linux provides. The thing is, I dont want to copy the application on USB memory first, reboot the system, and then copy it under Windows. I just want to copy (or cut) it on the Windows partition, and when the system is rebooted (and windows is chosen), Ta Daaaam, it is there.
- 09-16-2007 #2
SuSe doesn't support NTFS write access out of box. Install ntfs-3g package to enable write access. OR Create a FAT32 partition. All Linux distros support FAT32 read/write access and you can use FAT32 partition for data sharing between Linux and Windows.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-16-2007 #3Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 452
if you want reliably to write onto an MS filesystem, you should
use fat32, not ntfs. SFAIK no reliable ntfs write exists (yet) for
any version of linux.
or possibly you can make a small partition fat32, and share it
between yr OSs.the sun is new every day (heraclitus)
- 09-16-2007 #4ntfs-3g package is reliable and its pre-installed in Fedora 7. Most of other distros are planning to include it in upcoming releases.
Originally Posted by tpl It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-16-2007 #5Just Joined!
- Join Date
- Jul 2007
- Posts
- 67
I installed the only package that was associated with the " ntfs " keyword. I dont remember if it was ntfs-3g, that you suggest, but i installed it anyway. The thing is, how do I activate it ? Where can i find that ? or should I try writing on NTFS directly ? Because on Ubuntu there should be a window where one actually checks to enable the writing ...
- 09-16-2007 #6
Log in as root and execute this
Post output here. Post the contents of /etc/fstab file too.Code:fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-16-2007 #7Just Joined!
- Join Date
- Jul 2007
- Posts
- 67
it complains about unknown command bash
- 09-16-2007 #8
You must be logged in as root Or Log in as Regular User and execute 'su' command to gain root privileges.
Code:su fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote