Results 1 to 10 of 12
Iīm using Suse 10.1 on a Vaio laptop fs660/w. it has 1 memory stick on it but i canīt find the device anywhere. I know it should be /dev/sda1 but ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-18-2006 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 40
Memory Stick Problem
Iīm using Suse 10.1 on a Vaio laptop fs660/w. it has 1 memory stick on it but i canīt find the device anywhere. I know it should be /dev/sda1 but i don't see it. how can i put that to work?
- 09-18-2006 #2Linux User
- Join Date
- Aug 2005
- Posts
- 408
It should automount. Look for it in the /media directory.
Also, you can see if it's listed as connected to a usb port by entering at a terminal:
Also, you could say that it's at "dev/sda1" but you really have to mount it to be able to use it. In order to mount it (if it doesn't automount), you should create a directory for it as a mountpoint. I created traveldrive/ at /mnt/traveldrive (just to be totally explicit, I used the following command):Code:lsusb
so that I could mount the usb traveldrive with the following command (again, as root):Code:sudo mkdir /mnt/traveldrive
You have to specify the type and where it goes. If you receive a message that reads something like "It's already mounted" then SuSE automatically mounted it (which happens on one of my computers) and you just have to figure out where SuSE mounted it (probably in the /media directory).Code:mount -t vfat /dev/sda1 /mnt/traveldrive
- 09-18-2006 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 40
I tried to mount /dev/sda1 but it says the device do not exist.
- 09-18-2006 #4
Hi !!
lets check the device name.... plug-in memory stick and type this command in terminal...
$ tail -s 3 -f /var/log/messages
This command will poll the kernel's message log every three seconds, and displays the latest messages the kernel has spat out. check the assigned device name. Generally, the device name is sda1... let c whats in your case.....
.... casper ....It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-18-2006 #5Just Joined!
- Join Date
- Aug 2006
- Posts
- 40
it shows
Sep18 slphome /usr/sbin/cron[7130] : (sXXXX) CMD (/usr/bin/sonyfn)
It appears on 10 lines just changing the [7XXX] number
- 09-19-2006 #6
My memory stick here is mounted from /dev/sda (not /dev/sda1)
- 09-19-2006 #7
You need to find out the name of the device you are using. It will depend on many parameters, like your system itself, the number of devices plugged to your system ...
As "root", I normally make a hardware browser. This let's me know about all of the devices recognized by my system. The it a matter of mount the correct device at the right mount place.
Cheers
- 09-23-2006 #8Just Joined!
- Join Date
- Aug 2006
- Posts
- 40
On Yast Hardware, how can i identified the device for the memory stick? I looked everyone of it but no one shows something like /dev/xxx? Please help
Originally Posted by fatra2
- 09-24-2006 #9
It's /dev/sda - try it!
- 09-25-2006 #10Just Joined!
- Join Date
- Aug 2006
- Posts
- 40
Originally Posted by ironduke
when i try it, i got the following:
bash: cd: /dev/sda: No such file or directory
it happens with sda1 as well. looks like i have to create the sda device, but how do i do that, and how can i identifie the memory stick device on my system?


Reply With Quote
