ArchLinux mounts filesystem with no entries in /etc/fstab

I have successfully installed ArchLinux and now its working perfectly fine.
Although, while I check `/etc/fstab` entries I do not see any mounts, even the root partition is omitted. However when I execute `mount`, it shows the mount-points of each on my system.
My question is how my file-system gets mounted. Would it have something to do with systemd?

keshara.dorakumbura wrote:
@Trilby: you are dead right. With your help it solved.!
what i learn during this is that system mounts /root & /boot using the bootloader in the first place. After that they are remounted by systemd if only they exist in /etc/fstab. Due to some reason, my /etc/fstab did not generate as it should withing the installation. But the reason it works was that bootloader mounts required mount-points when the system boots.
Am i right Trilby?
No, this is not entirely correct.
The bootloader mounts /boot only to exec the kernel which then finds initrd. After that, /boot is _not_ mounted (and you don't have it mounted either). In fact, for your system to work, /boot partition does not even need to exist. For example, on my machine:
$ ls -hl /boot
total 0
$ mountpoint /boot
/boot is not a mountpoint
$ mount | grep boot
$
If you want /boot to be mounted at all times, you must specify it in fstab.
The / partition is mounted from the initramfs (initramfs-* files in your /boot). This is necessary to exec systemd from there. Now, systemd keeps / mounted, so you don't need an entry for it in fstab (unless you want specific mount options).
Other filesystemd that you are seeing are pseudo-filesystems, mounted automatically by systemd. The reason why your fstab was empty is probably because you ran genfstab > /etc/fstab, not your target installation.

Similar Messages

  • Mounting shares with nautilus

    When I was using Ubuntu a few months ago Nautilus automatically mounted shared folders. That was really convenient and I'm trying to figure out how to do this on Arch. My shared folder icon comes up but when I try to open it I get the error, Unable to Mount Location: Failed to mount windows share.
    I browsed the forum and the wiki looking for answers. I've messed with the samba.conf file and can't seem to get this to work. I even copied my roommates smb.conf from his computer running Ubuntu. Here's the smb.conf:
    # Sample configuration file for the Samba suite for Debian GNU/Linux.
    # This is the main Samba configuration file. You should read the
    # smb.conf(5) manual page in order to understand the options listed
    # here. Samba has a huge number of configurable options most of which
    # are not shown in this example
    # Any line which starts with a ; (semi-colon) or a # (hash)
    # is a comment and is ignored. In this example we will use a #
    # for commentary and a ; for parts of the config file that you
    # may wish to enable
    # NOTE: Whenever you modify this file you should run the command
    # "testparm" to check that you have not made any basic syntactic
    # errors.
    #======================= Global Settings =======================
    [global]
    ## Browsing/Identification ###
    # Change this to the workgroup/NT-domain name your Samba server will part of
    workgroup = WORKGROUP
    # server string is the equivalent of the NT Description field
    server string = %h server (Samba, Ubuntu)
    # Windows Internet Name Serving Support Section:
    # WINS Support - Tells the NMBD component of Samba to enable its WINS Server
    ; wins support = no
    # WINS Server - Tells the NMBD components of Samba to be a WINS Client
    # Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
    ; wins server = w.x.y.z
    # This will prevent nmbd to search for NetBIOS names through DNS.
    dns proxy = no
    # What naming service and in what order should we use to resolve host names
    # to IP addresses
    ; name resolve order = lmhosts host wins bcast
    #### Networking ####
    # The specific set of interfaces / networks to bind to
    # This can be either the interface name or an IP address/netmask;
    # interface names are normally preferred
    ; interfaces = 127.0.0.0/8 eth0
    # Only bind to the named interfaces and/or networks; you must use the
    # 'interfaces' option above to use this.
    # It is recommended that you enable this feature if your Samba machine is
    # not protected by a firewall or is a firewall itself. However, this
    # option cannot handle dynamic or non-broadcast interfaces correctly.
    ; bind interfaces only = true
    #### Debugging/Accounting ####
    # This tells Samba to use a separate log file for each machine
    # that connects
    log file = /var/log/samba/log.%m
    # Cap the size of the individual log files (in KiB).
    max log size = 1000
    # If you want Samba to only log through syslog then set the following
    # parameter to 'yes'.
    ; syslog only = no
    # We want Samba to log a minimum amount of information to syslog. Everything
    # should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
    # through syslog you should set the following parameter to something higher.
    syslog = 0
    # Do something sensible when Samba crashes: mail the admin a backtrace
    panic action = /usr/share/samba/panic-action %d
    ####### Authentication #######
    # "security = user" is always a good idea. This will require a Unix account
    # in this server for every user accessing the server. See
    # /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
    # in the samba-doc package for details.
    ; security = user
    # You may wish to use password encryption. See the section on
    # 'encrypt passwords' in the smb.conf(5) manpage before enabling.
    encrypt passwords = true
    # If you are using encrypted passwords, Samba will need to know what
    # password database type you are using.
    passdb backend = tdbsam
    obey pam restrictions = yes
    ; guest account = nobody
    invalid users = root
    # This boolean parameter controls whether Samba attempts to sync the Unix
    # password with the SMB password when the encrypted SMB password in the
    # passdb is changed.
    unix password sync = yes
    # For Unix password sync to work on a Debian GNU/Linux system, the following
    # parameters must be set (thanks to Ian Kahan <<[email protected]> for
    # sending the correct chat script for the passwd program in Debian Sarge).
    passwd program = /usr/bin/passwd %u
    passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
    # This boolean controls whether PAM will be used for password changes
    # when requested by an SMB client instead of the program listed in
    # 'passwd program'. The default is 'no'.
    pam password change = yes
    # This option controls how nsuccessful authentication attempts are mapped
    # to anonymous connections
    map to guest = bad user
    ########## Domains ###########
    # Is this machine able to authenticate users. Both PDC and BDC
    # must have this setting enabled. If you are the BDC you must
    # change the 'domain master' setting to no
    ; domain logons = yes
    # The following setting only takes effect if 'domain logons' is set
    # It specifies the location of the user's profile directory
    # from the client point of view)
    # The following required a [profiles] share to be setup on the
    # samba server (see below)
    ; logon path = \\%N\profiles\%U
    # Another common choice is storing the profile in the user's home directory
    ; logon path = \\%N\%U\profile
    # The following setting only takes effect if 'domain logons' is set
    # It specifies the location of a user's home directory (from the client
    # point of view)
    ; logon drive = H:
    ; logon home = \\%N\%U
    # The following setting only takes effect if 'domain logons' is set
    # It specifies the script to run during logon. The script must be stored
    # in the [netlogon] share
    # NOTE: Must be store in 'DOS' file format convention
    ; logon script = logon.cmd
    # This allows Unix users to be created on the domain controller via the SAMR
    # RPC pipe. The example command creates a user account with a disabled Unix
    # password; please adapt to your needs
    ; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u
    ########## Printing ##########
    # If you want to automatically load your printer list rather
    # than setting them up individually then you'll need this
    ; load printers = yes
    # lpr(ng) printing. You may wish to override the location of the
    # printcap file
    ; printing = bsd
    ; printcap name = /etc/printcap
    # CUPS printing. See also the cupsaddsmb(8) manpage in the
    # cupsys-client package.
    ; printing = cups
    ; printcap name = cups
    ############ Misc ############
    # Using the following line enables you to customise your configuration
    # on a per machine basis. The %m gets replaced with the netbios name
    # of the machine that is connecting
    ; include = /home/samba/etc/smb.conf.%m
    # Most people will find that this option gives better performance.
    # See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/speed.html
    # for details
    # You may want to add the following on a Linux system:
    # SO_RCVBUF=8192 SO_SNDBUF=8192
    socket options = TCP_NODELAY
    # The following parameter is useful only if you have the linpopup package
    # installed. The samba maintainer and the linpopup maintainer are
    # working to ease installation and configuration of linpopup and samba.
    ; message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &
    # Domain Master specifies Samba to be the Domain Master Browser. If this
    # machine will be configured as a BDC (a secondary logon server), you
    # must set this to 'no'; otherwise, the default behavior is recommended.
    ; domain master = auto
    # Some defaults for winbind (make sure you're not using the ranges
    # for something else.)
    ; idmap uid = 10000-20000
    ; idmap gid = 10000-20000
    ; template shell = /bin/bash
    # The following was the default behaviour in sarge,
    # but samba upstream reverted the default because it might induce
    # performance issues in large organizations.
    # See Debian bug #368251 for some of the consequences of *not*
    # having this setting and smb.conf(5) for details.
    ; winbind enum groups = yes
    ; winbind enum users = yes
    # Setup usershare options to enable non-root users to share folders
    # with the net usershare command.
    # Maximum number of usershare. 0 (default) means that usershare is disabled.
    ; usershare max shares = 100
    # Allow users who've been granted usershare privileges to create
    # public shares, not just authenticated ones
    usershare allow guests = yes
    usershare owner only = False
    #======================= Share Definitions =======================
    # Un-comment the following (and tweak the other settings below to suit)
    # to enable the default home directory shares. This will share each
    # user's home directory as \\server\username
    ;[homes]
    ; comment = Home Directories
    ; browseable = no
    # By default, the home directories are exported read-only. Change the
    # next parameter to 'no' if you want to be able to write to them.
    ; read only = yes
    # File creation mask is set to 0700 for security reasons. If you want to
    # create files with group=rw permissions, set next parameter to 0775.
    ; create mask = 0700
    # Directory creation mask is set to 0700 for security reasons. If you want to
    # create dirs. with group=rw permissions, set next parameter to 0775.
    ; directory mask = 0700
    # By default, \\server\username shares can be connected to by anyone
    # with access to the samba server. Un-comment the following parameter
    # to make sure that only "username" can connect to \\server\username
    # This might need tweaking when using external authentication schemes
    ; valid users = %S
    # Un-comment the following and create the netlogon directory for Domain Logons
    # (you need to configure Samba to act as a domain controller too.)
    ;[netlogon]
    ; comment = Network Logon Service
    ; path = /home/samba/netlogon
    ; guest ok = yes
    ; read only = yes
    ; share modes = no
    # Un-comment the following and create the profiles directory to store
    # users profiles (see the "logon path" option above)
    # (you need to configure Samba to act as a domain controller too.)
    # The path below should be writable by all users so that their
    # profile directory may be created the first time they log on
    ;[profiles]
    ; comment = Users profiles
    ; path = /home/samba/profiles
    ; guest ok = no
    ; browseable = no
    ; create mask = 0600
    ; directory mask = 0700
    #[printers]
    # comment = All Printers
    # browseable = no
    # path = /var/spool/samba
    # printable = yes
    # guest ok = no
    # read only = yes
    # create mask = 0700
    # Windows clients look for this share name as a source of downloadable
    # printer drivers
    #[print$]
    # comment = Printer Drivers
    # path = /var/lib/samba/printers
    # browseable = yes
    # read only = yes
    # guest ok = no
    # Uncomment to allow remote administration of Windows print drivers.
    # Replace 'ntadmin' with the name of the group your admin users are
    # members of.
    ; write list = root, @ntadmin
    # A sample share for sharing your CD-ROM with others.
    ;[cdrom]
    ; comment = Samba server's CD-ROM
    ; read only = yes
    ; locking = no
    ; path = /cdrom
    ; guest ok = yes
    # The next two parameters show how to auto-mount a CD-ROM when the
    # cdrom share is accesed. For this to work /etc/fstab must contain
    # an entry like this:
    # /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0
    # The CD-ROM gets unmounted automatically after the connection to the
    # If you don't want to use auto-mounting/unmounting make sure the CD
    # is mounted on /cdrom
    ; preexec = /bin/mount /cdrom
    ; postexec = /bin/umount /cdrom
    [usershares]
    comment = Video Folder
    path = /home/cd/video
    read only = no
    browseable = yes
    writable = yes
    public = yes
    guest ok = yes
    available = yes
    usershares max shares = 100
    usershares owner only = False

    I'm having the same issue here, though not just in Nautilus.
    Samba is working to some extent because I can access the directories I'm sharing on both of my Linux computer from a Windows laptop with no trouble. Come to think of it the Windows laptop (running XP) and my VirtualBox, also running XP, both access the samba shares fine.
    However, I can not access them from the Linux computers. I have two Linux machines actually, Avalon and Atlantis. The one, Avalon, I can't access anything from/on (though Windows can access it just fine). The other one, Atlantis, I am sharing /homes and /srv, /srv mounts fine, but /homes will not. I'm sharing /srv on Avalon as well, but it won't mount.
    To simplify, /srv on Atlantis is the only share I can access from either Linux machine. But only the /srv on Atlantis, not the /srv on Avalon.
    I have smbnetfs installed. Here are my daemons from rc.conf:
    DAEMONS=(syslog-ng network netfs smbnetfs crond dbus hal fam alsa mysqld mythbackend mpd openntpd lircd cups httpd sshd privoxy tor samba gdm)
    I am curious though: does netfs and smbnetfs need to be running?
    Any help would be appreciated. Thanks.
    Frantic wrote:You should check your logs and see why the mount is failing, it's probably a small tweak (maybe fuse not loaded)
    Probably something I should know already, but what logs should I check? Thanks.
    Last edited by The Avatar of Time (2009-03-06 10:16:03)

  • [SOLVED]Cannot mount partitions with PCMANFM --no longer an issue

    Hi,
    I have searched and searched and pulling my hair out on this issue. I am using PCMANFM .9.10 on an LXDE install using the Arch x86 iso.  My HD contains several linux partitions and a FAT32 partition.
    I am not able to mount these partitions in PCMANFM.  I am able to mount my usb flash drive
    When trying to mount a partition in PCMANFM I get a "not authorized to perform operation" error message.
    Today, June 11 I partially rewrote this due to the lack of response I am getting on this problem.
    1. did a reinstall of Arch & LXDE today.  I've done two or three installs. dbus is in daemons in /etc/rc.conf
    2. initially the partition icons did not show up
    3. then, I installed gvfs and added 55-my-conf.pkla in /etc/polkit-1/localauthority/50-local.d/
    4. With that the partition icons show up in PCMANFM
    5. But I still get the "not authorized to perform operation" message
    The 55-my-conf.pkla has this content:
    [Storage Permissions]
    Identity=unix-group:storage
    Action=org.freedesktop.udisks.filesystem-mount;org.freedesktop.udisks.drive-eject;org.freedesktop.udisks.drive-detach;org.freedesktop.udisks.luks-unlock;org.freedesktop.udisks.inhibit-polling;org.freedesktop.udisks.drive-set-spindown;org.freedesktop.udisks.filesystem-mount-system-internal
    ResultAny=yes
    ResultActive=yes
    ResultInactive=no
    contents of .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    #exec startxfce4
    exec startlxde
    # ...or the Window Manager of your choice
    At /usr/share/polkit-1/actions/org.freedesktop.udisks.policy
    I changed <action id="org.freedesktop.udisks.filesystem-mount-system-internal">
    mount a system-internal disk at <allow_active> from "auth_admin_keep" to "yes".
    Still didn't work!
    Either this is a bug or I have a permission problem somewhere.
    Can you please advise how to do this or point me to a recent tutorial to be able to  auto mount other partitions not using /etc/fstab?  Some of the older posts refer to hal or other package that have been deprecated. 
    Thanks
    Edit: latest. It seems that I must mount the desired partition from the terminal. example: $sudo mount /dev/sda5 /mnt
    then can edit it from PCMANFM by going to / and then /mnt. Apparently I do not have to manually unmount.
    Last edited by linuxloverjerry1 (2012-06-13 04:25:37)

    Hi,
    I have searched and searched and pulling my hair out on this issue. I am using PCMANFM .9.10 on an LXDE install using the Arch x86 iso.  My HD contains several linux partitions and a FAT32 partition.
    I am not able to mount these partitions in PCMANFM.  I am able to mount my usb flash drive
    When trying to mount a partition in PCMANFM I get a "not authorized to perform operation" error message.
    Today, June 11 I partially rewrote this due to the lack of response I am getting on this problem.
    1. did a reinstall of Arch & LXDE today.  I've done two or three installs. dbus is in daemons in /etc/rc.conf
    2. initially the partition icons did not show up
    3. then, I installed gvfs and added 55-my-conf.pkla in /etc/polkit-1/localauthority/50-local.d/
    4. With that the partition icons show up in PCMANFM
    5. But I still get the "not authorized to perform operation" message
    The 55-my-conf.pkla has this content:
    [Storage Permissions]
    Identity=unix-group:storage
    Action=org.freedesktop.udisks.filesystem-mount;org.freedesktop.udisks.drive-eject;org.freedesktop.udisks.drive-detach;org.freedesktop.udisks.luks-unlock;org.freedesktop.udisks.inhibit-polling;org.freedesktop.udisks.drive-set-spindown;org.freedesktop.udisks.filesystem-mount-system-internal
    ResultAny=yes
    ResultActive=yes
    ResultInactive=no
    contents of .xinitrc
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # exec gnome-session
    # exec startkde
    #exec startxfce4
    exec startlxde
    # ...or the Window Manager of your choice
    At /usr/share/polkit-1/actions/org.freedesktop.udisks.policy
    I changed <action id="org.freedesktop.udisks.filesystem-mount-system-internal">
    mount a system-internal disk at <allow_active> from "auth_admin_keep" to "yes".
    Still didn't work!
    Either this is a bug or I have a permission problem somewhere.
    Can you please advise how to do this or point me to a recent tutorial to be able to  auto mount other partitions not using /etc/fstab?  Some of the older posts refer to hal or other package that have been deprecated. 
    Thanks
    Edit: latest. It seems that I must mount the desired partition from the terminal. example: $sudo mount /dev/sda5 /mnt
    then can edit it from PCMANFM by going to / and then /mnt. Apparently I do not have to manually unmount.
    Last edited by linuxloverjerry1 (2012-06-13 04:25:37)

  • Mounting problem with Solaris 10

    Hi everybody !
    I am new in Solaris admin (come from HP !)
    here is my problem :
    i have to create a FS (would be only data in it) that would be shared by 2 zones working on a fail-over principe.
    So i create this FS directly under the global zone.
    But i can't find in the Man pages the options of mount that tell the 2 zones to have their entries alternatively on this new FS
    waiting for your advices, thanks in advance.
    Titine.

    You don;t need to mount the FS by NFS unless your talking about zones on two different machines.
    Two zones on the same machine can import the same filesystem with no problems.
    But I'm unclear as to what your trying to achieve. Two zones on the same machines provides no real failover because if the machine goes down so do both zones.
    Your best option is to have the FS on one machine and NFS export it to 2 other machines.
    Theres no real advantage to using zones here of course. But you can if you prefer.
    Of course the machine hosting the FS is still a single point of failure unless you use a SAN and HA-NFS.

  • Archlinux mounting drives I don-t want to mount...

    Hello,
    I don t know why but Archlinux is mounting partitions that are not in the fstab. Partitions coming from usb attached drives I am using with Windows, for instance, that reside on the same physical computer as Arch.
    However, in the fstab there is no mention of these partitions.
    What else can it be that mounts them?
    Thanks.

    henk wrote:Look in the dconf Editor for media-handling.
    http://superuser.com/questions/582219/p … linux-mint
    Thanks a lot! I removed that option but it did not change the behavior. I think it s related to udisk2, in fact when trying to access one of the automounted drives, it asks me for a password. When click on Details I see "Vendor: The udisk Project" as "Action: org.freedesktop.udisks2.filesystem-mount-system".
    I hope I find something about it on the wiki...

  • Problems mounting filesystem

    Hey guys,
    Today I tried to start my computer but I can't log in. During boot, it hangs for a while in the "Mounting filesystems" phase until it fails with a "Can't create /etc/mtab file" message. It also says "Maybe there is a stale lock".
    How can I solve this? SLiM won't allow me to log in, it says it can't execute the log in command.
    Thank you!

    Blimey, I had to get home drunk to fix this!
    I was being a wally and trying to find the files in /dev, when they were in /etc. There were three files - mtab~, mtab~1234 (some numbers) and mtab.fuselock, which I removed. And bam! Working fine now.
    Cheers guys

  • Hello. I have a problem with OEL 6.5 and ocfs2. When I mount ocfs2 with mount -a command all ocfs2 partitions mount and work, but when I reboot no ocfs2 partitions auto mount. No error messages in log. I use DAS FC and iSCSI FC.

    Hello.
    I have a problem with OEL 6.5 and ocfs2.
    When I mount ocfs2 with mount -a command all ocfs2 partitions mount and work, but when I reboot no ocfs2 partitions auto mount. No error messages in log. I use DAS FC and iSCSI FC.
    fstab:
    UUID=32130a0b-2e15-4067-9e65-62b7b3e53c72 /some/4 ocfs2 _netdev,defaults 0 0
    #UUID=af522894-c51e-45d6-bce8-c0206322d7ab /some/9 ocfs2 _netdev,defaults 0 0
    UUID=1126b3d2-09aa-4be0-8826-0b2a590ab995 /some/3 ocfs2 _netdev,defaults 0 0
    #UUID=9ea9113d-edcf-47ca-9c64-c0d4e18149c1 /some/8 ocfs2 _netdev,defaults 0 0
    UUID=a368f830-0808-4832-b294-d2d1bf909813 /some/5 ocfs2 _netdev,defaults 0 0
    UUID=ee816860-5a95-493c-8559-9d528e557a6d /some/6 ocfs2 _netdev,defaults 0 0
    UUID=3f87634f-7dbf-46ba-a84c-e8606b40acfe /some/7 ocfs2 _netdev,defaults 0 0
    UUID=5def16d7-1f58-4691-9d46-f3fa72b74890 /some/1 ocfs2 _netdev,defaults 0 0
    UUID=0e682b5a-8d75-40d1-8983-fa39dd5a0e54 /some/2 ocfs2 _netdev,defaults 0 0

    What is the output of:
    # chkconfig --list o2cb
    # chkconfig --list ocfs2
    # cat /etc/ocfs2/cluster.conf

  • [SOLVED] kde 4.6 and Udisks mounting problems with Dolphin

    Hello,
    I have a problem with Dolphin in KDE 4.6 where it displays my non-Arch partitions (a / and /home used for Opensuse) as well as a CD-Rom or usb if inserted, but registers an error when I click on the device/partition icon. Specifically, I get the following error displayed at the bottom of Dolphin:
    An error occurred while accessing Hard Drive, the system responded: org.freedesktop.UDisks.Error.Failed: Error creating mount point: No such file or directory.
    Because of this error, I am unable to mount usb pendrives, access CDs, or access the non-Arch partitions. I'm not sure if this is a KDE error or if it related to Arch as I never encountered this error running KDE 4.6 in Opensuse.
    My daemons running in /etc/rc.conf
    DAEMONS=(syslog-ng dbus networkmanager netfs crond alsa kdm)
    My /etc/fstab
    #/dev/cdrom             /media/cd   auto    ro,user,noauto,unhide   0      0
    #/dev/dvd               /media/dvd  auto    ro,user,noauto,unhide   0      0
    #/dev/fd0               /media/fl   auto    user,noauto             0      0
    /dev/sda1 / ext4 defaults,noatime 0 1
    /dev/sda5 swap swap defaults 0 0
    /dev/sda6 /home ext4 defaults,noatime 0 1
    tmpfs   /tmp            tmpfs defaults,nodev,nosuid,mode=1777                   0 0
    tmpfs   /var/lock       tmpfs defaults,nodev,nosuid,noexec,mode=1777,size=10M   0 0
    tmpfs   /var/run        tmpfs defaults,nodev,nosuid,noexec,mode=0755,size=10M   0 0
    Now, I don't have hal running as a daemon as I have read that it is no longer needed in KDE 4.6. Similarly, I don't have my CD-Rom drive mounted as I read in the udev wiki that Udisks automatically mounts devices and partitions. The wiki also indicates that Udisks is supposed to require little configuration.
    I've searched the forum and Google, and I have not been able to find any information documenting a Dolphin and UDisks mounting error in KDE 4.6.
    I installed KDE through the # pacman -S kde    command, but is there some other package that I need to install in order to get Udisks working properly?
    Thanks.
    Last edited by Bordee (2011-03-24 16:09:25)

    When I enter   $ groups in a terminal I get the following
    sys adm disk lp wheel games video audio optical storage power users
    So I'm definitely part of the storage group.
    I think I found a solution. I created a /data mountpoint in fstab and a /data folder in my root directory. Now, I'm able to mount and access the contents of the /home partition from Opensuse. The reason I wanted to do this was to access music and photos and transfer them onto my Arch /home partition.
    I uncommented the cdrom, dvd, and fd0 devices in fstab and I created /media/cd, /media/dvd, and /media/fl. After inputting a # mount -a, my CDROM drive reads properly as does my USB.
    So once again, thank, you for pointing me in the right direction.
    One final thought. I was under the impression from reading the UDisks information that it automatically detected and mounted other partitions and devices without them being explicitly mounted in fstab. Was the assumption wrong? In other words, for UDisks and Dolphin to work together properly in KDE 4.6, do all of the devices that appear have to first be mounted in fstab?

  • Auto mount failure with "not owner"

    I have setup auto_master with the following line:
    /-    auto_direct
    I also have tested a client smb share connection with the following successfully since this node is a member of the cih-ettm windows domain;
    I have also setup smbadm add-key with this users name and password so that when I mount here with the following command a password is not required.
    mount -F smbfs //chaos.cih-ettm.com/InboundImages /export/home/ttp/images
    This works and I get a mount point and I can copy files to the directory and the windows box sees and can access the files.
    If I try to set this up as an automount by adding the following line to /etc/auto_direct and execute the command automount I receive the error 'not owner'
    /export/home/ttp/images -fstype=smbfs,dirperms=0755,uid=ttp //chaos.cih-ettm.com/InboundImages
    Error returned:
    automount: mount /export/home/ttp/outboundimages/images: Not owner
    I also have the following lines in the /etc/security/exec_attr
    Basic Solaris  User:solaris:cmd:::/usr/lib/fs/smbfs/mount:privs=sys_mount
    Basic Solaris User:solaris:cmd:::/usr/lib/fs/smbfs/umount:privs=sys_mount
    In all cases the 'ttp' user is the owner of the /export/home/ttp/images
    Any help would be appreciated.
    Thanks,
    Dave

    I have setup auto_master with the following line:
    /-    auto_direct
    I also have tested a client smb share connection with the following successfully since this node is a member of the cih-ettm windows domain;
    I have also setup smbadm add-key with this users name and password so that when I mount here with the following command a password is not required.
    mount -F smbfs //chaos.cih-ettm.com/InboundImages /export/home/ttp/images
    This works and I get a mount point and I can copy files to the directory and the windows box sees and can access the files.
    If I try to set this up as an automount by adding the following line to /etc/auto_direct and execute the command automount I receive the error 'not owner'
    /export/home/ttp/images -fstype=smbfs,dirperms=0755,uid=ttp //chaos.cih-ettm.com/InboundImages
    Error returned:
    automount: mount /export/home/ttp/outboundimages/images: Not owner
    I also have the following lines in the /etc/security/exec_attr
    Basic Solaris  User:solaris:cmd:::/usr/lib/fs/smbfs/mount:privs=sys_mount
    Basic Solaris User:solaris:cmd:::/usr/lib/fs/smbfs/umount:privs=sys_mount
    In all cases the 'ttp' user is the owner of the /export/home/ttp/images
    Any help would be appreciated.
    Thanks,
    Dave

  • More than one entry in /etc/defaultrouter

    To my surprise, it's possible to put more than one entry in /etc/defaultrouter. It's even documented in the man page and if you do it you end up with what looks like more than one default route. But what's does it mean to have more than one default route? Does the kernel apply some kind of heuristic to decide which one to use? Does the default route with no device get ignored?
    $ cat /etc/defaultrouter
    10.8.60.1
    10.8.127.1
    $ netstat -nrv
    IRE Table: IPv4
    Destination Mask Gateway Device Mxfrg Rtt Ref Flg Out In/Fwd
    default 0.0.0.0 10.8.60.1 1500* 0 1 UG 761582 0
    default 0.0.0.0 10.144.128.1 e1000g3 1500* 0 1 UG 3546367 0
    10.8.60.0 255.255.252.0 10.8.61.22 e1000g0 1500* 0 1 U 2703697 0
    10.144.128.0 255.255.252.0 10.144.131.243 e1000g3 1500* 0 1 U 119119 0
    224.0.0.0 240.0.0.0 10.8.61.22 e1000g0 1500* 0 1 U 0 0
    127.0.0.1 255.255.255.255 127.0.0.1 lo0 8232* 0 52 UH 22475898 0
    $

    john_lilburne wrote:
    To my surprise, it's possible to put more than one entry in /etc/defaultrouter. It's even documented in the man page and if you do it you end up with what looks like more than one default route. But what's does it mean to have more than one default route?Probably not what you want.
    Does the kernel apply some kind of heuristic to decide which one to use? Does the default route with no device get ignored?Round robin.
    What do you mean by "no device"? You have to have an IP destination or the route couldn't be configured. But that IP destination doesn't have to be currently available. Unplugging a cable doesn't take an IP interface "DOWN", nor does it modify the routing table.
    If you need dynamic, failure-resilient routing, then you'd have to run a routing update protocol. The contents of /etc/defaultrouter are for static routes.
    Darren

  • Entry in /etc/hosts.allow for insecure VNC?

    I read the ssh wiki article which teaches to add an entry to /etc/hosts.allow for sshd.  I am know that tunneling vnc through sshd is the way to go security wise, however, there are cases where I need to switch on un-encrypted vnc for the purposes of sharing my X11 session with family members.  Anyway, my question deals with an entry in the /etc/hosts.allow for gnome's desktop sharing (which is vnc as I understand it).  Does anyone know the syntax to allow vnc for any incoming connection (default port of 5900).
    I have tried:
    vino: ALL
    Xvnc: ALL
    X11vnc: ALL
    None of which worked.
    Thanks!

    when I don't know what's the name of the process listening to specific port, I always execute
    netstat -tnlp
    to get the proper processes' names.

  • Mount: can't find /dev/sda2/mnt in /etc/fstab

    I'm trying to install Arch on a virtualbox virtual machine to become familiar with it before I install it on my main system. I've created 4 partitions, dev/sda1=1007kB boot partition, dev/sda2/= 4gb root partition which I am trying to mount, dev/sda3=swap which I've already configure and dev/sda4=1792MB Home which I haven't mounted. I've formatted sda2 and sda4 in ext4, but whenever I run
    mount /dev/sda2/mnt
    I get an error message saying
    mount: can't find /dev/sda2/mnt in /etc/fstab
    I've tried to view fstab with the less command but I only got a bunch of tildes (~). I'm fairly new to linux so keeping the explanations simple would be appreciated.

    The above post should fix the immediate issue you are posting about - but there is another issue:
    VEL0CITY wrote:dev/sda1=1007kB boot partition
    Is that a typo?  Because that's not big enough for a boot partition.  The kernel itself is 3-4 times that size.  100MB is a common starting suggestion for /boot.  I can do with quite a bit less than 100MB, but not that much less.

  • Registering the ACFS filesystem with CRS

    Grid version:11.2.0.2 on Solaris 10
    I want to register the ACFS filesystem with the CRS. Which option should I use ; Option A or Option B ?
    Option A.
    From
    http://www.unbreakablecloud.com/wordpress/2011/02/01/acfs-file-system-setup/
    You can add the file system using the following srvctl command:
    #srvctl add filesystem -d /dev/asm/fs1-334 -v FS1 -g ACFSDG -m /fs1 -u oracle
    Start the file systems
    #srvctl start filesystem -d /dev/asm/fs1-334 -n node1 (please sure to change node1 to whatever your nodename)
    When the system gets rebooted the file systems will be automatically mounted by Oracle Clusterware.or
    Option B.
    Example borrowed from oracle-base
    http://www.oracle-base.com/articles/11g/acfs-11gr2.php
    After , creating the Disk group, Creating the volume and enabling it. The following commands are run
    -- creating the ACFS
    /sbin/mkfs -t acfs -b 4k /dev/asm/acfsvol3-301 -n "ASMVOL3"
    --- mounting the ACFS
    $ /sbin/acfsutil registry -f -a /dev/asm/acfsvol3-301 /u01/app/oracle/acfsmounts/data_acfsvol3
    Do these commands (option 2) register ACFS filesystem with CRS ?In option A, I am curious why he is running srvctl from root (I can see # sign ) ?
    Another related question:
    Is there any advantage in having ACFS registered with CRS ?

    Omega3 -
    Both options result in a mount point that is managed by CRS. I refer to this as a managed mount point.
    The difference really comes down to what you want to do with it.
    If you want a mount point that you can use on all nodes of the cluster and that you can create dependencies on, then use srvctl.
    If you want a mount point that is node-local, then you can use acfsutil registry.
    If you don't have either of those situations, then you can use either.
    Generally, I recommend using 'srvctl'.
    As pointed out, you can easily create the resource using ASMCA.
    The advantage of this method is that you can create other resources, such as for user defined programs, and create STOP and START dependencies on the ACFS resource. This will ensure that the ACFS file system is mounted before those programs stop and start.
    Also, keep in mind that if you are planning on putting large numbers of ACFS file systems in the registry, you may run into some timing issues. The ACFS registry resource has a finite TIMEOUT value, and may run out of time to look at all the file systems\volumes and ensure that they are operating as expected. This is another case where the single file system resource has an advantage.
    In either case, add it and forget about it - it should just work. :)

  • [SOLVED] Mount NAS with writing permissions

    I've got a MyBook World Edition NAS which i only use from time to time - so i decided to mount it manually.
    To mount it convenient i've added the following to my /etc/fstab so i can mount it with "sudo mount /mnt/mybook":
    //IPC/Public /mnt/mybook cifs users,noauto,noatime,ip=192.168.1.200,username=**********,password=**********,iocharset=utf8,file_mode=0777,dir_mode=0777
    Mounting works well, but i don't get writing permissions.
    Shouldn't "file_mode/dir_mode" do the trick?
    Last edited by Flylow (2010-08-14 08:59:30)

    Flylow wrote:
    Thanks for the tip with the external .creds file :-)
    1) Don't get the point - need some further explanation
    2) Owner is root, i can change it to myself, but as soon the NAS gets mounted the owner changes to root
    Does this maybe has to do with "sudo mount ..." Shouldn't I be able to mount without sudo since i added users to fstab?
    Ah...
    1) means is the share exported as read write execute from the NAS?
    2) Since the owner is root:root that may explain your problem.  What are the permissions on the share once mounted?  I'm guessing 744 or 644?
    Instead of the file_mode and dir_mode, try a uid,gid to the mount line and match them up to your user.

  • "open with" duplicate entries

    "at times" using "open with" shows many duplicate entries....reboot fixes it for a while..
    I'm still trying to determine what is triggering this.
    Any idea? Anyone see this in 10.8? I couldn't find anything searching the forums.

    I am not familiar with all the causes of this phenomenon, but it happens to me from time to time, and I know why it is for me. I work with "clone" images all the time with dev work. When a clone is mounted alongside booting into  the main volume, Launch Services, which keeps track of applications used to open certain file types, "sees" the other application files on the mounted clone volume, and adds them to the database, resulting in the apparent duplication of "open with" entries.
    Resetting the 'Open With' menu will remove duplicates and ghost applications (ones you have deleted) from the list. You reset the 'Open With' menu by rebuilding the Launch Services database your Mac maintains. There are multiple ways to rebuild the Launch Services database, including third-party system utilities like Cocktail and Onyx.
    If you don't own a system utility that can rebuild the Launch Services database, don't worry; you can perform the rebuild yourself using Terminal.
    Using Terminal to Rebuild the Launch Services Database:
    Launch Terminal, located at /Applications/ Utilities/.
    For OS X 10.5.x and later, enter the following at the Terminal prompt:
    /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.fram ework/Support/lsregister -kill -r -domain local -domain system -domain user
    I don't know wjhy it is happening for you, but rebuilding the database will at least reset things to normal. The question to ask is whether you have other mounted volumes, say from other systems on your network, that contain Mac Apps.
    I have also found a way to keep it from happening (in certain cases, for my dev work). When I create a clone, I also create what is called a "fstab" file entry, in the fstab file. This entry prevents named drives from auto-mounting. So, if I boot to a clone, my main volume on my internal SSD won't mount. Hence, no extraneous Launch Services database entries will created on the clone drive. If however, I boot to my main SSD, and then mount a clone, I don't use any fstab entries on the main SSD. This just means I have to periodically rebuild the Launch Services database. It is way too much trouble keeping fstab entries for all my clone drives on my main SSD. I only use the fstab method on the clones themselves.

Maybe you are looking for

  • How can I use applescript for OCR of a bunch of files - with Acrobat XI?

    Hi there, Iwant to write a script (eg applescript) that can be used as a droplet or has a menu to open a folder of scanned pdf-files to conduct OCR. And - I want to use Acrobat XI (as this is my version), German verison. As Acrobat XI is not recordab

  • Resizing columns and making multiple selections in Pages 5.0

    Using Pages 5.0 (using OS X), I am no longer able to resize columns in a table by dragging a selection handle as I could in the old Pages (2009, I think it was). Dragging now adds the adjacent column to the selection. Anyone know how to resize the co

  • CP1515n and HPLIP don't use black cartige

    Hello, I'm using the CP1515n as anetwork printer for Windows and Linux systems manly for printing documents (PDF, Word OpenOffice). While printing from Windows works fine under Linux when printing in color mode I can't get the printer to use the bla

  • Ethernet Broke/Wireless Works

    Connecting Apple TV to my computer via ethernet cable now doesn't work. I had it working originally, but I started playing with using an external storage drive and somewhere along the line ethernet broke. Wireless works just fine. Possible causes: 1.

  • Is it good to buy an iPhone 4 32Gb right now ? (December 2013)

    Hello guys. I'd like to ask you if I do a good thing to buy an iPhone 4 32Gb right now. Other models are too expensive, and the 4 still looks a good device. What do you think?