LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-14-2009, 01:52 AM   #1
malickhat
Member
 
Registered: Jun 2009
Posts: 106

Rep: Reputation: 15
No /etc/auto.master or misc


Hi,
My OS is fedora 10 and i tried to do some experiment in auto mounting but there is no /etc/auto.master or misc ,so i try to install autofs by
Code:
yum install autofs*
Loaded plugins: refresh-packagekit
Setting up Install Process
No package autofs* available.
Nothing to do
and i checked the service is in start or stop like
Code:
service autofs status
autofs: unrecognized service
so i figured that autofs was not installed in my pc ,but i wonder is it not default one and onemore thing when i insert a cd or USB i get it by auotmounted
 
Old 12-14-2009, 02:10 AM   #2
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,417

Rep: Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785
http://kbase.redhat.com/faq/docs/DOC-2531 maybe try yum whatprovides
 
Old 12-14-2009, 03:35 AM   #3
malickhat
Member
 
Registered: Jun 2009
Posts: 106

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by chrism01 View Post
i did it and here the output
Code:
Loaded plugins: refresh-packagekit
samba-3.2.4-0.22.fc10.i386 : The Samba Suite of programs

Matched from:
Filename    : /usr/share/doc/samba-3.2.4/autofs



kernel-2.6.27.5-117.fc10.i586 : The Linux kernel

Matched from:
Filename    : /lib/modules/2.6.27.5-117.fc10.i586/kernel/fs/autofs



kernel-PAE-devel-2.6.27.5-117.fc10.i686 : Development package for building kernel modules to match the PAE
                                        : kernel

Matched from:
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i686.PAE/include/config/autofs
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i686.PAE/fs/autofs



kernel-devel-2.6.27.5-117.fc10.i686 : Development package for building kernel modules to match the kernel

Matched from:
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i686/include/config/autofs
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i686/fs/autofs



kernel-2.6.27.5-117.fc10.i686 : The Linux kernel

Matched from:
Filename    : /lib/modules/2.6.27.5-117.fc10.i686/kernel/fs/autofs



kernel-PAE-2.6.27.5-117.fc10.i686 : The Linux kernel compiled for PAE capable machines

Matched from:
Filename    : /lib/modules/2.6.27.5-117.fc10.i686.PAE/kernel/fs/autofs



kernel-devel-2.6.27.5-117.fc10.i586 : Development package for building kernel modules to match the kernel

Matched from:
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i586/fs/autofs
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i586/include/config/autofs
 
Old 12-14-2009, 06:50 AM   #4
malickhat
Member
 
Registered: Jun 2009
Posts: 106

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by malickhat View Post
i did it and here the output
Code:
Loaded plugins: refresh-packagekit
samba-3.2.4-0.22.fc10.i386 : The Samba Suite of programs

Matched from:
Filename    : /usr/share/doc/samba-3.2.4/autofs



kernel-2.6.27.5-117.fc10.i586 : The Linux kernel

Matched from:
Filename    : /lib/modules/2.6.27.5-117.fc10.i586/kernel/fs/autofs



kernel-PAE-devel-2.6.27.5-117.fc10.i686 : Development package for building kernel modules to match the PAE
                                        : kernel

Matched from:
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i686.PAE/include/config/autofs
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i686.PAE/fs/autofs



kernel-devel-2.6.27.5-117.fc10.i686 : Development package for building kernel modules to match the kernel

Matched from:
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i686/include/config/autofs
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i686/fs/autofs



kernel-2.6.27.5-117.fc10.i686 : The Linux kernel

Matched from:
Filename    : /lib/modules/2.6.27.5-117.fc10.i686/kernel/fs/autofs



kernel-PAE-2.6.27.5-117.fc10.i686 : The Linux kernel compiled for PAE capable machines

Matched from:
Filename    : /lib/modules/2.6.27.5-117.fc10.i686.PAE/kernel/fs/autofs



kernel-devel-2.6.27.5-117.fc10.i586 : Development package for building kernel modules to match the kernel

Matched from:
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i586/fs/autofs
Filename    : /usr/src/kernels/2.6.27.5-117.fc10.i586/include/config/autofs
Guys i need some help here
 
Old 12-14-2009, 06:34 PM   #5
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,417

Rep: Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785
Try looking for automount, but I'd expect it to be part of the default install TBH..
 
Old 12-14-2009, 06:37 PM   #6
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
Can't this be achieved by modifying your /etc/fstab
 
Old 12-15-2009, 01:35 AM   #7
malickhat
Member
 
Registered: Jun 2009
Posts: 106

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by chrism01 View Post
Try looking for automount, but I'd expect it to be part of the default install TBH..
i did that and got the following response
Code:
yum whatprovides */automount
Loaded plugins: refresh-packagekit
http://mirror.cse.iitk.ac.in/fedora/releases/10/Everything/i386/os/repodata/848f002818e918fb0dc1e258342c63c3587683bf-filelists.sqlite.bz2: [Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
Trying other mirror.
fedora/filelists_db                                                                     |  11 MB     27:18     
rpmfusion-free/filelists_db                                                             | 269 kB     00:20     
rpmfusion-free-updates-debuginfo/filelists_db                                           | 196 kB     00:18     
rpmfusion-nonfree/filelists_db                                                          |  41 kB     00:02     
logwatch-7.3.6-31.fc10.noarch : A log file analysis program
Repo        : fedora
Matched from:
Filename    : /usr/share/logwatch/scripts/services/automount



1:autofs-5.0.3-30.i386 : A tool for automatically mounting and unmounting filesystems
Repo        : fedora
Matched from:
Filename    : /usr/sbin/automount



logwatch-7.3.6-31.fc10.noarch : A log file analysis program
Repo        : installed
Matched from:
Filename    : /usr/share/logwatch/scripts/services/automount
 
Old 12-15-2009, 01:37 AM   #8
malickhat
Member
 
Registered: Jun 2009
Posts: 106

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by worm5252 View Post
Can't this be achieved by modifying your /etc/fstab
I don't any entry for either my cdrom or usb in my /etc/fstab
so can you explain little further
 
Old 12-15-2009, 01:44 AM   #9
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,417

Rep: Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785
That looks like the one

autofs-5.0.3-30.i386

BTW, I believe they've stopped updating F10 now F12 is out, or they soon will. They only support 2 releases (eg F11, F12) at a time.
 
Old 12-15-2009, 02:04 AM   #10
malickhat
Member
 
Registered: Jun 2009
Posts: 106

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by chrism01 View Post
That looks like the one

autofs-5.0.3-30.i386

BTW, I believe they've stopped updating F10 now F12 is out, or they soon will. They only support 2 releases (eg F11, F12) at a time.
So there is no way i can install int the autofs right or is it
 
Old 12-17-2009, 05:43 AM   #11
malickhat
Member
 
Registered: Jun 2009
Posts: 106

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by malickhat View Post
So there is no way i can install int the autofs right or is it
Guys pls help me , i need this
 
Old 12-17-2009, 07:43 PM   #12
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,417

Rep: Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785Reputation: 2785
I believe (and you should ask on the Fedora forum) that 'recent' repos are often available, but you may need to tweak your repo cfg.
You can prob find out from Fedora's site and/or google.
 
Old 12-17-2009, 09:52 PM   #13
worm5252
Member
 
Registered: Oct 2004
Location: Atlanta
Distribution: CentOS, RHEL, HP-UX, OS X
Posts: 567

Rep: Reputation: 57
Quote:
I don't any entry for either my cdrom or usb in my /etc/fstab
so can you explain little further
Here is the contents of my /etc/fstab. All my drives auto mount when I connect them.
Code:
jared@debian:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/sda1       /               ext3    errors=remount-ro 0       1
/dev/sda5       none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
10.1.1.21:/Data/Documentation   /mnt/nfs/Documentation  nfs     rw,rsize=4096,wsize=4096,hard,intr,async,nodev,nosuid        0       0
10.1.1.21:/Data2/File_Store     /mnt/nfs/File_Store     nfs     rw,rsize=4096,wsize=4096,hard,intr,async,nodev,nosuid        0       0

Last edited by worm5252; 12-17-2009 at 09:53 PM. Reason: Highlighting CDrom in /etc/fstab
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
problem with auto.master riinku Red Hat 4 02-09-2008 04:08 PM
How to change /etc/auto.master to mount USB cnm Linux - Newbie 5 11-26-2006 07:42 AM
Trouble with auto.master and LDAP Yalla-One Slackware 2 04-11-2006 06:04 PM
auto.master hansi umayangan Linux - General 1 03-12-2005 06:55 PM
autofs enabled in kernel but auto.mount and auto.master are NOT in /etc! Alybyzrp Linux - General 0 11-11-2003 01:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:37 AM.

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