Re: Invalid option when trying to mount the volume

2010-09-08 Thread Merciadri Luca
Alexander Batischev wrote:
 On Tue, Sep 07, 2010 at 08:58:57PM +0200, Merciadri Luca wrote:
   
 Hi,

 I've got an USB key whose FS was manually set to NTFS for different
 reasons. 
 
 What do you mean by manually set to NTFS? You mean, it has other FS but then
 you formatted it to NTFS? That's okay, I think.

   
 [ 8997.719566] ===rt_ioctl_giwscan. 4(4) BSS returned, data-length = 405
 
 That last line seems weird, and I don't know what does it mean. Hope that's
 just some warning we can safely ignore :)

 What I may suggest:
 -  check if device is still in /dev/ (you may find device name in the last
lines of dmesg output)
 -  try to mount it manually in a way like that:
# mount -t ntfs-3g /dev/sda1 /mnt/usbkey
Of course, /dev/sda1 should be replaced with real device name, and
/mnt/usbkey shoul exist.

 If it works, problem is not in key but in your automounter. Maybe you have old
 version on your laptop, or something.
   
Thanks. Well, I found the key under /dev/disk/by-id/. After having typed
the aforementioned command, I get `mount: unknown filesystem type
'ntfs-3g'.' Any idea?

-- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.






signature.asc
Description: OpenPGP digital signature


Re: Invalid option when trying to mount the volume

2010-09-08 Thread Alexander Batischev
On Wed, Sep 08, 2010 at 08:33:02AM +0200, Merciadri Luca wrote:
  -  try to mount it manually in a way like that:
 # mount -t ntfs-3g /dev/sda1 /mnt/usbkey
 Of course, /dev/sda1 should be replaced with real device name, and
 /mnt/usbkey shoul exist.

 Thanks. Well, I found the key under /dev/disk/by-id/. After having typed
 the aforementioned command, I get `mount: unknown filesystem type
 'ntfs-3g'.' Any idea?

Oh, excuse me! That's my fault - I forgot to mention that you should have
ntfs-3g, which is a NTFS driver for Linux, installed in system. Just install
package with the same name and try mount command again.

There is also a possibility that you have ntfs driver (AFAIK, that one lacks
support for writing) - if you don't want to install anything and you don't need
writing, you may check out that one (simply use 'ntfs' instead of 'ntfs-3g' in
the 'mount' command I wrote before).

-- 
Regards,
Alexander Batischev

1024D/69093C81
F870 A381 B5F5 D2A1 1B35  4D63 A1A7 1C77 6909 3C81


signature.asc
Description: Digital signature


Re: Invalid option when trying to mount the volume

2010-09-08 Thread Merciadri Luca
Alexander Batischev wrote:
 On Wed, Sep 08, 2010 at 08:33:02AM +0200, Merciadri Luca wrote:
   
 -  try to mount it manually in a way like that:
# mount -t ntfs-3g /dev/sda1 /mnt/usbkey
Of course, /dev/sda1 should be replaced with real device name, and
/mnt/usbkey shoul exist.
   
 Thanks. Well, I found the key under /dev/disk/by-id/. After having typed
 the aforementioned command, I get `mount: unknown filesystem type
 'ntfs-3g'.' Any idea?
 

 Oh, excuse me! That's my fault - I forgot to mention that you should have
 ntfs-3g, which is a NTFS driver for Linux, installed in system. Just install
 package with the same name and try mount command again.

 There is also a possibility that you have ntfs driver (AFAIK, that one lacks
 support for writing) - if you don't want to install anything and you don't 
 need
 writing, you may check out that one (simply use 'ntfs' instead of 'ntfs-3g' in
 the 'mount' command I wrote before).
   
I just installed the mentioned package, and simply plugging in the USB
key shown me its content. Thanks a lot. Actually, I had installed
`ntfsprogs' and `dosfstools' without checking that they were actually
not ntfs drivers, but mere utilities. I should have realized that I had
not the ntfs-3g driver. But why isn't that already installed with a
basic install?

Thanks again!

-- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.






signature.asc
Description: OpenPGP digital signature


Re: Invalid option when trying to mount the volume

2010-09-08 Thread Boyd Stephen Smith Jr.
In 4c874aba.6000...@student.ulg.ac.be, Merciadri Luca wrote:
I should have realized that I had
not the ntfs-3g driver. But why isn't that already installed with a
basic install?

The vast majority of Debian systems do not have to deal with NTFS filesystems.
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


Re: Invalid option when trying to mount the volume

2010-09-08 Thread Camaleón
On Wed, 08 Sep 2010 10:35:06 +0200, Merciadri Luca wrote:

 Alexander Batischev wrote:
 On Wed, Sep 08, 2010 at 08:33:02AM +0200, Merciadri Luca wrote:
   
 Thanks. Well, I found the key under /dev/disk/by-id/. After having
 typed the aforementioned command, I get `mount: unknown filesystem
 type 'ntfs-3g'.' Any idea?
 
 
 Oh, excuse me! That's my fault - I forgot to mention that you should
 have ntfs-3g, which is a NTFS driver for Linux, installed in system.
 Just install package with the same name and try mount command again.

 There is also a possibility that you have ntfs driver (AFAIK, that one
 lacks support for writing) - if you don't want to install anything and
 you don't need writing, you may check out that one (simply use 'ntfs'
 instead of 'ntfs-3g' in the 'mount' command I wrote before).
   
 I just installed the mentioned package, and simply plugging in the USB
 key shown me its content. Thanks a lot. Actually, I had installed
 `ntfsprogs' and `dosfstools' without checking that they were actually
 not ntfs drivers, but mere utilities. I should have realized that I had
 not the ntfs-3g driver. But why isn't that already installed with a
 basic install?

I think you can get a list of currently supported file systems for your 
kernel and loaded modules by issuing cat /proc/filesystems. 

Full kernel list of available file systems is under:

/lib/modules/2.6.26-2-amd64/kernel/fs/

BTW, ntfs-3g is not installed by default (I do not have it).

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.09.08.10.46...@gmail.com



Invalid option when trying to mount the volume

2010-09-07 Thread Merciadri Luca
Hi,

I've got an USB key whose FS was manually set to NTFS for different
reasons. This USB key is correctly recognized under one of my two Debian
computers, but this one (laptop) does not like it that much, as plugging
it gives me an error `invalid option when trying to mount the volume.'
It does not even appear under /media/ (or, maybe, it could be `disk'
whose content is empty).

Tailing dmesg gives me

==
[ 8981.909640] usb 5-4: new high speed USB device using ehci_hcd and
address 3
[ 8982.048197] usb 5-4: configuration #1 chosen from 1 choice
[ 8982.048703] usb 5-4: New USB device found, idVendor=054c, idProduct=0243
[ 8982.048713] usb 5-4: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
[ 8982.048720] usb 5-4: Product: Storage Media
[ 8982.048725] usb 5-4: Manufacturer: Sony
[ 8982.048730] usb 5-4: SerialNumber: 2A081006G5637
[ 8982.522872] Initializing USB Mass Storage driver...
[ 8982.526880] scsi4 : SCSI emulation for USB Mass Storage devices
[ 8982.530878] usbcore: registered new interface driver usb-storage
[ 8982.530878] USB Mass Storage support registered.
[ 8982.541875] usb-storage: device found at 3
[ 8982.541882] usb-storage: waiting for device to settle before scanning
[ 8987.543907] usb-storage: device scan complete
[ 8987.543907] scsi 4:0:0:0: Direct-Access Sony Storage Media   
0100 PQ: 0 ANSI: 0 CCS
[ 8987.547919] sd 4:0:0:0: [sdb] 31326208 512-byte hardware sectors
(16039 MB)
[ 8987.547919] sd 4:0:0:0: [sdb] Write Protect is off
[ 8987.547919] sd 4:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 8987.547919] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 8987.551908] sd 4:0:0:0: [sdb] 31326208 512-byte hardware sectors
(16039 MB)
[ 8987.552785] sd 4:0:0:0: [sdb] Write Protect is off
[ 8987.552795] sd 4:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 8987.552802] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 8987.552812]  sdb: sdb1
[ 8987.595905] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 8997.719566] ===rt_ioctl_giwscan. 4(4) BSS returned, data-length = 405

==

Thanks for any ideas.

-- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.



When love and skill work together, expect a masterpiece. (John Ruskin)



signature.asc
Description: OpenPGP digital signature


Re: Invalid option when trying to mount the volume

2010-09-07 Thread Alexander Batischev
On Tue, Sep 07, 2010 at 08:58:57PM +0200, Merciadri Luca wrote:
 Hi,
 
 I've got an USB key whose FS was manually set to NTFS for different
 reasons. 
What do you mean by manually set to NTFS? You mean, it has other FS but then
you formatted it to NTFS? That's okay, I think.

 [ 8997.719566] ===rt_ioctl_giwscan. 4(4) BSS returned, data-length = 405
That last line seems weird, and I don't know what does it mean. Hope that's
just some warning we can safely ignore :)

What I may suggest:
-  check if device is still in /dev/ (you may find device name in the last
   lines of dmesg output)
-  try to mount it manually in a way like that:
   # mount -t ntfs-3g /dev/sda1 /mnt/usbkey
   Of course, /dev/sda1 should be replaced with real device name, and
   /mnt/usbkey shoul exist.

If it works, problem is not in key but in your automounter. Maybe you have old
version on your laptop, or something.

-- 
Regards,
Alexander Batischev

1024D/69093C81
F870 A381 B5F5 D2A1 1B35  4D63 A1A7 1C77 6909 3C81


signature.asc
Description: Digital signature