Digicam unter FreeBSD mounten

Commodore-Freak

Ex-Linuxer
Abend...
Ich hab Schwierigkeiten, meine Polarid-Kamera unter FreeBSD einzubinden.
Wenn ich sie per USB ansteck erkennt FreeBSD sie ordnungsgemäß:

Code:
umass0: <Polaroid Polaroid DSC, class 0/0, rev 2.00/0.00, addr 2> on uhub4
da0 at umass-sim0 bus 0 target 0 lun 0
da0: <Polaroid DSC > Removable Direct Access SCSI-0 device 
da0: 40.000MB/s transfers
da0: 982MB (2011968 512 byte sectors: 64H 32S/T 982C)

Die Partitionierung auf der Cam sieht auch so aus, wie sie sollte:

Code:
******* Working on device /dev/da0 *******
parameters extracted from in-core disklabel are:
cylinders=982 heads=64 sectors/track=32 (2048 blks/cyl)

parameters to be used for BIOS calculations are:
cylinders=982 heads=64 sectors/track=32 (2048 blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 6 (0x06),(Primary 'big' DOS (>= 32MB))
    start 243, size 2011917 (982 Meg), flag 0
        beg: cyl 0/ head 3/ sector 55;
        end: cyl 998/ head 3/ sector 3
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>

Allerdings kann ich die NTFS-Partition /dev/ad0s1 nicht mounten:

Code:
MilleniumFalcon# mount -t vfat /dev/da0s1 /mnt/cam
mount: /dev/da0s1 : Operation not supported by device

Jemand eine Ahnung, was ich falsch mache?
 
Zuletzt bearbeitet:
Hups, Buchstabendreher... Könnte einiges erklären, dann wäre es fat32 und kein NTFS.
Mounten kann ich allerdings trotzdem nicht. Auch wenn ich das richtige Dateisystem angeb:

Code:
MilleniumFalcon# mount -t vfat /dev/da0s1 /mnt/cam
mount: /dev/da0s1 : Operation not supported by device
 
du willst: fdisk da0

und meistens sind die als FAT formatiert.

Sprich wenn du dein post genau betrachtest, hast du da nen fdisk auf /dev/ad0

gruß roLLe
 
Zurück
Oben