Ok..
I am trying to mount my Windows partitions but I keep getting this error.
[mntent]: warning: no final newline at the end of /etc/fstab
mount: can't find /dev/hda6 in /etc/fstab or /etc/mtab
Please check that the disk is entered correctly.
this is my etc/fstab file. is there something wrong with it?
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hdb2 / reiserfs notail 0 1
/dev/hdc /media/cdrom0 udf,iso9660 ro,user,noauto 0 0
/dev/sda /media/usb0 auto rw,user,noauto 0 0
/dev/hda1 //mnt/winxp ntfs ro,auto,uid=1000,gid=1000 0 0
#
I have tried the sudo line as well but this is what i get..
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
matthew@qonoslinux:~$ dmesg | tail
[drm] Initialized radeon 1.14.0 20050125 on minor 0: ATI Technologies Inc RV280 [Radeon 9200 SE]
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V3 device at 0000:02:00.0 into 4x mode
[drm] Loading R200 Microcode
eth0: no IPv6 routers present
NTFS driver 2.1.22 [Flags: R/O MODULE].
NTFS-fs warning (device hda1): parse_options(): Option iocharset is deprecated. Please use option nls=<charsetname> in the future.
Unable to load NLS charset utf8.umask=000
NTFS-fs error (device hda1): parse_options(): NLS character set utf8.umask=000 not found.
matthew@qonoslinux:~$ c
Please help.....
what am i doing wrong.... > :P
Thank you in advance....
I am trying to mount my Windows partitions but I keep getting this error.
[mntent]: warning: no final newline at the end of /etc/fstab
mount: can't find /dev/hda6 in /etc/fstab or /etc/mtab
Please check that the disk is entered correctly.
this is my etc/fstab file. is there something wrong with it?
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hdb2 / reiserfs notail 0 1
/dev/hdc /media/cdrom0 udf,iso9660 ro,user,noauto 0 0
/dev/sda /media/usb0 auto rw,user,noauto 0 0
/dev/hda1 //mnt/winxp ntfs ro,auto,uid=1000,gid=1000 0 0
#
I have tried the sudo line as well but this is what i get..
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
matthew@qonoslinux:~$ dmesg | tail
[drm] Initialized radeon 1.14.0 20050125 on minor 0: ATI Technologies Inc RV280 [Radeon 9200 SE]
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V3 device at 0000:02:00.0 into 4x mode
[drm] Loading R200 Microcode
eth0: no IPv6 routers present
NTFS driver 2.1.22 [Flags: R/O MODULE].
NTFS-fs warning (device hda1): parse_options(): Option iocharset is deprecated. Please use option nls=<charsetname> in the future.
Unable to load NLS charset utf8.umask=000
NTFS-fs error (device hda1): parse_options(): NLS character set utf8.umask=000 not found.
matthew@qonoslinux:~$ c
Please help.....
what am i doing wrong.... > :P
Thank you in advance....
Comment