Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
03-22-2006, 09:42 AM
|
#16
|
Member
Registered: Oct 2005
Location: Nanaimo, BC. ~CANADA~
Posts: 70
Original Poster
Rep:
|
Code:
/dev/sda /mnt/sda auto noauto,owner 0 0
Code:
root@stealth:/mnt# ls
cdrom/ floppy/ hd/ sda/
and this is what I get when I attempt to mnt:
Code:
root@stealth:/mnt# mount /sda
mount: can't find /sda in /etc/fstab or /etc/mtab
|
|
|
03-22-2006, 09:55 AM
|
#17
|
Member
Registered: Oct 2005
Location: Nanaimo, BC. ~CANADA~
Posts: 70
Original Poster
Rep:
|
Code:
root@stealth:/mnt# ls
cdrom/ floppy/ hd/ sda/
Code:
/dev/sda /mnt/sda auto noauto,owner 0 0
and when I attempt to mnt:
Code:
root@stealth:/mnt# mount /sda
mount: can't find /sda in /etc/fstab or /etc/mtab
|
|
|
03-22-2006, 10:51 AM
|
#18
|
Member
Registered: Nov 2003
Location: 46N 76W
Distribution: Slackware 14.1
Posts: 380
Rep:
|
Here's what I did to see pictures from my usb digital camera:
# mount /dev/sda1 /mnt/cdrom
Then browse to /mnt/cdrom and I can see pictures in a directory.
This should work for you, as your dmesg | tail shows the same for me.
Last edited by WilliamS; 03-22-2006 at 10:52 AM.
|
|
|
03-22-2006, 03:33 PM
|
#19
|
Member
Registered: Oct 2005
Location: Nanaimo, BC. ~CANADA~
Posts: 70
Original Poster
Rep:
|
I thank everyone for the assistance, here is an update of what is going on .... NOTHING lol
I tried
Code:
mount /dev/sda1 /mnt/cdrom
and got this output:
Code:
root@stealth:/mnt# mount /dev/sda1 /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
so I went to /var/log/debug and read:
Code:
Mar 22 12:45:13 stealth kernel: WARNING: USB Mass Storage data integrity not assured
I am thinking that things are looking less likely.
|
|
|
03-22-2006, 03:37 PM
|
#20
|
Senior Member
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539
Rep:
|
try specifying the filetype, if its fat32 then do:
Code:
mount /dev/sda1 /mnt/cdrom -t vfat
|
|
|
03-22-2006, 03:37 PM
|
#21
|
Senior Member
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247
Rep:
|
Didn't read everything from the start but you need to specify filesystem type of the device which you are mounting. Try:
#mount -t vfat /dev/sda1 /mnt/cdrom
There is another one usbfs, but I don't know where (which devices) it is used.
Last edited by Alien_Hominid; 03-22-2006 at 03:39 PM.
|
|
|
03-22-2006, 05:43 PM
|
#22
|
Member
Registered: Nov 2003
Location: 46N 76W
Distribution: Slackware 14.1
Posts: 380
Rep:
|
I've never had to specify the type of filesystem when using mount.
Usually when I get something like
Quote:
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or other error
|
It means that it can't read what's on the cd or whatever, usually damaged data (or no data? - can't remember)
|
|
|
03-22-2006, 08:30 PM
|
#23
|
Member
Registered: Oct 2005
Location: Nanaimo, BC. ~CANADA~
Posts: 70
Original Poster
Rep:
|
FYI:
Code:
root@stealth:~# mount -t vfat /dev/sda1 /mnt/cdrom
mount: /dev/sda1 is not a valid block device
"three strikes, your out."
thanks guys, oh well - not sure if there is anything else
|
|
|
03-23-2006, 12:55 AM
|
#24
|
Member
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317
Rep:
|
<slow internet: double post by mistake: deletes this post>
Last edited by Mr_C; 03-23-2006 at 01:06 AM.
|
|
|
03-23-2006, 01:05 AM
|
#25
|
Member
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317
Rep:
|
You won't want to mount the actual mass device /dev/sda but rather its 'partition' sector /dev/sda1
# mkdir /media/sda1
# mount /dev/sda1 /media/sda1
/media is used for removable storage according to the File Heiacrchy Standard.
|
|
|
All times are GMT -5. The time now is 08:54 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|