Hey guys,
I'm trying to setup my Ubuntu server to mount a couple internal hard drives
automatically.
Old fstab looks like this:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=24c4b6f6-44ae-4159-8ff5-c812e016f6c5 none swap sw
0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
This configuration allows all my networked clients to read/write once I
mount the shared HDDs.
I modified it this way:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda1 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=24c4b6f6-44ae-4159-8ff5-c812e016f6c5 none swap sw
0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sdc1 /media/fastbadge ntfs-3g rw,auto,fmask=0111,dmask=0000 0 0
/dev/sdb1 /media/Macriums ntfs-3g rw,auto,fmask=0111,dmask=0000 0 0
The problem is even though the disks are mounted and all of the clients on
the network can see them,
none can access them. Anyone want to offer a hint at what I'm missing?
Thanks,
Clint
___________________
Nolug mailing list
nolug@nolug.org
Received on 07/14/11
This archive was generated by hypermail 2.2.0 : 07/15/11 EDT