Re: How do I permanently mount my 137 GB HD to my Ubuntu 8.04 Desktop Edition on my Dell Precision 450 Workstation?



On 10/31/2008 11:03 AM, Rashkae wrote:


You did not specify which mount point you want or created, so I'm going
to assume, for this exercise, that it will be /mnt/data

sudo mkdir /mnt
sudo mkdir /mnt/data

Then add the following line to your fstab file:


UUID=9887bf55-f0c9-4472-bf4d-d84e5669d21c /mnt/data ext3 noatime 0 2


*Note* If e-mail wraps that to two lines, it should all be 1 line,
starting with "UUID" and ending with "2" Once your fstab has been edited:

sudo umount /media/Data
sudo mount /mnt/data

sudo chown -R username /mnt/data

Substitute 'username' with whatever user name you log in under.


And added information is here that you can bookmark for future reference:

https://help.ubuntu.com/community/Fstab



--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: How do I permanently mount my 137 GB HD to my Ubuntu 8.04 Desktop Edition on my Dell Precision 4
    ... edgar@edgar-desktop:~$ sudo mount ... varlock on /var/lock type tmpfs ... mount the hard drive the way you normally do (when you see the ... hard drives and partitions are configured in Linux. ...
    (Ubuntu)
  • Re: Remotely managing a laptop
    ... and sudo won't let me do operations such as mv which I ... specificed in the afp mount). ... able to mount the drive with the username root with a valid ... that sudo commands would work? ...
    (comp.sys.mac.system)
  • Re: fstab & LVM logical volumes
    ... And creating a mount point for the logical drive allowed me to ... sudo mkdir /archive ... how about using 'fdisk -l' to list the volumes of all your drives and ... RAID set "nvidia_ahafefih1" already active ...
    (Ubuntu)
  • Re: Mounting as non-root?
    ... >> sudo is the easiest I've seen. ... > They need the ability to just right-click an select mount or unmount. ... you could specify which users ... Gautam ...
    (freebsd-questions)
  • Re: problem with chmod
    ... in your filesystem, this is required for mounting, the mount points have ... than the partitions being mounted as partitions? ... system maintenance, rather than sudo (which I really do not like, and ... Ubuntu developers have crafted for you. ...
    (Ubuntu)