
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Kouvert is a graphical fstab file editor. It can manage a variety of filesystems with explicits options. I hope you like my first public application :-)
Please give me feedbacks or any others comments.
Depends : Python 2.3.0 or above, and PyQt 3.11 or above.
13 years ago
0.3 : Support for the loop option in iso9660 filesystem and now you can mount correctly iso file (change in the mount procedure)
Warning : Upgrading to qt3.3.4 change some options in QSizePolicy, I can't test with older Qt versions. Please give me feedbacks.
13 years ago
0.3 : Support for the loop option in iso9660 filesystem and now you can mount correctly iso file (change in the mount procedure)
Warning : Upgrading to qt3.3.4 change some options in QSizePolicy, I can't test with older Qt versions. Please give me feedbacks.
gamjalka
15 years ago
http://wiki.linuxquestions.org/wiki/Fstab#Auto-mount_of_iso-image_in_.2Fetc.2Ffstab
Report
joshuafr
15 years ago
Report
vdboor
16 years ago
I'm very excited to see this app, I had simular plans to create such module but you already did it!!
I believe Linux needs these control center modules. (just like a module for syslog, sudo, courier-imapd, apache, postfix, etc..)
I also have some suggestions, based on my own orginal ideas:
* what about showing icons for the devices, and group them by type:
- Hard disks,
- Removable media,
- Virtual file systems,
- Network shares
* Offer two view modules:
- Table view (your current view)
- Grouped view, including the nice expanded partitions in your second screenshot.
* Change the options textbox into some dialog with checkboxes, and perhaps a custom field for unsupported options.
* Your current "add" button is a bit weird, but I'm wondering: is the next screenshot your current development version?
Thanks in advice! I love this app already, but I see some room for improvement as well.
Report
vdboor
16 years ago
please ignore my response, it was ment for a newer app related to this one... *embasessed*
Report
miketech
16 years ago
great work! Normally I'm editing my fstab with vim, or mc. But why not using a graphical frontend? For People, not knowing the exact construction of fstab it can help to manage it. And sometimes not all options are being known, so this tool can really help to live without reading the manpage every time :)
Mike
Report
rickathp
16 years ago
# hard drives:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 1
# Removable media
/dev/floppy /mnt/floppy ...
/dev/cdrom /mnt/cdrom iso9660 ....
/dev/cdrom1 /mnt/cdrom1 iso9660 ....
This causes the comment "Hard drives" to be attached to the "/" entry, and "Removable media" to be stuck to "/dev/floppy". You should preserve comment lines, and preserve them in the grid.
Report
joshuafr
16 years ago
Report
soulrebel
16 years ago
thanks
Report
joshuafr
16 years ago
Report
standsolid
16 years ago
Report
joshuafr
16 years ago
Report