NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Unexpected error while trying to mount ext2fs



Hello,

I have a USB flash drive with ext2fs as second and third MBR slice (no slice 1 and 4 exists).  Slice 2 and 3 are mapped to partition sd0e and sd0f.  When I try to mount partition sd0e I get an unexpected error:

# disklabel sd0             
# /dev/rsd0d:
type: SCSI
disk: DataTraveler 2.0
label: fictitious
flags: removable
bytes/sector: 512
sectors/track: 32
tracks/cylinder: 255
sectors/cylinder: 8160
cylinders: 7531
total sectors: 61457664
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0           # microseconds
track-to-track seek: 0  # microseconds
drivedata: 0 

6 partitions:
#        size    offset     fstype [fsize bsize cpg/sgs]
 d:  61457664         0     unused      0     0        # (Cyl.      0 -   7531*)
 e:   9026816  52430848 Linux Ext2      0     0        # (Cyl.   6425*-   7531*)
 f:  31457280  20973568 Linux Ext2      0     0        # (Cyl.   2570*-   6425*)
disklabel: boot block size 0
disklabel: super block size 0

# mount /dev/sd0e /mnt/usb  
mount: no match for `sd0e': No such process

What does "no match" and "no such process" mean?  It did work when there had only been sd0e.  Now sd0f is added "below" (note the offset) sd0e.  Maybe this causes issues?

--Carsten


Home | Main Index | Thread Index | Old Index