![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| External Hard drive won't mount | Texasone | Ubuntu | 9 | 06-15-2008 11:12 PM |
| Get onyl local hard disks | psimoes79 | SUN Solaris | 2 | 07-11-2007 10:01 AM |
| Hard disks in solaris | sprellari | SUN Solaris | 2 | 07-27-2006 07:18 PM |
| mounting lacie hard drive to another suns system | Tmarsha6 | UNIX for Dummies Questions & Answers | 1 | 08-05-2005 05:30 AM |
| The difference between SCSI & IDE Hard disks. | abidmalik | UNIX for Dummies Questions & Answers | 3 | 12-05-2002 05:21 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I'm trying to mount a USB Lacie external hardrive in my Linux system but am having trouble doing so, I'm also having trouble mounting my USB ZIP 250 drive.
It is totally me being stupid, but I'm new to unix and am having a few teathing problems. the command I'm using is the following mount /dev/sda /mnt/ZIP & mount /dev/sdb /mnt/Lacie. I have created the mount points in /mnt and the file system used on those drives is FAT32, is FAT32 compatible with Linux. I'm running Suse 7.1. please don't be afraid of giving me complex commands, I'm used to using DOS and Windows. Like DOS hate windows, but hey that's why I'm converting to Linux |
|
||||
|
I've tried this, it gives me "wrong fs type, bad option, bad superblock on /dev/sda, or too many mounted file systems"
which I think is strange, I've also tried fatfs fat16 fat32, each of which seems strange. when specifying the device /dev/sda it does access the USB ZIP drive as the drive lights up and you can hear it accessing the device. also in the xconsole window it tells me that it has found the device and gives me "SCSI device sdb: 39070080 512-byte hdrw sectors (20004 MB) which is my Lacie drive, it seems to know what it is as it seems to know that it is 20 Gig, which is correct. it is also the only 20 gig device on this machine so I know it's definitly finding My lacie. I have no SCSI devices in this particular system so it seems that USB devices are accessed as sda: sdb: sdc and so on for each device uname returns the result 2.4.0-4GB. I'm going to try and mount a clean drive by formating it in Linux and hopefully it will access it correctly then, at least then I will know that my system can actually write to this device, even though I won't then be able to access this device on Windows XP |
|
|||||
|
Ahh, it you're using it in WinXP, it may be a NTFS filesystem.
Linux system can read NTFS, but it will damage the filesystem if you write to it (which you can't do by default, since it is dangerous). Try "mount -t ntfs -o ro /dev/sda1 /mnt/ZIP". You might play with it a bit, like using /dev/sda or /dev/sda1 (for first partition), or trying without specifying a filesystem (see it is figure it out for you). I've also has luck using umsdos, and msdos as a filesystem type. Post back and let us know if you find anything out... |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| linux commands, suse linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|