Re: Mount Point

2008-05-29 Thread Kyle Sluder
On Wed, May 28, 2008 at 2:36 PM, Mr. Gecko <[EMAIL PROTECTED]> wrote: > Hello I have a program that finds a device by it's device number such as > /dev/disk2s3 how would I find out the mount point/name of that device? > If not how can I find the device number and name from a mo

Re: Mount Point

2008-05-28 Thread Michael Watson
008, at 17:20, Dmitri Goutnik wrote: On May 28, 2008, at 10:36 PM, Mr. Gecko wrote: Hello I have a program that finds a device by it's device number such as /dev/disk2s3 how would I find out the mount point/name of that device? If not how can I find the device number and name fro

Re: Mount Point

2008-05-28 Thread Mr. Gecko
Thanks that could work On May 28, 2008, at 4:20 PM, Dmitri Goutnik wrote: On May 28, 2008, at 10:36 PM, Mr. Gecko wrote: Hello I have a program that finds a device by it's device number such as /dev/disk2s3 how would I find out the mount point/name of that device? If not how can I

Re: Mount Point

2008-05-28 Thread Herb Petschauer
2008/5/28 Mr. Gecko <[EMAIL PROTECTED]>: > Hello I have a program that finds a device by it's device number such as > /dev/disk2s3 how would I find out the mount point/name of that device? > If not how can I find the device number and name from a mount point? You can get th

Re: Mount Point

2008-05-28 Thread Dmitri Goutnik
On May 28, 2008, at 10:36 PM, Mr. Gecko wrote: Hello I have a program that finds a device by it's device number such as /dev/disk2s3 how would I find out the mount point/name of that device? If not how can I find the device number and name from a mount point? mount | grep /dev/di

Re: Mount Point

2008-05-28 Thread Mr. Gecko
That is a possibility. On May 28, 2008, at 3:51 PM, Randall Meadows wrote: On May 28, 2008, at 12:36 PM, Mr. Gecko wrote: Hello I have a program that finds a device by it's device number such as /dev/disk2s3 how would I find out the mount point/name of that device? If not how can I

Re: Mount Point

2008-05-28 Thread stephen joseph butler
On Wed, May 28, 2008 at 3:51 PM, Randall Meadows <[EMAIL PROTECTED]> wrote: > On May 28, 2008, at 12:36 PM, Mr. Gecko wrote: > >> Hello I have a program that finds a device by it's device number such as >> /dev/disk2s3 how would I find out the mount point/name of tha

Re: Mount Point

2008-05-28 Thread Randall Meadows
On May 28, 2008, at 12:36 PM, Mr. Gecko wrote: Hello I have a program that finds a device by it's device number such as /dev/disk2s3 how would I find out the mount point/name of that device? If not how can I find the device number and name from a mount point? One brute force way wou

Mount Point

2008-05-28 Thread Mr. Gecko
Hello I have a program that finds a device by it's device number such as /dev/disk2s3 how would I find out the mount point/name of that device? If not how can I find the device number and name from a mount point? ___ Cocoa-dev mailing list (