PDA

View Full Version : [xubuntu] Cannot modify fstab



Evil Ninja
January 12th, 2009, 08:20 AM
So, I was following the instructions to partition my second hard drive found here (https://help.ubuntu.com/community/InstallingANewHardDrive#Determine%20Drive%20Inform ation) and I can't access my fstab to add the lines to it. Need help help fixing that.

logos34
January 12th, 2009, 08:27 AM
gksu gedit /etc/fstab

or

gksudo gedit /etc/fstab

or

sudo nano /etc/fstab

damphoud
January 12th, 2009, 08:28 AM
Do you get any errors when you try to run:


sudo gedit /etc/fstab

?

Evil Ninja
January 12th, 2009, 08:30 AM
Do you get any errors when you try to run:


sudo gedit /etc/fstab

?

It said the "gedit" command was not found.

Using that "sudo nano" command worked, but I'm curious now as to why "gedit" won't.

logos34
January 12th, 2009, 08:32 AM
what, are you using kubuntu?

Evil Ninja
January 12th, 2009, 08:35 AM
what, are you using kubuntu?

Xubuntu, like I have it tagged.

damphoud
January 12th, 2009, 08:35 AM
gedit is not installed in xubuntu by default.
you can use sudo mousepad.

hivelocitydd
January 12th, 2009, 08:38 AM
sudo nano /etc/fstab

hope this will work

Evil Ninja
January 12th, 2009, 08:51 AM
gedit is not installed in xubuntu by default.
you can use sudo mousepad.

I see. Thanks.