[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mounting disks



thanks everybody for the advice. Ill make those changes.

                      Cavan

On 7/12/07, Lennart Sorensen < lsorense@csclub.uwaterloo.ca> wrote:
On Thu, Jul 12, 2007 at 11:49:57AM -0400, Cavan Mejias wrote:
> my new fstab now looks like this:
>
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point>   <type>  <options>       <dump>  <pass>
> proc            /proc           proc    defaults        0       0
> /dev/sda6       /               ext3    defaults,errors=remount-ro 0       1
> /dev/sda5       none            swap    sw              0       0
> /dev/hda        /media/cdrom0   udf,iso9660 user,noauto     0       0
> /dev/sda7       /mnt            fat32   defaults
> /dev/sda2       /mnt            ntfs    defaults

You can't mount two things in the same place, and you generally don't
use /mnt for permanent things, only temporary stuff.  You should
probably make new mountpoints (empty directories) for your two drives.
I tend to name mine /c and /d or whatever the drive letters are in
windows, so that it is easy to remember which is which.

You also MUST have values in every field (so 0 0 should be at the end of
those new lines).

Of course only root will have access to your drives unless you tell it
otherwise with the right options in place of defaults.

Also it is 'vfat' not 'fat32'.

--
Len Sorensen


Reply to: