trying to mount a second hard drive i added a line in fstab and mtab such as this
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid $
/dev/hda5 none swap sw 0 0
/dev/hdc /media/cdrom0 auto user,atime,auto,rw,dev,exec,suid 0 0
/dev/hdb1 /data ntfs ro,nls=utf8,uid=1000,unmask=0277
it tells me that it is already mounted in data mount failed can anybody help me with this
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid $
/dev/hda5 none swap sw 0 0
/dev/hdc /media/cdrom0 auto user,atime,auto,rw,dev,exec,suid 0 0
/dev/hdb1 /data ntfs ro,nls=utf8,uid=1000,unmask=0277
it tells me that it is already mounted in data mount failed can anybody help me with this
Comment