Re: USB-Festplatte (NTFS) - probleme beim mounten

From: Harald Schmalzbauer <harry(at)schmalzbauer.de>
Date: Tue, 12 Sep 2006 18:14:01 +0200

Am Dienstag, 12. September 2006 17:41 schrieb World of Replica:
> hallo zusammen
>
> wollte gerade eine usb-festplatte mounten. es handelt sich dabei um eine
> 300gb platte, die unter windows FAT32 formatiert wurde. Die platte wird vom
> usbd erkannt und ich habe auch ein "/dev/da0s1". mit "mount_msdosfs
> /dev/da0s1 /mnt/usb" bekomme ich folgende fehlermeldung:
> mountmsdosfs(): disk too big, sorry
> mount_msdosfs: /dev/da0s1: Invalid argument
>
> auch eine intensive googlesearch hat mich nicht weiter gebracht.
>
> in meiner usbd.conf habe ich noch folgende zeilen hinzu gefügt:
> device "USB Mass Storage"
> devname "umass[0-3]+"
> attach "/sbin/camcontrol rescan all"
>
> jedoch steht mir /dev/da0s1 auch ohne diese zeilen zur verfügung.
>
> interessanterweise funktioniert das alles aber mit einer anderen
> usb-pladde(160gb) ohne probleme(die ist jedoch ntfs ...).
>
> lösungsvorschläge?

Kernel mit "options MSDOSFS_LARGE" neu bauen.
Neues Topic -> Neuer Thread. Bitte nicht auf fremdes Thema antworten!

Zu ersterem siehe in sys/conf/NOTES:
# Experimental support for large MS-DOS filesystems.
#
# WARNING: This uses at least 32 bytes of kernel memory (which is not
# reclaimed until the FS is unmounted) for each file on disk to map
# between the 32-bit inode numbers used by VFS and the 64-bit pseudo-inode
# numbers used internally by msdosfs. This is only safe to use in certain
# controlled situations (e.g. read-only FS with less than 1 million files).
# Since the mappings do not persist across unmounts (or reboots), these
# filesystems are not suitable for exporting through NFS, or any other
# application that requires fixed inode numbers.

Grüße,

-Harry

>
> vielen dank und gruss
> wor
>
>
>
> To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
> with "unsubscribe de-bsd-questions" in the body of the message

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Tue 12 Sep 2006 - 18:16:24 CEST

search this site