

Google for ntfs-3g .... Writing to a NTFS partition is somewhat *unsafe* BTW, Microsoft never really released the specifications. It would be better if you exchanged your data via a FAT32 partition (which is safe to use as both OS can safely access it) or if you used CD's, DVD's or maybe USB sticks....antiquexray wrote:How do I give myself permission to write to the partition that has XP?

OK, thanks. Next question then...how do I exchanged my data via FAT32?scorp123 wrote:Google for ntfs-3g .... Writing to a NTFS partition is somewhat *unsafe* BTW, Microsoft never really released the specifications. It would be better if you exchanged your data via a FAT32 partition (which is safe to use as both OS can safely access it) or if you used CD's, DVD's or maybe USB sticks....
As I said, I don't recommend writing to NTFS partitions from Linux and you shouldn't mess with these things unless you are perfectly sure what you do.


Find a FAT32 formatted disk and/or partition and then just drag & drop your files around?antiquexray wrote:...how do I exchanged my data via FAT32?



Unfortunately, I'm not sure what automounts with ntfs-3g and being mounted in the normal case means. Are you saying that I should be able to do it because it is ntfs-3g?Husse wrote:You can see that scorp123 mostly uses some other Linux than Mint (being a "server guy")
Mintdisk automounts with ntfs-3g so the disks are mounted in the normal case...




Thanks Clem. Nice to hear from you again. Did as you said, but no icon on Desktop.clem wrote:Edit /etc/fstab and remove ALL references to your FAT/NTFS partitions (even references that are commented out). Then reboot. MintDisk will mount these in Read/Write mode and place icons on your desktop.
I'll write about mintDisk in the next mintMag. Very few people know how to use/configure it.
Clem


but no icon on Desktop.



antiquexray wrote:...I still don't have permission to change my access. I'd like to at least know how to do that. It's obvious I need to learn a lot more.


removed the "lock" icon from /windows
/dev/sda1 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1

All I know is I followed the partition guide as posted in the wikimint. At the bottom of File Browser "File System", after /Bin, /Boot, etc, it says /windows. It use to have "lock" icon. It no longer does.Husse wrote:removed the "lock" icon from /windows
???
What is /windows? Do you have a volume label to your Windows partition?
And it should never have a lock!
Where is it mounted?
I'm not trying to make fun of you but trying to understand
A r/w ntfs partition should look like this in fstab:
- Code: Select all
/dev/sda1 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
Of course you may have another partition and possibly UUID


you believe that to be wrong
/media/"your ntfs" ntfs defaults,nls=utf8,umask=007,gid=46 0 1/dev/"your ntfs" /media/"your ntfs" ntfs defaults,nls=utf8,umask=007,gid=46 0 1

Husse wrote:In fstab add the following after the part that identifies your ntfs partition
- Code: Select all
/media/"your ntfs" ntfs defaults,nls=utf8,umask=007,gid=46 0 1
Change "your ntfs" to whatever your partition is called - like sda2 or hdb1
Your complete line should be
- Code: Select all
dev/"your ntfs" /media/"your ntfs" ntfs defaults,nls=utf8,umask=007,gid=46 0 1
Remove/comment any other occurrence of the partition
You should now see it as a separate volume in the file browser - and the error could not be the result of following the partitioning guide....


UUID=F48C842F8C83EB06 dev/sda1 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
/dev/sda1 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1 UUID=F48C842F8C83EB06 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1 

I've tried both, and although I can now see my windows os in the file manager, it says it is unable to mount it because it can't find /dev/sda1 in /etc/fstab.Husse wrote:Almost correct
The ! in a triangle is (obviously) a warning, I've also had it but unfortunately forgotten what it is.
Change thisUUID=F48C842F8C83EB06 dev/sda1 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
to either this
- Code: Select all
/dev/sda1 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
or this
- Code: Select all
UUID=F48C842F8C83EB06 /media/sda1 ntfs defaults,nls=utf8,umask=007,gid=46 0 1
The UUID is your /dev/sda1 with another kind of "naming"
UUIDs can cause a lot of touble so I prefer not to use them, but I think you should stick with the UUID version


sudo mkdir /media/sda1sudo cp /etc/fstab fstab.bak1

Husse wrote:Oops!
I forgot - you have to create a folder to mount in
- Code: Select all
sudo mkdir /media/sda1
which I think you've done once - a folder called "windows"
But better still is that you make a copy of fstab
- Code: Select all
sudo cp /etc/fstab fstab.bak1
and then remove every trace of the ntfs partition in fstab - it then gets mounted by mintDisk
Check in mintDesktop that you have selected to show drives on the desktop
We got so "entangled" in this fstab that I forgot the best solution. It should have worked for you from the beginning


Users browsing this forum: Google [Bot], Spec-chum, tinca and 20 guests