Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-30-2006, 10:53 PM
|
#1
|
LQ Newbie
Registered: Aug 2006
Location: Venezuela
Distribution: KUBUNTU 6 - Red Hat 9
Posts: 27
Rep:
|
KUBUNTU -> mount
Greetings!
I try hard not to post newbie questions, but guess what?, I'm new to Linux, and VERY eager to be as good as I can at it.
In the meanwhile, I need help.
I have KUBUNTU installed in a 40 GB drive, and I partitioned it and reserved 3 GB for fat32 space to be shared.
Now, in the
media:/
folder it shows the partition, and when I right-click it it shows the option to "mount" it. When I try to do so, it shows the following error:
mount: cannot find /dev/hdb4 in /etc/fstab or /etc/mtab
Check the device to be properly inserted.
(That's my translation to English).
How can I mount it?
|
|
|
10-01-2006, 12:22 AM
|
#2
|
Senior Member
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088
Rep:
|
Assuming that the device is /dev/hdb4. Open up a terminal window, and enter the following command:
Code:
sudo mount -t vfat /dev/hdb4 /media
Then "ls /media/" to see if your files are there.
If that works, "sudo umount /media" and then add the following line to /etc/fstab:
Code:
/dev/hdb4 /media/hdb4 vfat defaults 0 2
Then that partition should be mounted at /media/hdb4 everytime your system boots. Make sure you create the directory /media/hdb4. Also, you can change /media/hdb4 to wherever you want.
I hope this helps
--Ian
|
|
|
10-01-2006, 10:42 PM
|
#3
|
LQ Newbie
Registered: Aug 2006
Location: Venezuela
Distribution: KUBUNTU 6 - Red Hat 9
Posts: 27
Original Poster
Rep:
|
Thanks IBall!!
Will try it as soon as I can.
|
|
|
10-03-2006, 09:00 AM
|
#4
|
Senior Member
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802
Rep: 
|
There is also a utility to adjust the mounting/unmounting of partitions in (k)ubuntu,... If you access a user as failsafe, and sudo kcontrol (assuming you have KDE,... you can use that utility from the SErvices menu in Konqueror to adjust the mounting points of your drives easily...
|
|
|
10-16-2006, 10:39 PM
|
#5
|
LQ Newbie
Registered: Aug 2006
Location: Venezuela
Distribution: KUBUNTU 6 - Red Hat 9
Posts: 27
Original Poster
Rep:
|
IBall, thanks, it's working just dandy!!
JaseP, thanks, will try that soon!!
Keep posting!!
|
|
|
All times are GMT -5. The time now is 12:41 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|