From marco at metm.org Wed Feb 1 10:56:23 2006 From: marco at metm.org (Marco Scoffier) Date: Wed Feb 1 10:56:26 2006 Subject: [macosx-unix] NFS mount in the Finder In-Reply-To: <20060130205352.GA9402@ns.metm.org> References: <20060130205352.GA9402@ns.metm.org> Message-ID: <20060201155623.GC2743@ns.metm.org> Hello again, A continuation of the previous post searching for some way to have a remote disk automount in OS 10.4... Set up NFS on the server. I can mount the disk perfectly from the Terminal "mount_nfs ". I can ls the contents of the remote disk from the Terminal. As soon as I mount the remote disk, however, the mount point (which had been just an empty folder) disappears completely from the finder, making the remote disk inaccessible from the Finder though it is perfectly visible using Unix commands in the Terminal. I tried making an entry in the NetInfo manager to have the NFS automount, but what an awfull cryptic application. I have no idea if the entry is correct (give me a text file please). Also tried fiddling with Automator --> Run Shell Script to simply run the mount_nfs and umount commands, this works but as with the command line no Remote disk in the Finder. I have had to change what is a relatively simple setup 3 times now because of random semi-documented changes in subsequent versions of OSX. If any of you have any tips, or know of a list better suited for these kinds of questions I am all ears... Thanks, -- Marco On Mon, Jan 30, 2006 at 03:53:52PM -0500, Marco Scoffier wrote: >Hi all, > >I am revamping a network which now includes Mac OS 10.4 Tiger, machines >connect to a netatalk file server. It seems that Mac has changed >something yet again. > >When running appletalk (like before) and trying to connect from the mac >by going through the Network icon I get a Connection Failed this version >of appletalk is incompatible... error which from googling means you have >to use tcp/ip which is already on by default on the appletalk side (I >had turned on TCP/IP a few years ago to accomodate OS X. > >Even with -noddp in afpd.conf to explicitly turn off the old style apple >talk, and running only afpd (no atalkd). I cannot get Tiger to connect >to the file server, when I %-K or Go --> 'Connect to server' and type >in the ip address, I can see and choose the volume which I want to >connect to so some level of authentication has worked, but get a >Connection Failed (error -5014) > >Does anyone have any experience with this? Do you have a best practice >shared central server, with a bunch of Tiger workstations setup, that >makes mounting a remote disk "mac easy". Everyone is behind a firewall >but better security would be a plus. > >Thanks, > >-- >Marco >_______________________________________________ >macosx-unix mailing list >macosx-unix@lesmuug.org >http://lesmuug.org/mailman/listinfo/macosx-unix From Robert.Place at morganstanley.com Wed Feb 1 11:02:18 2006 From: Robert.Place at morganstanley.com (Robert W. Place) Date: Wed Feb 1 11:02:22 2006 Subject: [macosx-unix] NFS mount in the Finder In-Reply-To: <20060201155623.GC2743@ns.metm.org> References: <20060130205352.GA9402@ns.metm.org> <20060201155623.GC2743@ns.metm.org> Message-ID: <17376.56202.383445.239631@gargle.gargle.HOWL> Press Appl-K to set up a network drive while in the finder and the syntax is as follows: nfs://servername/sharename >>>>> On Wed, 1 Feb 2006 10:56:23 -0500, Marco Scoffier said: > Hello again, > A continuation of the previous post searching for some way to have a > remote disk automount in OS 10.4... > Set up NFS on the server. I can mount the disk perfectly from the > Terminal "mount_nfs ". I can ls the contents of > the remote disk from the Terminal. As soon as I mount the remote disk, > however, the mount point (which had been just an empty folder) > disappears completely from the finder, making the remote disk > inaccessible from the Finder though it is perfectly visible using Unix > commands in the Terminal. > I tried making an entry in the NetInfo manager to have the NFS > automount, but what an awfull cryptic application. I have no idea if > the entry is correct (give me a text file please). > Also tried fiddling with Automator --> Run Shell Script to simply run > the mount_nfs and umount commands, this works but as with the command > line no Remote disk in the Finder. > I have had to change what is a relatively simple setup 3 times now > because of random semi-documented changes in subsequent versions of OSX. > If any of you have any tips, or know of a list better suited for these > kinds of questions I am all ears... > Thanks, > -- > Marco > On Mon, Jan 30, 2006 at 03:53:52PM -0500, Marco Scoffier wrote: >> Hi all, >> >> I am revamping a network which now includes Mac OS 10.4 Tiger, machines >> connect to a netatalk file server. It seems that Mac has changed >> something yet again. >> >> When running appletalk (like before) and trying to connect from the mac >> by going through the Network icon I get a Connection Failed this version >> of appletalk is incompatible... error which from googling means you have >> to use tcp/ip which is already on by default on the appletalk side (I >> had turned on TCP/IP a few years ago to accomodate OS X. >> >> Even with -noddp in afpd.conf to explicitly turn off the old style apple >> talk, and running only afpd (no atalkd). I cannot get Tiger to connect >> to the file server, when I %-K or Go --> 'Connect to server' and type >> in the ip address, I can see and choose the volume which I want to >> connect to so some level of authentication has worked, but get a >> Connection Failed (error -5014) >> >> Does anyone have any experience with this? Do you have a best practice >> shared central server, with a bunch of Tiger workstations setup, that >> makes mounting a remote disk "mac easy". Everyone is behind a firewall >> but better security would be a plus. >> >> Thanks, >> >> -- >> Marco >> _______________________________________________ >> macosx-unix mailing list >> macosx-unix@lesmuug.org >> http://lesmuug.org/mailman/listinfo/macosx-unix > _______________________________________________ > macosx-unix mailing list > macosx-unix@lesmuug.org > http://lesmuug.org/mailman/listinfo/macosx-unix -- Rob From pete at nomadlogic.org Wed Feb 1 08:20:42 2006 From: pete at nomadlogic.org (pete wright) Date: Wed Feb 1 11:25:41 2006 Subject: [macosx-unix] NFS mount in the Finder In-Reply-To: <20060201155623.GC2743@ns.metm.org> References: <20060130205352.GA9402@ns.metm.org> <20060201155623.GC2743@ns.metm.org> Message-ID: <20060201162039.GA3799@hunter.nomadlogic.org> On Wed, Feb 01, 2006 at 10:56:23AM -0500, Marco Scoffier wrote: > Hello again, > > A continuation of the previous post searching for some way to have a > remote disk automount in OS 10.4... > > Set up NFS on the server. I can mount the disk perfectly from the > Terminal "mount_nfs ". I can ls the contents of > the remote disk from the Terminal. As soon as I mount the remote disk, > however, the mount point (which had been just an empty folder) > disappears completely from the finder, making the remote disk > inaccessible from the Finder though it is perfectly visible using Unix > commands in the Terminal. > > I tried making an entry in the NetInfo manager to have the NFS > automount, but what an awfull cryptic application. I have no idea if > the entry is correct (give me a text file please). > > Also tried fiddling with Automator --> Run Shell Script to simply run > the mount_nfs and umount commands, this works but as with the command > line no Remote disk in the Finder. > > I have had to change what is a relatively simple setup 3 times now > because of random semi-documented changes in subsequent versions of OSX. > If any of you have any tips, or know of a list better suited for these > kinds of questions I am all ears... hmm..we automount all sorts of stuff here on 10.3 and 10.4. Do you have an /etc/auto.map file or anything like that? i did not personally set this up, but it looks like we are running as such: %ps axuww | grep auto root 229 0.0 0.2 29472 812 ?? Ss Thu08PM 0:15.95 /usr/sbin/automount -f -m /net /etc/auto.map -mnt /private/net % our /etc/auto.map file looks as so: mountpoint server:/exported/volume HTH -pete -- ~~oO00Oo~~ Peter Wright pete@nomadlogic.org www.nomadlogic.org/~pete 917.415.9866 From marco at metm.org Wed Feb 1 11:25:41 2006 From: marco at metm.org (Marco Scoffier) Date: Wed Feb 1 11:25:45 2006 Subject: [macosx-unix] NFS mount in the Finder Message-ID: <20060201162541.GE2743@ns.metm.org> On Wed, Feb 01, 2006 at 11:02:18AM -0500, Robert W. Place wrote: >Press Appl-K to set up a network drive while in the finder and the >syntax is as follows: > >nfs://servername/sharename > Hi Robert, Thanks. I failed to mention that I tried this also but I get a failed to connect to server because the name or password is incorrect. This is using exactly the same address and user which works flawlessly from the commandline... and nfs doesn't use usernames, just IP's for verification (which is why I prefered to use the old appletalk, even thought the passwords are in cleartext). -- Marco ** sorry you got this one twice Robert, I forgot to setup the List-Reply for lesmuug. > >>>>>> On Wed, 1 Feb 2006 10:56:23 -0500, Marco Scoffier said: > >> Hello again, >> A continuation of the previous post searching for some way to have a >> remote disk automount in OS 10.4... > >> Set up NFS on the server. I can mount the disk perfectly from the >> Terminal "mount_nfs ". I can ls the contents of >> the remote disk from the Terminal. As soon as I mount the remote disk, >> however, the mount point (which had been just an empty folder) >> disappears completely from the finder, making the remote disk >> inaccessible from the Finder though it is perfectly visible using Unix >> commands in the Terminal. > >> I tried making an entry in the NetInfo manager to have the NFS >> automount, but what an awfull cryptic application. I have no idea if >> the entry is correct (give me a text file please). > >> Also tried fiddling with Automator --> Run Shell Script to simply run >> the mount_nfs and umount commands, this works but as with the command >> line no Remote disk in the Finder. > >> I have had to change what is a relatively simple setup 3 times now >> because of random semi-documented changes in subsequent versions of OSX. >> If any of you have any tips, or know of a list better suited for these >> kinds of questions I am all ears... > >> Thanks, > >> -- >> Marco > >> On Mon, Jan 30, 2006 at 03:53:52PM -0500, Marco Scoffier wrote: >>> Hi all, >>> >>> I am revamping a network which now includes Mac OS 10.4 Tiger, machines >>> connect to a netatalk file server. It seems that Mac has changed >>> something yet again. >>> >>> When running appletalk (like before) and trying to connect from the mac >>> by going through the Network icon I get a Connection Failed this version >>> of appletalk is incompatible... error which from googling means you have >>> to use tcp/ip which is already on by default on the appletalk side (I >>> had turned on TCP/IP a few years ago to accomodate OS X. >>> >>> Even with -noddp in afpd.conf to explicitly turn off the old style apple >>> talk, and running only afpd (no atalkd). I cannot get Tiger to connect >>> to the file server, when I %-K or Go --> 'Connect to server' and type >>> in the ip address, I can see and choose the volume which I want to >>> connect to so some level of authentication has worked, but get a >>> Connection Failed (error -5014) >>> >>> Does anyone have any experience with this? Do you have a best practice >>> shared central server, with a bunch of Tiger workstations setup, that >>> makes mounting a remote disk "mac easy". Everyone is behind a firewall >>> but better security would be a plus. >>> >>> Thanks, >>> >>> -- >>> Marco >>> _______________________________________________ >>> macosx-unix mailing list >>> macosx-unix@lesmuug.org >>> http://lesmuug.org/mailman/listinfo/macosx-unix >> _______________________________________________ >> macosx-unix mailing list >> macosx-unix@lesmuug.org >> http://lesmuug.org/mailman/listinfo/macosx-unix > >-- >Rob > ----- End forwarded message ----- From jschauma at netmeister.org Wed Feb 1 11:43:29 2006 From: jschauma at netmeister.org (Jan Schaumann) Date: Wed Feb 1 11:39:52 2006 Subject: [macosx-unix] NFS mount in the Finder In-Reply-To: <20060201155623.GC2743@ns.metm.org> References: <20060130205352.GA9402@ns.metm.org> <20060201155623.GC2743@ns.metm.org> Message-ID: <20060201164329.GF10908@netmeister.org> Marco Scoffier wrote: > I tried making an entry in the NetInfo manager to have the NFS > automount, but what an awfull cryptic application. I have no idea if > the entry is correct (give me a text file please). nidump -r /mounts / >/tmp/mounts $EDITOR /tmp/mounts sudo niload -r /mounts / References: <20060130205352.GA9402@ns.metm.org> <20060201155623.GC2743@ns.metm.org> <20060201164329.GF10908@netmeister.org> Message-ID: <20060201170449.GA3284@ns.metm.org> Thanks for these great leads. I am defn. happier on the command line, just not too used to the OSX specialness. I've got meetings until tonight, but will let you all know of my progress. -- Marco On Wed, Feb 01, 2006 at 11:43:29AM -0500, Jan Schaumann wrote: >Marco Scoffier wrote: > >> I tried making an entry in the NetInfo manager to have the NFS >> automount, but what an awfull cryptic application. I have no idea if >> the entry is correct (give me a text file please). > >nidump -r /mounts / >/tmp/mounts >$EDITOR /tmp/mounts >sudo niload -r /mounts / sudo kill -HUP `cat /var/run/automountd.pid` > >For example: > >$ nidump -r /mounts / >{ > "name" = ( "mounts" ); > CHILDREN = ( > { > "type" = ( "nfs" ); > "dir" = ( "/home" ); > "opts" = ( "rw,nosuid,nodev" ); > "name" = ( "hostname:/path/name" ); > } > ) >} >$ > >-Jan > >-- >Life," said Marvin, "don't talk to me about life." >_______________________________________________ >macosx-unix mailing list >macosx-unix@lesmuug.org >http://lesmuug.org/mailman/listinfo/macosx-unix From george at galis.org Wed Feb 1 14:22:19 2006 From: george at galis.org (George Georgalis) Date: Wed Feb 1 14:22:24 2006 Subject: [macosx-unix] Re: NFS mount in the Finder In-Reply-To: <20060201162541.GE2743@ns.metm.org> References: <20060201162541.GE2743@ns.metm.org> Message-ID: <20060201192219.GA29906@sta.duo> On Wed, Feb 01, 2006 at 11:25:41AM -0500, Marco Scoffier wrote: >On Wed, Feb 01, 2006 at 11:02:18AM -0500, Robert W. Place wrote: >>Press Appl-K to set up a network drive while in the finder and the >>syntax is as follows: >> >>nfs://servername/sharename >> > >Hi Robert, > >Thanks. > >I failed to mention that I tried this also but I get a failed to connect >to server because the name or password is incorrect. This is using >exactly the same address and user which works flawlessly from the >commandline... and nfs doesn't use usernames, just IP's for >verification (which is why I prefered to use the old appletalk, even >thought the passwords are in cleartext). I've had that problem too. My conclusion, Tiger cannot mount Linux NFS partitions (through the finder command-k interface), but it has no problem with a FreeBSD NFS server. // George -- George Georgalis, systems architect, administrator < http://galis.org/ cell:646-331-2027 mailto:george@galis.org From pete at nomadlogic.org Wed Feb 1 11:20:15 2006 From: pete at nomadlogic.org (pete wright) Date: Wed Feb 1 14:25:17 2006 Subject: [macosx-unix] Re: NFS mount in the Finder In-Reply-To: <20060201192219.GA29906@sta.duo> References: <20060201162541.GE2743@ns.metm.org> <20060201192219.GA29906@sta.duo> Message-ID: <20060201192012.GA5396@hunter.nomadlogic.org> On Wed, Feb 01, 2006 at 02:22:19PM -0500, George Georgalis wrote: > On Wed, Feb 01, 2006 at 11:25:41AM -0500, Marco Scoffier wrote: > >On Wed, Feb 01, 2006 at 11:02:18AM -0500, Robert W. Place wrote: > >>Press Appl-K to set up a network drive while in the finder and the > >>syntax is as follows: > >> > >>nfs://servername/sharename > >> > > > >Hi Robert, > > > >Thanks. > > > >I failed to mention that I tried this also but I get a failed to connect > >to server because the name or password is incorrect. This is using > >exactly the same address and user which works flawlessly from the > >commandline... and nfs doesn't use usernames, just IP's for > >verification (which is why I prefered to use the old appletalk, even > >thought the passwords are in cleartext). > > I've had that problem too. My conclusion, Tiger cannot mount Linux NFS > partitions (through the finder command-k interface), but it has no problem > with a FreeBSD NFS server. > no, that's no true. I've been mounting linux/netapp/isolan/emc/*bsd exported nfs volumes on OSX for some time now via static mounts and auto.map files. -p -- ~~oO00Oo~~ Peter Wright pete@nomadlogic.org www.nomadlogic.org/~pete 917.415.9866 From george at galis.org Wed Feb 1 14:53:32 2006 From: george at galis.org (George Georgalis) Date: Wed Feb 1 14:53:34 2006 Subject: [macosx-unix] Re: Re: NFS mount in the Finder In-Reply-To: <20060201192012.GA5396@hunter.nomadlogic.org> References: <20060201162541.GE2743@ns.metm.org> <20060201192219.GA29906@sta.duo> <20060201192012.GA5396@hunter.nomadlogic.org> Message-ID: <20060201195332.GC29906@sta.duo> On Wed, Feb 01, 2006 at 11:20:15AM -0800, pete wright wrote: >On Wed, Feb 01, 2006 at 02:22:19PM -0500, George Georgalis wrote: >> On Wed, Feb 01, 2006 at 11:25:41AM -0500, Marco Scoffier wrote: >> >On Wed, Feb 01, 2006 at 11:02:18AM -0500, Robert W. Place wrote: >> >>Press Appl-K to set up a network drive while in the finder and the >> >>syntax is as follows: >> >> >> >>nfs://servername/sharename >> >> >> > >> >Hi Robert, >> > >> >Thanks. >> > >> >I failed to mention that I tried this also but I get a failed to connect >> >to server because the name or password is incorrect. This is using >> >exactly the same address and user which works flawlessly from the >> >commandline... and nfs doesn't use usernames, just IP's for >> >verification (which is why I prefered to use the old appletalk, even >> >thought the passwords are in cleartext). >> >> I've had that problem too. My conclusion, Tiger cannot mount Linux NFS >> partitions (through the finder command-k interface), but it has no problem >> with a FreeBSD NFS server. >> > >no, that's no true. I've been mounting linux/netapp/isolan/emc/*bsd >exported nfs volumes on OSX for some time now via static mounts and >auto.map files. If you could help me work that out I'd be grateful... root@sta:~/ # cat /etc/debian_version 3.0+backports.org # only non-commented line in exports /usr/nfs/sandbox 192.168.80.0/24(rw) # start portmap, nfs-common, nfs-kernel-server # purge firewall rules root@sta:~/ # iptables -vnL Chain INPUT (policy ACCEPT 33 packets, 2740 bytes) pkts bytes target prot opt in out source destination Chain FORWARD (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 31 3168 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state NEW,RELATED,ESTABLISHED now in tiger 10.4.4, finder command-k interface says, "Could not connect to the server because the name or password is not correct. TryAgain/Cancel" The server address was listed as: nfs://sta.duo/usr/nfs/sandbox and that name does indeed resolv to the linux box. I don't much appreciate the netinfo interface but I poked around there to see any "wrong" entries, maybe something is missing but I don't see anything incorrect. I don't think the answer is there because I did a reinstall this fall, and I've not tried mucked with it since. Before and after the reinstall I could finder/nfs FreeBSD partitions; but they are not available ATM to check. // George -- George Georgalis, systems architect, administrator < http://galis.org/ cell:646-331-2027 mailto:george@galis.org From jschauma at netmeister.org Wed Feb 1 17:31:05 2006 From: jschauma at netmeister.org (Jan Schaumann) Date: Wed Feb 1 17:27:28 2006 Subject: [macosx-unix] Re: NFS mount in the Finder In-Reply-To: <20060201192219.GA29906@sta.duo> References: <20060201162541.GE2743@ns.metm.org> <20060201192219.GA29906@sta.duo> Message-ID: <20060201223105.GB25807@netmeister.org> George Georgalis wrote: > I've had that problem too. My conclusion, Tiger cannot mount Linux NFS > partitions (through the finder command-k interface), but it has no problem > with a FreeBSD NFS server. Hmm, that would strike me as odd. Just a wild, wild guess: does command-k try to mount without the '-P' option, and does your NFS server require mount requests to come from a privileged port? -Jan -- ``Deepest mind in the galaxy, apparently, and you still express yourself like a day-tripper with a dog-eared phrase book. 'I hope right you are.' Break me a fucking give.'' -- Anthony Lane on Yoda in Star Wars III -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available Url : http://berdom.net/pipermail/macosx-unix/attachments/20060201/0351be8f/attachment.bin From marco at metm.org Wed Feb 1 17:36:40 2006 From: marco at metm.org (Marco Scoffier) Date: Wed Feb 1 17:36:42 2006 Subject: [macosx-unix] Re: NFS mount in the Finder In-Reply-To: <20060201223105.GB25807@netmeister.org> References: <20060201162541.GE2743@ns.metm.org> <20060201192219.GA29906@sta.duo> <20060201223105.GB25807@netmeister.org> Message-ID: <20060201223640.GB19126@ns.metm.org> On Wed, Feb 01, 2006 at 05:31:05PM -0500, Jan Schaumann wrote: >George Georgalis wrote: > >> I've had that problem too. My conclusion, Tiger cannot mount Linux NFS >> partitions (through the finder command-k interface), but it has no problem >> with a FreeBSD NFS server. > >Hmm, that would strike me as odd. > >Just a wild, wild guess: does command-k try to mount without the '-P' >option, and does your NFS server require mount requests to come from a >privileged port? > Good guess Jan, I came across this as I was reading about what could be causing my ailments. I have already added 'insecure' to the options in nfsd.conf on the server which should start it on a port above 1024 (makes me think that I should actually check this). This did not change anything. I can test the OSX 10.4 vs. FreeBSD vs. Linux hypothesis when I get home tonight as I have all three systems ready to go. -- Marco From marco at metm.org Mon Feb 6 09:28:51 2006 From: marco at metm.org (Marco Scoffier) Date: Mon Feb 6 09:28:56 2006 Subject: [macosx-unix] Re: NFS mount in the Finder In-Reply-To: <20060201192219.GA29906@sta.duo> References: <20060201162541.GE2743@ns.metm.org> <20060201192219.GA29906@sta.duo> Message-ID: <20060206142851.GA15871@ns.metm.org> On Wed, Feb 01, 2006 at 02:22:19PM -0500, George Georgalis wrote: > >I've had that problem too. My conclusion, Tiger cannot mount Linux NFS >partitions (through the finder command-k interface), but it has no >problem with a FreeBSD NFS server. > Hi all, Sorry I haven't responded sooner. After lots of futzing around I can confirm that George is correct. FreeBSD NFS works. Linux does not. -- Marco From jaapna at xs4all.nl Thu Feb 16 23:32:15 2006 From: jaapna at xs4all.nl (Jaap Akkerhuis) Date: Thu Feb 16 17:32:25 2006 Subject: [macosx-unix] Minitosh Message-ID: <35E20EFE-3CAB-481A-BC60-129FA94F4E45@xs4all.nl> http://destruc.tv/minitosh.php jaap From george at galis.org Thu Feb 16 18:11:00 2006 From: george at galis.org (George Georgalis) Date: Thu Feb 16 18:11:03 2006 Subject: [macosx-unix] Re: Minitosh In-Reply-To: <35E20EFE-3CAB-481A-BC60-129FA94F4E45@xs4all.nl> References: <35E20EFE-3CAB-481A-BC60-129FA94F4E45@xs4all.nl> Message-ID: <20060216231100.GB30329@sta.duo> On Thu, Feb 16, 2006 at 11:32:15PM +0100, Jaap Akkerhuis wrote: >http://destruc.tv/minitosh.php Oh yeah baby. http://destruc.tv/images/minitosh/initaltestfit.jpg While that makes it all the more funny, it makes it a hell of a lot more useful than what I first thought it was... ahem, OS X on a floppy in 1MB RAM ;) // George -- George Georgalis, systems architect, administrator < http://galis.org/ cell:646-331-2027 mailto:george@galis.org From sciflyer at dls.net Thu Feb 16 17:54:19 2006 From: sciflyer at dls.net (Harlan) Date: Thu Feb 16 18:54:21 2006 Subject: [macosx-unix] Re: Minitosh In-Reply-To: <20060216231100.GB30329@sta.duo> References: <35E20EFE-3CAB-481A-BC60-129FA94F4E45@xs4all.nl> <20060216231100.GB30329@sta.duo> Message-ID: <20060216235419.52CA996853D@demolition.dls.net> only way it could be cooler is if it used the original display :) > On Thu, Feb 16, 2006 at 11:32:15PM +0100, Jaap Akkerhuis wrote: > >http://destruc.tv/minitosh.php > > Oh yeah baby.  http://destruc.tv/images/minitosh/initaltestfit.jpg > > While that makes it all the more funny, it makes it a hell of a > lot more useful than what I first thought it was... ahem, OS X on > a floppy in 1MB RAM ;) > > // George > > > -- > George Georgalis, systems architect, administrator < > http://galis.org/ cell:646-331-2027 mailto:george@galis.org > _______________________________________________ > macosx-unix mailing list > macosx-unix@lesmuug.org > http://lesmuug.org/mailman/listinfo/macosx-unix From george at sddi.net Thu Feb 23 18:50:00 2006 From: george at sddi.net (George R.) Date: Thu Feb 23 18:50:07 2006 Subject: [macosx-unix] tonight Message-ID: <43FE4A28.1020400@sddi.net> on my way. . . too much going on. . . completely forgot. g From jschauma at netmeister.org Tue Feb 28 19:35:31 2006 From: jschauma at netmeister.org (Jan Schaumann) Date: Tue Feb 28 19:30:06 2006 Subject: [macosx-unix] hosed RAID -> disk warrior to the rescue? Message-ID: <20060301003530.GA21324@netmeister.org> Hi all, I have the following scenario: An XRaid is connected to a SAN switch. An Xserve is connected to the same SAN switch. A Solaris machine is connected to the same SAN switch. The xserve creates a filesystem on the XRaid (RAID 5) and populates it with data. The solaris machine access the same disk through the SAN fabric and creates a new disklabel on the disk, then creates a new filesystem on it via newfs, then copies some data onto it. (Obviously not intentionally, but that's another story.) The xserve still shows data on the disk, but some of it appears lost. The xserve is rebooted and then doesn't recogize the disk anymore. diskutil shows it as /dev/disk3 #: type name size identifier 0: GUID_partition_scheme *2.2 TB disk3 1: 6A85CF4D-1DD2-11B2-99A6-08002073 128.0 MB disk3s1 2: 6A87C46F-1DD2-11B2-99A6-08002073 128.0 MB disk3s2 3: 6A898CC3-1DD2-11B2-99A6-08002073 2.2 TB disk3s7 4: 6A945A3B-1DD2-11B2-99A6-08002073 8.0 MB disk3s9 (which is the solaris partition table) Obviously, mounting it fails: $ mount /dev/disk3s7 /mnt3 /dev/disk3s7 on /mnt3: Incorrect super block. One of the disks in the RAID is removed and reinserted, causing a rebuild of the RAID 5. The rebuild is still running, so we don't know yet whether or not the rebuild will rebuild the solaris partition table or the older apple table. (It should rebuild the solaris partition table, but we'll wait and see anyway.) Most of the data stored on the disks should still be there, but is no longer available from the Mac, as the partition table is different and it can't find the right superblocks. Does anybody know if DiskWarrior might be able to salvage whatever data is still available on the disk? Or if there are other applications? Or, if none of the above, what kind of data recovery services are available in the city and how they might charge (rough estimates)? -Jan -- Ancient Principle of WYGIWYGAINGW: What You Get Is What You're Given, And It's No Good Whining. --Terry Pratchett et al. (The Science of Discworld) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available Url : http://berdom.net/pipermail/macosx-unix/attachments/20060228/541c454f/attachment.bin