Problems adding new Hard Drive!:)

Soldato
Joined
8 Oct 2003
Posts
2,897
Location
Glasgow
Hi Guys!

I have added a new hard drive into my system, I have managed to formatted it as ext3 and mounted the disk by editing '/etc/fstab' however I don't have permission to access it ?:(

Any ideas

Thanks Kevin

Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda1
UUID=6072ab98-14e5-4f55-b26b-6fba5b6449b6 /               ext3    relatime,errors=remount-ro 0       1
# /dev/sda5
UUID=3b9a2cfa-8ec9-4f85-b970-c57bad90a79d none            swap    sw              0       0
/dev/scd0       /media/cdrom1   udf,iso9660 user,noauto,exec,utf8 0       0
/dev/sdb /mnt/NTFS ntfs-3g quiet,defaults,umask=000 0 0

# /dev/sdb1

UUID=c097c2db-a71a-4965-b627-379a2c7dad8d /media/Linuxstore       ext3 auto,utf8,umask=007,uid=kevin,gid=kevin 0       0
 
Hehehe good as your umasks are wrong i think.... :P (just having a guess as its early morning linux problem work out time..)
 
Back
Top Bottom