LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-22-2006, 12:13 PM   #1
mattmole
LQ Newbie
 
Registered: Jan 2004
Posts: 5

Rep: Reputation: 0
USB memory stick


Im having a problem with my Toshiba Satellite Pro A60 laptop. This doesnt seem to be laptop specific as I have tried it with another Toshiba Satellite 1130-Z25.

When connecting my memory stick to a machine with Ubuntu installed an icon is displayed on the desktop, I can then double click it and the items displayed on the memory stick are displayed.

If, however I wish to write something to the memory stick I can drag and drop a file onto it (the same is observed using a terminal and cp) and the file is then displayed.

If I plug the memory stick into another computer - windows or linux the file is not displayed on the memory stick!

This specific memory stick has two icons, one for a small 1.44mb partition showing utilities and another one for the rest of the 1gb.

This problem has also occurred with other memory sticks.

Thanks!

Details are:
Dmesg:
[4296199.668000] USB Mass Storage support registered.
[4296204.667000] Vendor: Model: USB DISK Pro Rev: PMAP
[4296204.667000] Type: Direct-Access ANSI SCSI revision: 00
[4296204.671000] Vendor: Model: USB DISK Pro Rev: PMAP
[4296204.671000] Type: Direct-Access ANSI SCSI revision: 00
[4296204.681000] usb-storage: device scan complete
[4296205.941000] SCSI device sda: 2003968 512-byte hdwr sectors (1026 MB)
[4296205.941000] sda: Write Protect is off
[4296205.941000] sda: Mode Sense: 23 00 00 00
[4296205.941000] sda: assuming drive cache: write through
[4296205.947000] SCSI device sda: 2003968 512-byte hdwr sectors (1026 MB)
[4296205.947000] sda: Write Protect is off
[4296205.947000] sda: Mode Sense: 23 00 00 00
[4296205.947000] sda: assuming drive cache: write through
[4296205.947000] /dev/scsi/host0/bus0/target0/lun0: p1
[4296205.950000] Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
[4296205.952000] SCSI device sdb: 2880 512-byte hdwr sectors (1 MB)
[4296205.952000] sdb: Write Protect is off
[4296205.952000] sdb: Mode Sense: 23 94 00 00
[4296205.952000] sdb: assuming drive cache: write through
[4296205.958000] SCSI device sdb: 2880 512-byte hdwr sectors (1 MB)
[4296205.959000] sdb: Write Protect is off
[4296205.959000] sdb: Mode Sense: 23 94 00 00
[4296205.959000] sdb: assuming drive cache: write through
[4296205.959000] /dev/scsi/host0/bus0/target0/lun1: unknown partition table
[4296205.962000] Attached scsi removable disk sdb at scsi0, channel 0, id 0, lun 1
[4296206.332000] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[4296207.580000] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
 
Old 01-22-2006, 12:43 PM   #2
philipm
Member
 
Registered: Jan 2006
Posts: 39

Rep: Reputation: 15
Just a few ideas off the top of my head:

Are you sure you're unmounting the device before removing it? Files added will not be registered with the filesystem unless you do so. If the files can be read by the original machine when the device has been removed / re-inserted, you can probably discount this possibility.

Two partitions on the device is unusual. Perhaps make it one?

If the device is setup to use synchronised writes, maybe it has been worn out by excessive write operations.

The message: FAT: "utf8 is not a recommended IO charset for FAT filesystems": could this be confusing the other machines?
 
Old 02-04-2006, 01:24 AM   #3
alfredh
Member
 
Registered: Nov 2003
Distribution: Mandriva PWP 2009i586
Posts: 111

Rep: Reputation: 15
The new USB sticks quite often come with 2 partitions where one is there to set security for one part of the partition.
These security partitions are set up for MS products, giving you the option to set a password and the files on that partition are then encrypted. One of my new sticks was using the NTFS file system which could not be changed.
Check on the manufacturers Website.
 
Old 02-04-2006, 05:11 AM   #4
ilpadrino
Member
 
Registered: Oct 2003
Location: Spain
Distribution: Fedora
Posts: 104

Rep: Reputation: 15
First you have to be sure you are unmounting properly the memory stick before removing with 'umount /dev/sda1' and 'umount /dev/sdb1' (notice you have two partitions in your stick). You must be known that linux uses buffer system memory to be faster in the files transaction processes, and usually write the file just before unmounting the target device to write on.

Second, sometimes the kernel version isn't able to write on some kinds of sticks, depending on the manufacturer. Post your kernel version in order to help you more actively. The FAT messages doesn't have any influence in your problem

Regards
 
Old 02-05-2006, 06:35 AM   #5
philipm
Member
 
Registered: Jan 2006
Posts: 39

Rep: Reputation: 15
Quote:
Originally Posted by ilpadrino
First you have to be sure you are unmounting properly the memory stick before removing with 'umount /dev/sda1' and 'umount /dev/sdb1' (notice you have two partitions in your stick).
Are you sure it isn't /dev/sda1 and /dev/sda2? I thought the numbers were partitions, while letters represent completely different drives.
 
Old 02-05-2006, 11:40 AM   #6
ilpadrino
Member
 
Registered: Oct 2003
Location: Spain
Distribution: Fedora
Posts: 104

Rep: Reputation: 15
Wink

Quote:
Originally Posted by mattmole
[4296204.681000] usb-storage: device scan complete
[4296205.941000] SCSI device sda: 2003968 512-byte hdwr sectors (1026 MB)
[4296205.941000] sda: Write Protect is off
[4296205.941000] sda: Mode Sense: 23 00 00 00
[4296205.941000] sda: assuming drive cache: write through
[4296205.947000] SCSI device sda: 2003968 512-byte hdwr sectors (1026 MB)
[4296205.947000] sda: Write Protect is off
[4296205.947000] sda: Mode Sense: 23 00 00 00
[4296205.947000] sda: assuming drive cache: write through
[4296205.947000] /dev/scsi/host0/bus0/target0/lun0: p1
[4296205.950000] Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
[4296205.952000] SCSI device sdb: 2880 512-byte hdwr sectors (1 MB)
[4296205.952000] sdb: Write Protect is off
[4296205.952000] sdb: Mode Sense: 23 94 00 00
[4296205.952000] sdb: assuming drive cache: write through
[4296205.958000] SCSI device sdb: 2880 512-byte hdwr sectors (1 MB)
[4296205.959000] sdb: Write Protect is off
[4296205.959000] sdb: Mode Sense: 23 94 00 00
[4296205.959000] sdb: assuming drive cache: write through
[4296205.959000] /dev/scsi/host0/bus0/target0/lun1: unknown partition table

As I can see in your dmesg output seems not to be as you are saying. Post the results.

Regards
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing memory in USB stick, flash memory, removable hd etc bamboo_spider Linux - Newbie 3 06-14-2006 05:39 PM
USB Memory Stick coal-fire-ice Mandriva 11 12-09-2004 11:59 PM
USB Memory Stick Link_420 Linux - Hardware 2 11-19-2004 01:09 AM
USB Memory Stick freddie_leaf Slackware 15 11-09-2004 01:41 AM
usb memory stick linen0ise Slackware 9 10-03-2003 04:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration