From: R.C. <mil...@gm...> - 2011-03-21 09:43:21
|
Thank you so much Michal! I'm going to start working on this shortly. Raf ----- Original Message ----- From: "Michal Borychowski" <mic...@ge...> To: "'R.C.'" <mil...@gm...> Cc: <moo...@li...> Sent: Monday, March 21, 2011 9:47 AM Subject: RE: [Moosefs-users] Mac OS X mounting hints Hi Raf! Generally speaking everything works in a quite regular way on Max OS X as on other *nix platforms. Although it may happen that Max OS X will cache some attributes even though it is forbidden by mfsmount. It shouldn't be a big problem, but if it is, you can try option "novncache" or "noubc". You may want to have dedicated start script for mfsmount. We use the following solution. In "/Library/StartupItems" we created subfolder "mfsmount" and put there two files: StartupParameters.plist: { Description = "MFS mounter"; Provides = ("MFS"); Requires = ("Network"); OrderPreference = "Late"; } And a script "mfsmount": #!/bin/sh /usr/sbin/mfsmount /mnt/mfs We also had to copy "mfsmount" from the default folder to /usr/bin (cp /usr/local/bin/mfsmount /usr/sbin/). Or you may try to change the path in "mfsount" file. Hope it helps Kind regards Michał Borychowski MooseFS Support Manager _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Gemius S.A. ul. Wołoska 7, 02-672 Warszawa Budynek MARS, klatka D Tel.: +4822 874-41-00 Fax : +4822 874-41-01 -----Original Message----- From: R.C. [mailto:mil...@gm...] Sent: Tuesday, March 15, 2011 4:00 PM To: moo...@li... Subject: [Moosefs-users] Mac OS X mounting hints As stated here: http://www.moosefs.org/news-reader/items/MFS_running_on_Mac_OS_X..html MooseFS native client can be mounted on OS X. Is there anyone having experience in this field that can contribute some hints for this task? Thank you Bye Raf ---------------------------------------------------------------------------- -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ moosefs-users mailing list moo...@li... https://lists.sourceforge.net/lists/listinfo/moosefs-users |