LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 11-12-2004, 09:52 PM   #1
atulhi
Member
 
Registered: Nov 2004
Posts: 35

Rep: Reputation: 15
How to mount a Sony Memory Stick on Mandrake 10.0 ?


Hi friends,

I have recently shifted from Windows to Linux. I need some help.

1) Can someone help me in mounting a Sony Memory Stick on Mandrake 10.0 ?

2) Once installed, this memory stick should be usable on both Windows M/c and Linux m/c. Is that possible ?

Thanks
Atul
 
Old 11-12-2004, 10:16 PM   #2
atulhi
Member
 
Registered: Nov 2004
Posts: 35

Original Poster
Rep: Reputation: 15
just to add some more information:

I ran the following command (as root)

******************************************************************
[root@localhost root]# cat /proc/scsi/scsi
Attached devices:
[root@localhost root]#
******************************************************************

Does this give some clue of what's wrong here ?

Thanks
Atul
 
Old 11-13-2004, 05:02 AM   #3
bibilit
Member
 
Registered: Nov 2002
Location: Montrouge / FRANCE
Distribution: MANDRAKE 9.2/ DSL / smalllinux / Ubuntu 5.1
Posts: 202

Rep: Reputation: 30
Hi,

MDK should automount your memory stick.

If not follow the following rule, you should mount it by yourself :

first, open a terminal :

su ( you should be root to do that )
**** ( your root password )

mkdir /mnt/sony ( to create a new file "sony" or whatever you want )

by now if you use Konqueror and go to /mnt you should have a new file named "sony"

return to the terminal, and mount your devise:

mount /dev/sda /mnt/sony

( you will then mount your device /dev/sda to your mount point /mnt/sony )


dev/sda can be different in your case (sda1 or sdb...) the mandrake control center can help here... your device is probably detected but not mounted !!

also note the exact command :

mount*/dev/sda*/mnt/sony ( * being a space )
 
Old 11-13-2004, 05:44 AM   #4
atulhi
Member
 
Registered: Nov 2004
Posts: 35

Original Poster
Rep: Reputation: 15
hi

Thanks for the reply. I did exactly as you mentioned, but no luck. This is what is happening

[root@localhost mnt]# mount /dev/sda /mnt/sonymemstick
mount: special device /dev/sda does not exist

After this I tried,
[root@localhost mnt]# mount /dev/hde2 /mnt/sonymemstick
mount: /dev/hde2 is not a valid block device

After this I tried,
[root@localhost mnt]# mount /dev/hde3 /mnt/sonymemstick
mount: block device /dev/hde3 is write-protected, mounting read-only
mount: No medium found

After this I tried,
[root@localhost mnt]# mount /dev/hde4 /mnt/sonymemstick
mount: block device /dev/hde4 is write-protected, mounting read-only
mount: No medium found

What's next ?

Thanks
Atul
 
Old 11-13-2004, 03:16 PM   #5
bibilit
Member
 
Registered: Nov 2002
Location: Montrouge / FRANCE
Distribution: MANDRAKE 9.2/ DSL / smalllinux / Ubuntu 5.1
Posts: 202

Rep: Reputation: 30
Hi, your device is probably sda or sda1 or sda2 or sdb /sdc ...

cannot be hde.

Go to mdk control center and advise if some device is detected, even unknown.

My own device was sda1 .

You can also try to plug the device before the booting process, and use command line dmesg to get information ( as root only )

Good luck
 
Old 11-13-2004, 04:24 PM   #6
bosje
LQ Newbie
 
Registered: Nov 2004
Posts: 4

Rep: Reputation: 0
What is in your dmesg output? Is the stick recognized as usb-mass storage device?
Are the correct modules loaded when you insert the stick (usbcore,usb-storage)
Is the stick recognized as file system? (output of 'fdisk -l')
 
Old 11-13-2004, 05:04 PM   #7
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Actually more importantly

HOW does the memory stick interface to your computer?

Are you using an external USB reader?

An internal reader?

etc.
 
Old 11-14-2004, 10:19 PM   #8
charlescpc
Member
 
Registered: Nov 2004
Location: knoxville tn
Distribution: Mandrake
Posts: 142

Rep: Reputation: 15
I have one and Mandrake finds it.
It shows up on my desktop.
I don't do anything special with it.
It's a Lexar usb 256 stick
 
Old 11-14-2004, 10:23 PM   #9
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Quote:
Originally posted by charlescpc
I have one and Mandrake finds it.
It shows up on my desktop.
I don't do anything special with it.
It's a Lexar usb 256 stick
Yes but this is beside the point...

Mandrake/Linux must recognize the device to which the stick is inserted.

It is likely that his reader is not being recognized.

The poster has not described it, nor posted the output from dmesg so we can see.

This limits us to guessing...
 
Old 11-14-2004, 10:27 PM   #10
atulhi
Member
 
Registered: Nov 2004
Posts: 35

Original Poster
Rep: Reputation: 15
Hi

I agree that the system should atleast identify it an available device/drive/media/hardware, which it is not doing currently.

Now, this memory stick was being used on a Windows Machine before. Is there some special formatting technique that needs to be used such that Mandrake 10.0 starts identifying this device ?

I even rebooted the system with memory stick inside the Slot. For your records, my machine is a VAIO PCG-505JS

Thanks,
Atul
 
Old 11-14-2004, 11:15 PM   #11
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
No nothing "special" has to be done if the kernel supports your hardware.

That is the question.

Since the memory stick reader built into your Sony, is considered by Sony as a proprietary device, for which they DO NOT release the specs, kernel support is problematic.

Blame Sony's policies for this, not Linux...

http://www.ma.umist.ac.uk/bl/vaio/Li...ny_v505cp.html
http://www.linux-on-laptops.com/sony.html

BTW: I'm in the same boat with my reader on my ZD7000

Last edited by opjose; 11-14-2004 at 11:19 PM.
 
Old 11-15-2004, 07:18 AM   #12
barrys
Member
 
Registered: Sep 2003
Location: London
Distribution: Susi 9.1, Man10 amd64, Man10.1
Posts: 243

Rep: Reputation: 30
No problem mounting a memory stick.

Put the stick in a usb port (example her is in usb0)
right click create new - device -MO device click

edit the blue title MO Device eg stick

click on device

select the stick which should be listed as a removable disk
(/mnt/removable)

for example/host0/bus0/target0/lun0/part
1

click on OK

your ikon should appear on screen

clicking on the ikon should display the contents in a k window


Last edited by barrys; 11-15-2004 at 07:20 AM.
 
Old 11-15-2004, 08:28 AM   #13
atulhi
Member
 
Registered: Nov 2004
Posts: 35

Original Poster
Rep: Reputation: 15
guys,

that create a new device option would work only if the system identifies this mem-stick as a valid drive which it is not currently.

Can I check some config file to validate whether or not the mem-stick is identified by my system ? When this machine was on Windows , which was laast week, this mem-stick was being used on this machine. Now either I remove the mem-stick or insert it, the small bulb in the slot is not getting lighted, the way it used to be earlier on Windows, so I am sure the system is taking this as a valid drive

thanks
atul
 
Old 11-15-2004, 11:47 AM   #14
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Yeah, basically the output of dmesg would display any identified devices.

Also lsdev, lspci and lsmod would display pertitnent information as well as the MCC.

If a device has a loaded module in the MCC then it's been recognized and configured.

As I posted the on board Sony reader has no drivers for it under Linux thanks to Sony.
 
Old 11-28-2004, 03:32 AM   #15
atulhi
Member
 
Registered: Nov 2004
Posts: 35

Original Poster
Rep: Reputation: 15
Hi

I looked the Hardware Configuration from Mandrake and in the detected Hardware list, there is an entry for Memory Stick Controller. Following is the information on it:

**********************************************************
Vendor: ‎Sony Corporation

Bus: ‎PCI

Bus identification: ‎104d:808a:104d:8085

Location on the bus: ‎0:d:0

Description: ‎Memory Stick Controller

Module: ‎unknown

Media class: ‎MEMORY_FLASH
**********************************************************

Can someone help now ?

Regards
Atul
 
  


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
Sony USB Camera (w/ Memory Stick) How to Mount tcv Linux - Hardware 5 01-07-2005 09:22 AM
Read a Sony Memory Stick? jago25_98 Linux - Hardware 2 11-23-2004 05:32 AM
Sony Memory Stick Duo redroach Linux - Hardware 1 10-14-2004 05:50 AM
Built-In Sony Memory Stick DWebb82 Linux - Hardware 7 10-05-2004 03:37 PM
Memory Stick on Sony kkempter Linux - Laptop and Netbook 1 07-12-2003 04:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 07:19 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