get a list of mounted filesystems under MacOSX

  • Thread starter garabik-news-2005-05
  • Start date
G

garabik-news-2005-05

Hi all,
I am trying to port my (linux) program to MacOSX, and I need to get a
list of mounted filesystems. Under linux, it was easy, I was parsing
/etc/mtab (or /proc/mounts), this works also on some other unices.
But I have no idea how to do it on MacOSX, apart from calling "mount" as
an external program and parsing the output - but I prefer "cleaner"
solutions. Is there one?

And when we are at this, how to find out a list of mounted filesystems
under MS Windows? (yes, I know, there is a difference between cygwin
python and native port, and the term "mounted" is not used in MS Windows
world much)

--
-----------------------------------------------------------
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__ garabik @ kassiopeia.juls.savba.sk |
-----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!
 
R

rafi

Hi all,
I am trying to port my (linux) program to MacOSX, and I need to get a
list of mounted filesystems. Under linux, it was easy, I was parsing
/etc/mtab (or /proc/mounts), this works also on some other unices.
But I have no idea how to do it on MacOSX, apart from calling "mount" as
an external program and parsing the output - but I prefer "cleaner"
solutions. Is there one?

why not looking at the content of the /Volumes folder?

my 2 cents
 
G

garabik-news-2005-05

rafi said:
why not looking at the content of the /Volumes folder?

because the filesystem could be mounted elsewhere (in fact, the Mac Mini
I have across the table has a big network storage nfs-mounted on /data)


--
-----------------------------------------------------------
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__ garabik @ kassiopeia.juls.savba.sk |
-----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,223
Latest member
Jurgen2087

Latest Threads

Top