• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting How to add new hard drive ubuntu

     
    • 0 Vote(s) - 0 Average

    How to add new hard drive ubuntu

    Can't add a new drive
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-10-25, 05:50 PM
    I'm assuming /dev/sdc is the drive you are already using.

    So the remaining two drives are /dev/sda and /dev/sdb.

    Code:
    blkid /dev/sda1 /dev/sdb1

    From that, make note of the PARTUUID for each.

    Then

    Code:
    sudo nano /etc/fstab

    And add the follow to the bottom of the file.

    Code:
    UUID={insert UUID for /dev/sda1} /mnt/drive1 ext4 defaults 0 0
    UUID={insert UUID for /dev/sdb1} /mnt/drive2 ext4 defaults 0 0

    Replace "drive1" and "drive2" with whatever folder name you want to use. Whatever name you choose, you need to create the folder in /mnt.

    Code:
    sudo mkdir -p /mnt/drive1 /mnt/drive2

    Then you can use "sudo mount -a" to mount your drives automatically.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    How to add new hard drive ubuntu - by Doom69 - 2024-10-25, 01:52 PM
    RE: How to add new hard drive ubuntu - by TheDreadPirate - 2024-10-25, 02:01 PM
    RE: How to add new hard drive ubuntu - by Doom69 - 2024-10-25, 03:14 PM
    RE: How to add new hard drive ubuntu - by TheDreadPirate - 2024-10-25, 03:30 PM
    RE: How to add new hard drive ubuntu - by Doom69 - 2024-10-25, 03:41 PM
    RE: How to add new hard drive ubuntu - by TheDreadPirate - 2024-10-25, 03:52 PM
    RE: How to add new hard drive ubuntu - by theguymadmax - 2024-10-25, 03:58 PM
    RE: How to add new hard drive ubuntu - by TheDreadPirate - 2024-10-25, 04:07 PM
    RE: How to add new hard drive ubuntu - by theguymadmax - 2024-10-25, 04:39 PM
    RE: How to add new hard drive ubuntu - by theguymadmax - 2024-10-25, 04:30 PM
    RE: How to add new hard drive ubuntu - by TheDreadPirate - 2024-10-25, 04:32 PM
    RE: How to add new hard drive ubuntu - by Doom69 - 2024-10-25, 05:41 PM
    RE: How to add new hard drive ubuntu - by TheDreadPirate - 2024-10-25, 04:40 PM
    RE: How to add new hard drive ubuntu - by TheDreadPirate - 2024-10-25, 05:50 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode