On Win 2000, I could not get ntfsinfo to
work. For examples,
ntfsinfo -m -dc
==>
Failed to set locale, using default '(null)'.
win32_io.c(199): ntfs_device_win32_open The handle is invalid.
ioctl failed
Couldn't mount device '-dc': No error
ntfsinfo -m -d c:
==>
Failed to set locale, using default '(null)'.
win32_io.c(199): ntfs_device_win32_open The handle is invalid.
ioctl failed
Couldn't mount device 'c:': No error
Thanks,
Pham, Binh
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
bin>ntfsinfo.exe -v -m -d /dev/sda1
Failed to set locale, using default '(null)'.
win32_io.c(199): ntfs_device_win32_open The handle is invalid.
ioctl failed
Couldn't mount device '/dev/sda1': No error
Just in case I tried with hda1:
bin>ntfsinfo.exe -v -m -d /dev/hda1
Failed to set locale, using default '(null)'.
Couldn't mount device '/dev/hda1': Invalid argument
I also have a (separate from gnuwin32 progs) cygwin installation, and this is what it shows in /proc/partitions:
$ cat /proc/partitions
major minor #blocks name
80244198584sda815092573sda182239095395sda2
sda1 is my windows installation, using ntfs.
So, what am I doing wrong?
I really would like to get ntfsprogs working here, so I hope you could help me here:)
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On Win 2000, I could not get ntfsinfo to
work. For examples,
ntfsinfo -m -dc
==>
Failed to set locale, using default '(null)'.
win32_io.c(199): ntfs_device_win32_open The handle is invalid.
ioctl failed
Couldn't mount device '-dc': No error
ntfsinfo -m -d c:
==>
Failed to set locale, using default '(null)'.
win32_io.c(199): ntfs_device_win32_open The handle is invalid.
ioctl failed
Couldn't mount device 'c:': No error
Thanks,
Pham, Binh
Hi there,
I can't make ntfs progs to work at all here.
My windows C drive should be sda1.
bin>ntfsinfo.exe -v -m -d /dev/sda1
Failed to set locale, using default '(null)'.
win32_io.c(199): ntfs_device_win32_open The handle is invalid.
ioctl failed
Couldn't mount device '/dev/sda1': No error
Just in case I tried with hda1:
bin>ntfsinfo.exe -v -m -d /dev/hda1
Failed to set locale, using default '(null)'.
Couldn't mount device '/dev/hda1': Invalid argument
I also have a (separate from gnuwin32 progs) cygwin installation, and this is what it shows in /proc/partitions:
$ cat /proc/partitions
major minor #blocks name
sda1 is my windows installation, using ntfs.
So, what am I doing wrong?
I really would like to get ntfsprogs working here, so I hope you could help me here:)
Thank you
One must use the Linux names of hard disks and partitions. For example,
ntfsinfo -v -m -d /dev/hda1
lists info about the first logical partition (usually C:) of the first physical hard drive (hda).