Results 1 to 8 of 8

Thread: Why is my box advertising Remote Disk Management?

  1. #1
    Join Date
    May 2006
    Beans
    50

    Question Why is my box advertising Remote Disk Management?

    When I run avahi-browse in our office LAN, I see my own host advertising something called "Remote Disk Management":

    Code:
    $ avahi-browse -at
    ...
    +   eth0 IPv6 myhostname-2                       Remote Disk Management  local
    +   eth0 IPv4 myhostname-2                       Remote Disk Management  local
    ...
    +   eth0 IPv6 myhostname-2 [12:34:56:78:9a:bc]   Workstation             local
    +   eth0 IPv4 myhostname-2 [12:34:56:78:9a:bc]   Workstation             local
    ...
    The service is marked as local, but I only have a very foggy idea of how Avahi/Zeroconf work, and I'm a bit worried. I'd rather not have my disks managed (or shared) remotely. The thing seems related to the udisks service, of which I also know little, except that it probably helps with automounting removable storage devices.

    There is only one entry in /etc/avahi/services - udisks.service:

    Code:
    <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
    <!DOCTYPE service-group SYSTEM "avahi-service.dtd">
    
    <!-- This file is part of udisks -->
    
    <service-group>
      <name replace-wildcards="yes">%h</name>
    
      <service>
        <type>_udisks-ssh._tcp</type>
        <port>22</port>
      </service>
    </service-group>
    Should I just (re)move this file? It can't be doing much good anyway, because my sshd is configured to use a different (non-standard) port.

    Thanks in advance for any useful advice.
    Last edited by street spirit; February 13th, 2012 at 10:38 PM. Reason: typo

  2. #2
    Join Date
    May 2006
    Beans
    50

    Re: Why is my box advertising Remote Disk Management?

    Anybody?

  3. #3
    Join Date
    Nov 2010
    Beans
    4

    Re: Why is my box advertising Remote Disk Management?

    Yeah anybody? Got the same weird feeling that this is somewhat unwilled and could be harmful.

    I'll try to find out what is this service about.

    -Swift

  4. #4
    Join Date
    May 2006
    Beans
    50

    Re: Why is my box advertising Remote Disk Management?

    Just as a quick follow-up for the record: I have removed the config file from /etc/avahi/services in the meantime, and the Remote Disk Management results are gone. I haven't noticed any ill effects, so if you don't need it, it should be safe to remove the file.

  5. #5
    Join Date
    Nov 2010
    Beans
    4

    Re: Why is my box advertising Remote Disk Management?

    It's advertized by 'udisks' (DB disk management) and offer remote disk management:
    http://ubuntuforums.org/showthread.php?t=1500328
    A Ubunutu box (not Kubunutu one) can manage the exposed disks remotely.

    -Swift

  6. #6
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Why is my box advertising Remote Disk Management?

    Quote Originally Posted by SwiftTools View Post
    A Ubunutu box (not Kubunutu one) can manage the exposed disks remotely.
    why not Kubuntu one? they use same base the only difference is the Desktop environment.
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  7. #7
    Join Date
    Nov 2010
    Beans
    4

    Re: Why is my box advertising Remote Disk Management?

    Indeed, if you read the provided link you'll see that remote-disk-management utility is for GNOME. Not for KDE (AFAIK). Ain't that a Desktop environment difference?

  8. #8
    Join Date
    May 2006
    Beans
    50

    Re: Why is my box advertising Remote Disk Management?

    The "Disk Utility" tool is Gnome only; udisks itself is independent of the desktop environment.

    (I only mentioned [kubuntu] because this forum requires me to select a distro variant as part of the title, and I wasn't sure that this setup was really the same for [all variants]).

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •