Index: /trunk/BNC/src/bncwindow.cpp
===================================================================
--- /trunk/BNC/src/bncwindow.cpp	(revision 7200)
+++ /trunk/BNC/src/bncwindow.cpp	(revision 7201)
@@ -418,4 +418,5 @@
   _mountPointsTable->setSelectionBehavior(QAbstractItemView::SelectRows);
   _mountPointsTable->hideColumn(0);
+  _mountPointsTable->hideColumn(3);
   connect(_mountPointsTable, SIGNAL(itemSelectionChanged()), 
           SLOT(slotSelectionChanged()));
@@ -1624,4 +1625,5 @@
   }
   _mountPointsTable->hideColumn(0);
+  _mountPointsTable->hideColumn(3);
   _mountPointsTable->sortItems(1);
   delete mountPoints;
