"Peter B. Van Campen" wrote:
Dear SuSE list users,
I have just solved my problem dealing with mounting removable media! I had some hints from isupport@suse.de and some of you here on the list. Thanks!! Here is a look at the problem and solution.
Under SuSE 6.3 there were some Support Database Articles that tell users of removable media such as SCSI ZIP drives (Iomega) how to mount their cartridges. The article pointed out that these DOS or M$ formatted carts have partitions 1 thru 4. So it tells the user to create a fstab entry that looks like the line below: /dev/sdb4 /rwmo auto noauto,user 0 0 ^ then to mkdir /rwmo and then to issue: linux# mount /rwmo to complete mounting the removable carts.
And here is the BUG: Sometime between 6.3 and 7.1 SuSE, something changed!! Now the user MUST NOT set the fstab entry for the removable drive to a partition # . the entry must be set to /dev/sdb (SCSI) or /dev/hda (IDE) only.
So how do I tell it which partition to mount? /dev/sdb implies the whole disk. I have 3 partitions on one and when I try to mount any one of them like I did in 6.4 the mount process just hangs. How do you set up the fstab entries then??
once the fstab entries are correct, the user can mount both SCSI MO carts and LS-120 'super floppies' with out trouble. I'm sure that SCSI ZIP drives will work this way as well, but I don't have one to test.
Mark Hounschell dmarkh@cfl.rr.com