Warning: session_start(): open(/tmp/sess_uhgg2e56efj5dkeqsl90b32k10, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
FSTabEditor openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

FSTabEditor

   0.4  

KDE System Tool

Score 77%
FSTabEditor
zoom


FSTabEditor
zoom


Link:  http://
Downloads:  6668
Submitted:  Aug 18 2004
Updated:  Sep 21 2004

Description:

FSTabEdit is a control center module to edit your fstab.
It is very basic, but easy to use as well.
If you know what to put in your fstab, you'll be able to use it.
This is similar to the software "Kouvert", but it's implemented as a control center module instead of being a seperate application and it's written in C++, so it doesn't need installed Python and PyQT-bindings.
It hasn't that many options Kouvert has to offer, but I heard some voices disliking interfaces over-filled with options like Kouvert.
If you like more simple interfaces, you may like FSTabEdit.

***********************************
* It doesn't matter how you vote *
* for this app, but please let me *
* know WHY you voted as you voted *
* so I can improve it. *
***********************************




Changelog:

04/08/21
Added RPM I got from Mohamed Eldesoky.
Thanks for providing us with this RPM again.

04/08/20
Complete rewrite of fstabedit.
Added an overview of found and configured devices.
IMPORTANT! It depends on Linux 2.6!
It will run on Linux 2.4, but not all features will be supported!
It isn't even tested on systems with 2.4, I don't have any left anymore.

04/08/30
Added RPM I got from Mohamed Eldesoky.
Thanks you for providing us with this RPM.

04/08/29
Added screenshot of the new version as a preview to show what's coming up.
The current code is able to fill the list with available devices like shown in the second screenshot.
The buttons don't do anything right now and now changes will be saved.
Not even in memory.
Stay tuned for new versions.

IMPORTANT UPDATE!!!
Stop using version 0.2!
It has a major bug which may render your system unbootable!
Mountpoints that are written by fstabedit-0.2 won't work as they should because of a syntax-error in the generated config-file.
This problem is fixed (and tested!) in version 0.3.
Update immediately!




LicenseGPL
(Resala RPM (compatible to FC2) - v 0.4)
(Source v 0.3 (old))
(Resala RPM (compatible to FC2) - v 0.3 (old))
Send to a friend
Subscribe
Other  Content  from SegFault
Report inappropriate content



goto page:  1  2  3 

-
.

 Very nice

 
 by Momo on: Aug 18 2004
 
Score 50%

I suggest you make your kcontrol module a little more verbose about the options. Not everybody who will use this knows what to type. Maybe you could give an editable and documented list of options or something that allows people to choose what sounds sensible instead of being forced to type something they don't necessarily know. Maybe a kind of "Create or configure device Wizard" would be a good idea. (If you don't know what I mean have a look at k3bsetup from the k3b project).
Anyway, the idea of making fstab more accessible is great.


Momo
Reply to this

-
.

 Very nice!

 
 by pfefferberg on: Aug 18 2004
 
Score 50%

Very, very nice. With a little more polish that would be the kind of thing that ought to be included in kdeadmin. I hope also that the generated fstab is nicely formated and readable without having to scroll in a standard console. Cheers.


Reply to this

-

 Improvements

 
 by SegFault on: Aug 20 2004
 
Score 50%

Hi!
Nice to see that there is such a great interest in this little piece of software.
I'm already working on an improved version.
It will get a wizard to easily add new devices.
Any suggestions for an improved "expert"-interface?


Reply to this

-

 Re: Improvements

 
 by jbaehr on: Aug 20 2004
 
Score 50%

> Any suggestions for an improved "expert"-interface?

A button to convert normal mounts to supermount:
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,user 0 0
vs.
none /mnt/cdrom supermount ro,dev=/dev/cdroms/cdrom0,fs=iso9660,-- 0 0


A little button to add options with a description would also be nice.... maybe you can read the description of the file-system spesific option out of the correspondent man-pages at runtime....


Reply to this

-
.

 Re: Re: Improvements

 
 by SegFault on: Aug 20 2004
 
Score 50%

Hmmmm...
Supermount you say?
I think it's obsolete already, isn't it?
SubFS is its successor AFAIK.
My system doesn't support Supermount, but SubFS.
But maybe you want to use autofs for something?
No, I don't think it would be a good idea to offer those options.
It's too complicated with all those different approaches for the same thing.
I'm currently working on a wizard to assist you by adding new devices.
I think this is much more important.


Reply to this

-
.

 Re: Improvements

 
 by florin2004 on: Aug 20 2004
 
Score 50%

hi,
i use kde 3.2.3 on Fedora Core 2 and this apps work fine.
- as a sugestion - could u add an options to move a command line Up and Down - to mount specific partition (location) on a specific order ?

sorry 4 my bad anglish :D


Reply to this

-
.

 Good idea!

 
 by vide on: Aug 20 2004
 
Score 50%
videvide
www.heavy-me tal.it
Home

Good idea for all of us that do not use a distribution that comes with all that automated tools by its own (as MDK, Suse etc). But I think that the main dialog, the way it shows the current devices, it could be do in a better, more graphical and more eye-candy way. I'll try to work on a .ui sample to let you know what I have in mind, ok? :)


"There is no stronger drug than reality"
Reply to this

-
.

 Re: Good idea!

 
 by SegFault on: Aug 20 2004
 
Score 50%

Thanks!
I appreciate any help I can get.
Simply send your ui-file to
segfault_ii AT web DOT de


Reply to this

-
.

 Call for help

 
 by SegFault on: Aug 20 2004
 
Score 50%

Does anyone know how to query the system for existing block devices?
I need help with this.
My current approach to get a list of installed block devices uses the proc-filesystem and requires kernel 2.6.
But I'd like to support kernel 2.4 as well.
Anyone who has an idea how to achieve this, PLEASE, contact me!


Reply to this

-

 Linux 2.4

 
 by pfefferberg on: Aug 20 2004
 
Score 50%

Well Linux 2.4 has /proc/mounts which contains all the info on the currently mounted filesystems.


Reply to this

-

 Re: Linux 2.4

 
 by SegFault on: Aug 20 2004
 
Score 50%

Yes - but what about devices you want to _add_ to your fstab because they aren't there already?
I don't think it will make anything easier for the user if he has to mount a device manually before he is able to configure it with fstab, isn't it?


Reply to this

goto page:  1  2  3 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team