LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 03-02-2006, 06:37 AM   #1
scales
Member
 
Registered: Jul 2005
Posts: 103

Rep: Reputation: 15
mounting question


i currently use ubuntu and i have a seperate partition of my hard drive that currently is mounted as hda4. i would like to mount it as myth, just like this tutorial says, but i forgot to do this when i was installing the system. how can i fix this?
 
Old 03-02-2006, 07:54 AM   #2
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
-create the mount-point - it is just a directory like the one called hda4 where it is currently mounted
-unmount it
-change your /etc/fstab to reflect what you changed
-mount it again
 
Old 03-02-2006, 02:44 PM   #3
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Here's the command translation. You can get a terminal open by going to Applications > Accessories > Terminal in Ubuntu or KMenu > System > Konsole in Kubuntu.

Quote:
Originally Posted by jomen
-create the mount-point - it is just a directory like the one called hda4 where it is currently mounted
Code:
sudo mkdir /myth
Quote:
-unmount it
Code:
sudo umount /dev/hda4
Quote:
-change your /etc/fstab to reflect what you changed
Code:
sudo cp /etc/fstab /etc/fstab_backup
sudo nano /etc/fstab
Change the line that says
Code:
/dev/hda4 /media/hda4 blahblahblah
to say
Code:
/dev/hda4 /myth blahblahblah
Save (control-x), confirm (y), and exit (Enter)
Quote:
-mount it again
Code:
sudo mount -a
 
Old 03-02-2006, 03:03 PM   #4
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
Very nice of you!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mounting question Haloony Linux - Newbie 2 01-08-2006 04:05 PM
Mounting Question ZeroX-2 Slackware 4 12-02-2004 07:48 AM
Question about mounting johnlong_03 Slackware 4 08-01-2004 01:18 AM
mounting question... hollywoodb Linux - Newbie 4 08-26-2003 03:11 PM
Mounting question? blither Linux - General 3 01-20-2003 12:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration