+ Post New Thread
Results 1 to 4 of 4
*nix Thread, Mounting a drive to a folder ubuntu in Technical; Hi I had to hard drives on my ubuntu system. One was the main system drive and the other was ...
  1. #1
    ful56_uk's Avatar
    Join Date
    Mar 2008
    Location
    Essex
    Posts
    406
    Thank Post
    90
    Thanked 18 Times in 17 Posts
    Rep Power
    11

    Mounting a drive to a folder ubuntu

    Hi

    I had to hard drives on my ubuntu system. One was the main system drive and the other was mount to a folder on the system drive. I need to remount this drive to a folder on the system drive htdocs. How do I do this?

    Mark

  2. #2
    Arcath's Avatar
    Join Date
    Feb 2009
    Location
    Lancashire
    Posts
    756
    Thank Post
    55
    Thanked 75 Times in 67 Posts
    Rep Power
    25
    it depends on the format of the drive etc.....

    try "man mount" in terminal it might be able to point you in the right direction

  3. #3
    ful56_uk's Avatar
    Join Date
    Mar 2008
    Location
    Essex
    Posts
    406
    Thank Post
    90
    Thanked 18 Times in 17 Posts
    Rep Power
    11
    the drive file system is ext3

    mark

  4. #4

    RabbieBurns's Avatar
    Join Date
    Apr 2008
    Location
    Sydney
    Posts
    4,510
    Blog Entries
    6
    Thank Post
    930
    Thanked 402 Times in 257 Posts
    Rep Power
    141
    if its been setup in /etc/fstab you can just use

    Code:
    mount -a
    to automatically remount it.

    If it was just a manual mount, you would just type

    Code:
    mount /dev/sdb1 path/to/folder
    Obvioulsy changing the name of the partition, and the location

SHARE:
+ Post New Thread

Similar Threads

  1. Adding a SCSI Hard drive to Ubuntu 6 Server
    By stevenewman in forum *nix
    Replies: 6
    Last Post: 3rd April 2008, 06:19 PM
  2. Replies: 0
    Last Post: 25th October 2007, 12:04 PM
  3. Replies: 1
    Last Post: 1st October 2007, 05:25 PM
  4. Users Home Folder and Network Drive
    By lovelldr in forum Windows
    Replies: 6
    Last Post: 6th August 2007, 10:17 AM
  5. Replies: 5
    Last Post: 12th January 2007, 10:26 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •