Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

-::ubermann::-

macrumors regular
Original poster
Sep 9, 2006
213
0
i have suse and mac tiger installed on my macbook, i left 20 GB of free space to store my files i want to share (read/write)among tiger and linux
so, which format do you suggest to use?
i know ntfs, but is there an alternative? if its ntfs only what program should i use to format? :confused:
 
Just do what most people do and format it in FAT32. That way you won't have to worry about both of them being able to read/write to that partition.
 
-::ubermann::- said:
i have suse and mac tiger installed on my macbook, i left 20 GB of free space to store my files i want to share (read/write)among tiger and linux
so, which format do you suggest to use?
i know ntfs, but is there an alternative? if its ntfs only what program should i use to format? :confused:

If you are using just OS X and GNU/Linux I would suggest that you don't use NTFS or FAT32 as those are windows-land formats. Although, FAT32 is well supported, it's not a reliable filesystem. I would recommend UFS. The journalled HFS+ filesystem has only limited support on Linux. More details: http://gentoo-wiki.com/HOWTO_hfsplus
 
ok ive now formated that partition in UFS
i can write/read in mac os, but when i browse it in suse linux it appears a message "access denied", do you know how to fix this so i can read/write in suse?


this should be in suseforums, but anyways...
 
linux doesn't have reliable ufs write support. this is mostly due to differing implementations of ufs (ie, solaris vs. *bsd vs. darwin vs. hp-ux, etc). you should use ext2 and then install ext2fsx to access the ext2 partition from os x. actually if you do that, you don't even need a separate data-sharing partition since your linux partition (assuming you use ext2/ext3) can be the data partition
 
hey i tried adding this line to fstab:
/dev/sda3 /mnt/Linux_Data reiserfs auto,users,rw,exec 0 0

but still doesnt work (it is sda3)
 
-::ubermann::- said:
hey i tried adding this line to fstab:
/dev/sda3 /mnt/Linux_Data reiserfs auto,users,rw,exec 0 0

but still doesnt work (it is sda3)

i don't get it. fstab for os x or linux? also, did you format it as reiserfs?
 
i formatted it in ufs, here is what i get:
26G media is what im trying to mount, when i try to access or mount it says ''access denied'', however in mac os i can read and write

screenshotte7.jpg
 
according to your fstab, it should mount automatically when it boots. are you unable to browse the partition?

also linux doesn't have reliable ufs write capabilities. as such, i suggest you merge the 9.6 gb ext2 partition and the 26 gb ufs partition into one 37 gb ext3 partition. reinstall linux on this new partition. then install ext2fsx in os x to access the 37 gb partition under os x.
 
yeah, i was unable to access or mount the partition even in root user

can ext2fsx read and write in ext3 or only in ext2?
 
-::ubermann::- said:
yeah, i was unable to access or mount the partition even in root user

can ext2fsx read and write in ext3 or only in ext2?

i just repartitioned my 40gb harddrive with 10gb hfs+ and 30gb ext3. ext2fsx works well. ext2fsx supports ext2, but since ext3 = ext2 + journaling, it doesn't really matter that ext3 isn't supported.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.