Results 1 to 2 of 2

Thread: Is it possible to mount only a subfolder of a drive?

  1. #1
    Join Date
    Feb 2010
    Location
    Italy
    Beans
    177
    Distro
    Lubuntu 12.04 Precise Pangolin

    Is it possible to mount only a subfolder of a drive?

    Having for example an ext3 partition with subfolders like 'foo', 'doo' .. whatever, creating a mounting point under my home like /home/me/foo is it possible to mount in it only the 'foo' folder of the above drive?

    Last edited by tanoloco; January 25th, 2012 at 03:35 PM.

  2. #2
    Join Date
    Feb 2010
    Location
    Italy
    Beans
    177
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: Is it possible to mount only a subfolder of a drive?

    Answering to myself:

    Code:
    mount -o bind /path-to-be-mounted /path-to-mountpoint
    Thank you anyway!

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
  •