Results 1 to 5 of 5

Thread: 2 usb hdd problem mounting

  1. #1

    2 usb hdd problem mounting

    I have 2 usb hdd of the same model that i automount on boot the one on the music folder and one in a folder inside the movie folder, the problem is when i restart vortexbox the mount point get wrong the hdd that contains the music files mount on the movie directory,

    grateful if anyone have a solution to get the hdd to mount on the right point.

    sorry for my bad english

    thanks in advance

    /Daniel

  2. #2
    Administrator Ron Olsen's Avatar
    Join Date
    Dec 2009
    Location
    Boulder CO USA
    Posts
    5,023
    Use the UUIDs of the drives in the entries in /etc/fstab rather than the device names.

  3. #3
    i have tried to use the UUIDs name but dont understand how too enter the information in fstab to get it right

  4. #4
    Administrator Ron Olsen's Avatar
    Join Date
    Dec 2009
    Location
    Boulder CO USA
    Posts
    5,023
    1. Get the UUID for each USB drive. For example,
    Code:
    blkid /dev/sbd1
    On my VortexBox, this returns
    Code:
    /dev/sdb1: UUID="725A66165AF23401" TYPE="ntfs"
    2. Change the /etc/fstab entry from
    Code:
    /dev/sdb1 /storage/music/flac ntfs defaults 0 0
    to
    Code:
    UUID="725A66165AF23401" /storage/music/flac ntfs defaults 0 0
    Use the UUID returned by the blkid command on your system, as well as the mount point you want.

    Do this for both USB drives.

    See http://vortexbox.org/threads/3298-Re...ll=1#post21077 for more info.

  5. #5
    Thanks

    for the help to solve my problem

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
  •