Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Mounting second hd Ubuntu server

  • 11-12-2007 10:35PM
    #1
    Closed Accounts Posts: 13,874 ✭✭✭✭


    I had mentioned this problem in my other thread, but felt i'd get a better answer if i started a new one. Hope ye mods dont mind :)

    I'm trying to mount a new hd thats already formatted to ext3 before i took it out of my main rig, i've made a directory in /home/public for it, taken control of it & set access mode for the folder.

    This is what i've done in preparation:
    sudo mkdir /home/public/Colms_Media
    sudo chown colm /home/public/Colms_Media
    sudo chmod 777 /home/public/Colms_Media

    But "fdisk -l" gives me absolutely no output at all. How can i mount this hd without knowing what its named as?

    Help please


Comments

  • Registered Users, Registered Users 2, Paid Member Posts: 3,519 ✭✭✭ethernet


    Have you tried a plain old
    sudo mount /dev/sdb1 /home/public/Colms_Media
    

    or even
    sudo mount /dev/sdb1 /mnt
    

    to rule out permissions.


  • Closed Accounts Posts: 13,874 ✭✭✭✭PogMoThoin


    That worked m8 :D

    Its obviously a permissions problem

    cheers m8


  • Closed Accounts Posts: 13,874 ✭✭✭✭PogMoThoin


    Just an update, all went great, i had to change ownership of /home/public/Colms_Media to root to allow it to be shared. Uploading all my Music & vids as we speek


  • Registered Users, Registered Users 2, Paid Member Posts: 3,519 ✭✭✭ethernet


    That's great. Bless the simplicity of ext3! ;)

    Are you going to be using it all the time? Have you added it to /etc/fstab to save you mounting manually after a reboot?


  • Closed Accounts Posts: 13,874 ✭✭✭✭PogMoThoin


    ethernet wrote: »
    That's great. Bless the simplicity of ext3! ;)

    Are you going to be using it all the time? Have you added it to /etc/fstab to save you mounting manually after a reboot?

    Ya, added it to /etc/fstab straight away :D


  • Advertisement
Advertisement