Re: USB can't mount msdosfs drive

2013-06-06 Thread Joseph Mays
If you do a ls /dev/da* What does it show. root@warehouse:/root # ls -la /dev/da* crw-r- 1 root operator0, 123 Jun 4 17:08 /dev/da0 crw-r- 1 root operator0, 124 Jun 4 17:08 /dev/da0s1 crw-r- 1 root operator0, 131 Jun 4 17:08 /dev/da1 crw-r- 1 root operator

Re: USB can't mount msdosfs drive

2013-06-06 Thread Joseph Mays
Just checking the obvious: you're sure this particular disk is showing up as da2, right? Yes. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

USB can't mount msdosfs drive

2013-06-05 Thread Joseph Mays
Tried several iterations, though it’s clearly a fat32 formatted USB drive. Shown below are the results of fdisk and the mount_msdosfs command. root@warehouse:/root # fdisk /dev/da2 *** Working on device /dev/da2 *** parameters extracted from in-core disklabel are: cylinders=1897

Re: USB can't mount msdosfs drive

2013-06-05 Thread Joseph Mays
features From: Joseph Mays Sent: Wednesday, June 05, 2013 11:55 AM To: freebsd-questions@freebsd.org Subject: USB can't mount msdosfs drive Tried several iterations, though it’s clearly a fat32 formatted USB drive. Shown below are the results of fdisk and the mount_msdosfs command. root@warehouse

Re: USB can't mount msdosfs drive

2013-06-05 Thread Joseph Mays
- From: Tijl Coosemans Sent: Wednesday, June 05, 2013 1:36 PM To: Joseph Mays Cc: freebsd-questions@freebsd.org Subject: Re: USB can't mount msdosfs drive ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: USB can't mount msdosfs drive

2013-06-05 Thread Joseph Mays
Maybe the large option to mount_msdosfs(8)? Also, something is odd about the first partition starting at 8064. What does 'gpart show da2' say? root@warehouse:/backups # gpart show da2 = 63 30481089 da2 MBR (14G) 63 8001 - free - (3.9M) 8064 304730881

Re: USB can't mount msdosfs drive

2013-06-05 Thread Joseph Mays
root@warehouse:/backups # mount_msdosfs -o large /dev/da2s1 /usb2 mount_msdosfs: /dev/da2s1: Invalid argument -Original Message- From: Warren Block Sent: Wednesday, June 05, 2013 2:50 PM To: Joseph Mays Cc: freebsd-questions@freebsd.org Subject: Re: USB can't mount msdosfs drive

Re: USB can't mount msdosfs drive

2013-06-05 Thread Joseph Mays
did you already try to access da2 instead of da2s1? Yeah, tried that early on, got the same result. root@warehouse:/backups/postgres-02/info # mount_msdosfs /dev/da2 /usb2 mount_msdosfs: /dev/da2: Invalid argument But just to be fully sure: This is a USB stick / thumb drive, right? Yes.

FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread Joseph Mays
Trying to load FreeBSD 8.3 on to an LSI MegaRAID 9265i volume -- 3 3TB disks for a total volume size of 8.8 TB. The installer program runs from the DVD (we are using 8.3 because we couldn't get a 9.0 boot disk to load at all, actually.) But when it gets to the point of creating partitions it

PHP5/MySQL Problem

2007-07-16 Thread Joseph Mays
Been dealing with a very frustrating couple of days, and have hit a wall. I had a working gallery2 installation, then upgraded mysqli, and all hell broke loose. When I try to open a page (in this case gallery2) that connects to the database. It always says Too many open links. The thing is,