LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-22-2006, 09:42 AM   #16
Thanotos
Member
 
Registered: Oct 2005
Location: Nanaimo, BC. ~CANADA~
Posts: 70

Original Poster
Rep: Reputation: 15

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
 
Old 03-22-2006, 09:55 AM   #17
Thanotos
Member
 
Registered: Oct 2005
Location: Nanaimo, BC. ~CANADA~
Posts: 70

Original Poster
Rep: Reputation: 15
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
 
Old 03-22-2006, 10:51 AM   #18
WilliamS
Member
 
Registered: Nov 2003
Location: 46N 76W
Distribution: Slackware 14.1
Posts: 380

Rep: Reputation: 31
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.
 
Old 03-22-2006, 03:33 PM   #19
Thanotos
Member
 
Registered: Oct 2005
Location: Nanaimo, BC. ~CANADA~
Posts: 70

Original Poster
Rep: Reputation: 15
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.
 
Old 03-22-2006, 03:37 PM   #20
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
try specifying the filetype, if its fat32 then do:
Code:
mount /dev/sda1 /mnt/cdrom -t vfat
 
Old 03-22-2006, 03:37 PM   #21
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
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.
 
Old 03-22-2006, 05:43 PM   #22
WilliamS
Member
 
Registered: Nov 2003
Location: 46N 76W
Distribution: Slackware 14.1
Posts: 380

Rep: Reputation: 31
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)
 
Old 03-22-2006, 08:30 PM   #23
Thanotos
Member
 
Registered: Oct 2005
Location: Nanaimo, BC. ~CANADA~
Posts: 70

Original Poster
Rep: Reputation: 15
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
 
Old 03-23-2006, 12:55 AM   #24
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Rep: Reputation: 30
<slow internet: double post by mistake: deletes this post>

Last edited by Mr_C; 03-23-2006 at 01:06 AM.
 
Old 03-23-2006, 01:05 AM   #25
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Rep: Reputation: 30
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
USB devices died after USB hub install Twistedlizzard Linux - Hardware 5 07-08-2005 07:17 AM
MDK 10.2: No USB at all (/proc/bus/usb/devices missing) shrodi Mandriva 5 07-01-2005 12:28 PM
No USB at all (/proc/bus/usb/devices missing) shrodi Linux - Hardware 1 05-26-2005 05:07 AM
USB scanner not in /proc/bus/usb/devices psweetma Linux - Hardware 4 02-25-2004 05:47 PM
slackware 9.1 USB mouse and other usb devices not working jimMC Linux - Hardware 11 01-24-2004 11:58 AM

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

All times are GMT -5. The time now is 08:54 AM.

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