I have an Intel 975xbx motherboard, and I'm having a great deal of difficulty getting Kubuntu 6.06 LTS to mount the raid drive (sdb1) which is a NTFS partition. Here are the fdisk results and how I've edited the fstab.
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4650 37351093+ 83 Linux
/dev/sda2 4651 4905 2048287+ 82 Linux swap / Solaris
/dev/sda3 4906 30401 204796620 7 HPFS/NTFS
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 60800 488375968+ 7 HPFS/NTFS
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdc doesn't contain a valid partition table
Disk /dev/sdd: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
/dev/sda2 none swap sw 0 0
/dev/hda /media/cdrom0 auto users,atime,auto,rw,dev,exec,suid 0 0
/dev/sda3 /mnt/windows ntfs umask=0222,uid=0,gid=0,auto,rw,nouser 0 0
/dev/sdb1 /mnt/windows ntfs umask=0222,uid=0,gid=0,auto,rw,nouser 0 0
[img width=400 height=351]http://www.geocities.com/z_brett/images/drives1.png[/img]
The OS "sees" the drive, but won't mount it. It shows up as Enabled in System Settings. For example, when I click on the sdb1 drive in Konqueror, I get the error message:
Could not mount device.
The reported error was:
mount: according to mtab, /dev/sda3 is already mounted on /mnt/windows
mount failed
I also tried ntfsmount, but that didn't work either:
user@user-linux:~$ sudo ntfsmount /dev/sdb1 /mnt/windows -o fmask=0111,dmask=0
Couldn't mount device '/dev/sdb1': Input/output error
Mount failed.
I've gone through a bunch of searches and FAQs and haven't been able to solve the problem.
Thanks
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4650 37351093+ 83 Linux
/dev/sda2 4651 4905 2048287+ 82 Linux swap / Solaris
/dev/sda3 4906 30401 204796620 7 HPFS/NTFS
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 60800 488375968+ 7 HPFS/NTFS
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sdc doesn't contain a valid partition table
Disk /dev/sdd: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda1 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
/dev/sda2 none swap sw 0 0
/dev/hda /media/cdrom0 auto users,atime,auto,rw,dev,exec,suid 0 0
/dev/sda3 /mnt/windows ntfs umask=0222,uid=0,gid=0,auto,rw,nouser 0 0
/dev/sdb1 /mnt/windows ntfs umask=0222,uid=0,gid=0,auto,rw,nouser 0 0
[img width=400 height=351]http://www.geocities.com/z_brett/images/drives1.png[/img]
The OS "sees" the drive, but won't mount it. It shows up as Enabled in System Settings. For example, when I click on the sdb1 drive in Konqueror, I get the error message:
Could not mount device.
The reported error was:
mount: according to mtab, /dev/sda3 is already mounted on /mnt/windows
mount failed
I also tried ntfsmount, but that didn't work either:
user@user-linux:~$ sudo ntfsmount /dev/sdb1 /mnt/windows -o fmask=0111,dmask=0
Couldn't mount device '/dev/sdb1': Input/output error
Mount failed.
I've gone through a bunch of searches and FAQs and haven't been able to solve the problem.
Thanks
Comment