scsi sda device not mounting !!


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users scsi sda device not mounting !!
# 15  
Old 11-14-2004
I have tried all the extension and I have actually had nno success except with usbfs and nfs
usbs gives the previous feedback and
nfs gives this which I am not understanding..
mount -t nfs /dev/sda1 /usbdrive/
mount: directory to mount not in host:dir format
moxxx68
# 16  
Old 11-14-2004
NFS is used for mounting directories located on other machines. There is no way that your USB device will work using NFS! Smilie

Cheers
ZB
# 17  
Old 11-14-2004
Bug thanx guys..

thanx very much for your input.. but chances are the device is not working or something.. so I'll get another one or try and convince my brother to take a look at it (very difficult!!!). I appreciate all the advice..
thanx moxxx68
cheers
# 18  
Old 11-14-2004
what's the content of /proc/partitions?Smilie.
# 19  
Old 11-14-2004
Tools

usbdevfs ......... ...................... ................ proc/bus/usb..........

Last edited by moxxx68; 11-14-2004 at 02:13 PM..
# 20  
Old 11-14-2004
I know you've probably already tried this, but going back to basics....

Make sure the thing is properly connected, then, as root, issue
mount /dev/sda1 /mnt

Now, assuming the mountpoint /mnt exists, the fs type "vfat" will be autodetected, and the thing should mount (read-only).

I've just tried this with a 128 USB keydrive and my digital camera, and the same procedure works for both, no messing.

Does the /dev/sda1 device exist (i.e. ls -l /dev/sda1)?

If this doesn't work, and it was working for you before, then I think we can assume that the USB device is either corrupt or just plain busted, especially seeing as how the device is also failing under Windows.

Cheers
ZB
# 21  
Old 11-14-2004
CPU & Memory

i did what you said and this is what I got:
mount /dev/sda1 /mnt
mount: /dev/sda1 is not a valid block device
also when I ls -l /dev/sda*
i don't see anything particular.. everything looks like it should with or without the disk in...
i agree with you i think we can safely agree that the device is corrupt or busted.. I'm not going to waste any more of your time or mine on a disk that I can replace considering I thankfully had a .bakup of my work somewhere else before i did the reinstallation on my system.
thanks for your time and to Finalfantasy for giving some effective advice
atleast I learned a few things.
thanx moxxx68...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Legacy Ultra60 with Solaris 5.7 SCSI device reverse engineering

I'm looking for help with a legacy system. I have some obsolete equipment connected to an Ultra 60 running Solaris 5.7 with the binary for a 32 bit driver. The driver is rejected by newer versions of solaris, which run 64 bit kernels. I hope to reverse engineer the driver so that I can... (0 Replies)
Discussion started by: obsoleteStuff
0 Replies

2. Ubuntu

device size mismatch after mounting

Hi, I have a created a logical partition sda5 in ubuntu server 9.0.4. which is Disk /dev/sda: 250.0 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00053d78 Device Boot Start End ... (1 Reply)
Discussion started by: rac_oradba
1 Replies

3. UNIX and Linux Applications

Mounting a USB device with a predetermined name

When I attach a USB storage device to my Solaris server, the mount point is coming up as /rmdisk/unnamed_rmdisk Is there anyway I can have this device come up as a mounted device with a predetermined mount name eg /morespace rather than unnamed_rmdisk ? (0 Replies)
Discussion started by: jimthompson
0 Replies

4. Linux

mounting usb device

Hi Folks, I want to know how to mount usb device (cd,dvd etc) in linux, Regards, Manoj (4 Replies)
Discussion started by: manoj.solaris
4 Replies

5. UNIX for Advanced & Expert Users

Notice: STP:SCSI tape 0 device 46/0 offline

My tape drive is not backing up my data. This is the message that comes up as the computer starts up each morning. Notice Stp:SCSI tape 0 device 46/0 offline. The computer is equipped with a Seagate STD 24000N internal tape drive and the green indicator light on it continuously is on but the amber... (0 Replies)
Discussion started by: timothymhubbard
0 Replies

6. UNIX for Dummies Questions & Answers

Notice Stp:SCSI tape 0 device 46/0 offline

My computer which uses scoUNIX, has an internal scsi tape backup. It will no longer backup . It posts this message Notice :Stp tape 0 device 46/0 offline. This has been discussed before by the forum and I'd appreciate any help that any expert could provide for me for a step wise approach to... (0 Replies)
Discussion started by: timothymhubbard
0 Replies

7. UNIX for Advanced & Expert Users

NOTICE: Stp: SCSI tape 0 device 46/0 not ready

If somebody solve this error please help! Thanks in advance! (5 Replies)
Discussion started by: FCollet
5 Replies

8. UNIX for Advanced & Expert Users

NOTICE: Stp: SCSI tape 0 device 46/0 offline

:( If anyone has solved this problem, please help me! Thanks in advance! (0 Replies)
Discussion started by: FCollet
0 Replies

9. UNIX for Dummies Questions & Answers

Mounting a flash device

How do you mount a USB flash drive on Sun Blade 2000 or 2500 with solaris 8? Thanks in advance ;) (1 Reply)
Discussion started by: xeroxtechnician
1 Replies

10. Solaris

mounting an external scsi tape drive

hi- I just installed a quad gigaswift ethernet scsi card to my sunblade 150. I checked with the docs, and got all of the required drivers on the box. Now, I'm trying to mount an external scsi tape drive with no luck. I set the scsi address on the external drive to 0. Here's what I'm coming... (9 Replies)
Discussion started by: ECBROWN
9 Replies
Login or Register to Ask a Question