This is a simple gui program which reads from your fstab and mtab and will mount/unmount/ any of the listed entries. I use it to quickly manage my remote shares at work. Double-click the fstab to mount a share. Double-click the mtab to mount it.
Be the first to post a text review of Mount Shares. Rate and review a project by clicking thumbs up or thumbs down in the right column.
The CVS server is set up. You can get the latest code by following the Sourceforge.net cvs instructions. (However, a graphical client such as Eclipse will greatly ease the process once you get it going.)
The project is 3 days old and already I'm issuing a bug fix. The Debian compiler complained of "stack smashing". It turns out I was using fscanf in an insecure way. Anyway It is fixed using CERN's recommended fix: https://www.securecoding.cert.org/confluence/display/seccode/STR31+CS+scanf() It was easy, but important for an application that may need to run as root in order to mount things.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?