You are not logged in.
I am dualbooting between win2k and linux on my laptop, and because windows is so capable, I created a 10G partition to keep personal files readable between windows and the more powerful OS. But I'm a little curious ... how should I setup arch to do this (permissions, groups, fstab, etc.)? And also, what is a better, faster filesystem to use in linux, FAT32 or NTFS?
Thanks all!
Offline
I would use FAT32, because that's better supported under linux.
Offline
Until recently NTFS has no good write support. Now there is ntfs-3g in AUR, but note that it is experimental yet.
I recommend FAT32. Note that if you use other codepage than latin1 (i.e. you have non-English version of Windows) you should set correct codepage and iocharset options in fstab.
to live is to die
Offline
So I setup everything ... mounted the FAT32 partition @ /home/synthead, gave all access to the partition, etc ... but one thing. Everything is very, very slow. It'll hang for long moments frequently. Is this normal?
Offline
The other thing you can do ,if you use linux more than windows, is make you 10gb an ext3 partition and use IFS drive to mount it in windows.
Well thats what i was doing before i wiped windows anyway.
Offline
So I setup everything ... mounted the FAT32 partition @ /home/synthead, gave all access to the partition, etc ... but one thing. Everything is very, very slow. It'll hang for long moments frequently. Is this normal?
Have you mounted with async option?
to live is to die
Offline
ntfs-3g works ok, I'm testing it, at least when simple editing of text files is involved.
Anyway, the best solution remains to me a Fat32 partition (I have one of 5gb)
To get something done, a committee should consist of no more than three persons, two of them absent.
--
My Github
Offline
I use ext3 and use an ext2/3-ifs driver
You can read and write in windows on the ext2/ext3 drive like it's a fat32 or ntfs drive, and the speed is very good (in benchmarks my ext3 partition in windows was even faster than my ntfs partition)
Offline