Results 1 to 5 of 5

Thread: Can I access my files?

  1. #1
    Join Date
    Apr 2008
    Location
    Chennai , INDIA
    Beans
    729
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Can I access my files?

    Hello. Right now, I'm turning my system into a webserver using Ubuntu Server. My question to you would be, say, I've some files on my USB or any other folder, and all I see now is Command line interface in Ubuntu Server, is there any way that I can copy those files to the server?
    what is beautiful is not always good, but what is good is always beautiful!
    When I'm right no one remembers..When I'm wrong no one forgets..

  2. #2
    Join Date
    Mar 2007
    Location
    Portsmouth, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Can I access my files?

    Of course; you just need to mount the USB drive, then copy the files over. The server edition doesn't automatically mount USB drives, but you can install that functionality.

  3. #3
    Join Date
    Apr 2008
    Location
    Chennai , INDIA
    Beans
    729
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Can I access my files?

    Pretty, can you let me know of that functionality?

    Thanks Grenage!
    what is beautiful is not always good, but what is good is always beautiful!
    When I'm right no one remembers..When I'm wrong no one forgets..

  4. #4
    Join Date
    Mar 2007
    Location
    Portsmouth, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Can I access my files?

    I believe the most common package is called usbmount, but the is another named ivman; I've not personally used either.

  5. #5
    Join Date
    Mar 2008
    Location
    NSW Australia
    Beans
    232
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Can I access my files?

    The documentation on automatic mounting for usb's is here.

    The short version is:
    Code:
    sudo aptitude install usbmount
    Manually, if you know of your devices you can run:

    Code:
    sudo mount /dev/<devicename> /mnt

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
  •