PDA

View Full Version : Mount error with USB disk


kimba
03-07-2007, 03:51 PM
Hi!
I just installled pc-bsd but i found i have a problem using usbdisk.
Its a 250 GB, fat32, usb2 disk.

When i try to mount i get this error of Konqueror or kio_media_mounthelp:

Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

It seems it actually mount it but i cant see it. But then if i "cuddle" it a little like open and close the monted window more times, ora ask for preference it magically appear.
Konqueror problem?


But if i try to mount it from command line:

pcbsd-101# mount /dev/da1s1 /home/kimba/usbdisk
mount: /dev/da1s1: No such file or directory

or

pcbsd-101# mount -t vfat /dev/da1s1 /home/kimba/usbdisk
mount: exec mount_vfat not found in /sbin:/usr/sbin: No such file or directory

What do u think?

Thanks for help! :)

GoldfrappJenny
03-07-2007, 04:26 PM
Have tried to replace vfat with msdosfs at the mount command?

Also read this

http://www.freebsd.org/doc/en_US.ISO885 ... disks.html (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html)

ChiperSoft
04-13-2007, 01:23 AM
I've also been unable to get my large FAT32 drive to mount (300GB, in this case). I'm of the conclusion that the current release doesn't have the MSDOSFS_LARGE module installed in the kernel (despite claims in the forums that it was made default in 1.3), so the system can't mount the large drives.

Can anyone confirm this? If so, is there an easier way to enable it then rebuilding the world? I'd like to make my PC-BSD box my main file server, but I can't do that if I can't mount my drives.

TerryP
04-13-2007, 09:14 PM
PC-BSD Uniprocessor Kernel Configuration (http://websvn.pcbsd.org/filedetails.php?repname=PC-BSD&path=%2Fpcbsd%2Ftrunk%2Fsystem-overlay%2FPCBSD%2Fconf%2FPCBSDv1.3&rev=0&sc=0)

PC-BSD SMP Kernel Configuration (http://websvn.pcbsd.org/filedetails.php?repname=PC-BSD&path=%2Fpcbsd%2Ftrunk%2Fsystem-overlay%2FPCBSD%2Fconf%2FPCBSDv1.3-SMP&rev=0&sc=0)

Gotta love WebSVN hehehe.

ChiperSoft
04-13-2007, 11:54 PM
Ok, so that's not it after all. I'm really lost and confused then.

antik
04-14-2007, 09:56 AM
But if i try to mount it from command line:

pcbsd-101# mount /dev/da1s1 /home/kimba/usbdisk
mount: /dev/da1s1: No such file or directory

or

pcbsd-101# mount -t vfat /dev/da1s1 /home/kimba/usbdisk
mount: exec mount_vfat not found in /sbin:/usr/sbin: No such file or directory

What do u think?


I think you missed the part that BSD IS NOT LINUX.

mount_msdosfs /dev/da1s1 /home/kimba/usbdisk