Re: Mounting Western Digital USB drive?

2008-01-14 Thread Jerry McAllister
On Thu, Dec 13, 2007 at 11:02:29AM -0500, Jerry McAllister wrote:

 On Thu, Dec 13, 2007 at 10:53:38AM -0500, Patrick Baldwin wrote:
 
  
  I'm wondering if I need to format the USB drive for use with FreeBSD?
 
 I think you will have to use something to divide the disk in to more
 than one slice, each of which can be what you want - fat32, FreeBSD, etc.
 or maybe upgrade to a more recent FreeBSD.
 
 I tried it with Partition Magic, but it failed because it wouldn't
 recognize USB disks - not even the 8.0 version which claims it will.
 
 I haven't had time to try gparted or any others.  Will do so soon.

Just a followup.   I finally got around to downloading the gparted
boot disk and it worked just fine.  I was able to muck with my external
USB drive all I wanted.   Not as pretty a display as Partition Magic
but close and has the advantage that it works.

jerry


 
 jerry
 
  
  
  On 12/12/07, Patrick Baldwin [EMAIL PROTECTED] wrote:
  Hi, I'm trying to mount a 160 GB Western Digital USB 2.0 drive on a
  FreeBSD 6.2 system.  This seemed like it should be relatively simple,
  but:
  
  webmail# mount /dev/da0s1 /mnt/usbdrive
  mount: /dev/da0s1 on /mnt/usbdrive: incorrect super block
  
  OK, it seemed a good chance the USB drive was formatted with NTFS, so I
  tried:
  
  webmail# mount_ntfs /dev/da0s1 /mnt/usbdrive
  mount_ntfs: /dev/da0s1: Invalid argument
  
  Further reading on mount_ntfs suggested that even if I got it to
  work, it's not quite what I want:  I want read  write access
  with compressed files supported.
  
  dmesg:
  umass0: Western Digital External HDD, rev 2.00/1.04, addr 2
  da0 at umass-sim0 bus 0 target 0 lun 0
  da0: WD 1600BEV External 1.04 Fixed Direct Access SCSI-4 device
  da0: 40.000MB/s transfers
  da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)
  
usbdevs -v
  Controller /dev/usb0:
  addr 1: full speed, self powered, config 1, UHCI root hub(0x),
  Intel(0x), rev 1.00
port 1 powered
port 2 powered
  Controller /dev/usb1:
  addr 1: full speed, self powered, config 1, UHCI root hub(0x),
  Intel(0x), rev 1.00
port 1 powered
port 2 powered
  Controller /dev/usb2:
  addr 1: high speed, self powered, config 1, EHCI root hub(0x),
  Intel(0x), rev 1.00
port 1 addr 2: high speed, self powered, config 1, External
  HDD(0x0702), Western Digital(0x1058), rev 1.04
port 2 powered
port 3 powered
port 4 powered
  
  Any help appreciated.
  
  
  
  
  
  
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
  
  
  
  
  
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-13 Thread Tsetsbold Narantungalag

Hi,

have you tried this before:

#mount_msdosfs /dev/da0s1 /mnt/usb

Tsetsbold
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-13 Thread Chris Whitehouse

Patrick Baldwin wrote:

Tsetsbold Narantungalag wrote:

Hi,

have you tried this before:

#mount_msdosfs /dev/da0s1 /mnt/usb



I hadn't initially, but I have now:

# mount_msdosfs /dev/da0s1 /mnt/usbdrive
mount_msdosfs: /dev/da0s1: Invalid argument

And dmesg:


umass0: Western Digital External HDD, rev 2.00/1.04, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: WD 1600BEV External 1.04 Fixed Direct Access SCSI-4 device
da0: 40.000MB/s transfers
da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)
mountmsdosfs(): disk too big, sorry
mountmsdosfs(): disk too big, sorry
mountmsdosfs(): disk too big, sorry



...which seems to suggest the drive is to big for mount_msdosfs
to work.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]



Did you see my reply the other day?

I don't know how it is now but there used to be an upper limit on FAT32 
filesystem size in FreeBSD, 128gb I believe. You could get round it by 
recompiling your kernel with MSDOSFS_LARGE but there were some 
limitations on it's use. I'm sure google would find further info.



Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-13 Thread Patrick Baldwin

Yi Wang wrote:

Try mount_ntfs /dev/da0 /mnt

some usb disk doesn't have s1 postfix.


I get:

webmail#  mount_ntfs /dev/da0 /mnt/usbdrive
mount_ntfs: /dev/da0: Invalid argument

I'm wondering if I need to format the USB drive for use with FreeBSD?



On 12/12/07, Patrick Baldwin [EMAIL PROTECTED] wrote:

Hi, I'm trying to mount a 160 GB Western Digital USB 2.0 drive on a
FreeBSD 6.2 system.  This seemed like it should be relatively simple,
but:

webmail# mount /dev/da0s1 /mnt/usbdrive
mount: /dev/da0s1 on /mnt/usbdrive: incorrect super block

OK, it seemed a good chance the USB drive was formatted with NTFS, so I
tried:

webmail# mount_ntfs /dev/da0s1 /mnt/usbdrive
mount_ntfs: /dev/da0s1: Invalid argument

Further reading on mount_ntfs suggested that even if I got it to
work, it's not quite what I want:  I want read  write access
with compressed files supported.

dmesg:
umass0: Western Digital External HDD, rev 2.00/1.04, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: WD 1600BEV External 1.04 Fixed Direct Access SCSI-4 device
da0: 40.000MB/s transfers
da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)

  usbdevs -v
Controller /dev/usb0:
addr 1: full speed, self powered, config 1, UHCI root hub(0x),
Intel(0x), rev 1.00
  port 1 powered
  port 2 powered
Controller /dev/usb1:
addr 1: full speed, self powered, config 1, UHCI root hub(0x),
Intel(0x), rev 1.00
  port 1 powered
  port 2 powered
Controller /dev/usb2:
addr 1: high speed, self powered, config 1, EHCI root hub(0x),
Intel(0x), rev 1.00
  port 1 addr 2: high speed, self powered, config 1, External
HDD(0x0702), Western Digital(0x1058), rev 1.04
  port 2 powered
  port 3 powered
  port 4 powered

Any help appreciated.






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]







___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-13 Thread Patrick Baldwin

Tsetsbold Narantungalag wrote:

Hi,

have you tried this before:

#mount_msdosfs /dev/da0s1 /mnt/usb



I hadn't initially, but I have now:

# mount_msdosfs /dev/da0s1 /mnt/usbdrive
mount_msdosfs: /dev/da0s1: Invalid argument

And dmesg:


umass0: Western Digital External HDD, rev 2.00/1.04, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: WD 1600BEV External 1.04 Fixed Direct Access SCSI-4 device
da0: 40.000MB/s transfers
da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)
mountmsdosfs(): disk too big, sorry
mountmsdosfs(): disk too big, sorry
mountmsdosfs(): disk too big, sorry



...which seems to suggest the drive is to big for mount_msdosfs
to work.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-13 Thread Jerry McAllister
On Thu, Dec 13, 2007 at 10:53:38AM -0500, Patrick Baldwin wrote:

 Yi Wang wrote:
 Try mount_ntfs /dev/da0 /mnt
 
 some usb disk doesn't have s1 postfix.
 
 I get:
 
 webmail#  mount_ntfs /dev/da0 /mnt/usbdrive
 mount_ntfs: /dev/da0: Invalid argument
 
 I'm wondering if I need to format the USB drive for use with FreeBSD?

I think you will have to use something to divide the disk in to more
than one slice, each of which can be what you want - fat32, FreeBSD, etc.
or maybe upgrade to a more recent FreeBSD.

I tried it with Partition Magic, but it failed because it wouldn't
recognize USB disks - not even the 8.0 version which claims it will.

I haven't had time to try gparted or any others.  Will do so soon.

jerry

 
 
 On 12/12/07, Patrick Baldwin [EMAIL PROTECTED] wrote:
 Hi, I'm trying to mount a 160 GB Western Digital USB 2.0 drive on a
 FreeBSD 6.2 system.  This seemed like it should be relatively simple,
 but:
 
 webmail# mount /dev/da0s1 /mnt/usbdrive
 mount: /dev/da0s1 on /mnt/usbdrive: incorrect super block
 
 OK, it seemed a good chance the USB drive was formatted with NTFS, so I
 tried:
 
 webmail# mount_ntfs /dev/da0s1 /mnt/usbdrive
 mount_ntfs: /dev/da0s1: Invalid argument
 
 Further reading on mount_ntfs suggested that even if I got it to
 work, it's not quite what I want:  I want read  write access
 with compressed files supported.
 
 dmesg:
 umass0: Western Digital External HDD, rev 2.00/1.04, addr 2
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0: WD 1600BEV External 1.04 Fixed Direct Access SCSI-4 device
 da0: 40.000MB/s transfers
 da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)
 
   usbdevs -v
 Controller /dev/usb0:
 addr 1: full speed, self powered, config 1, UHCI root hub(0x),
 Intel(0x), rev 1.00
   port 1 powered
   port 2 powered
 Controller /dev/usb1:
 addr 1: full speed, self powered, config 1, UHCI root hub(0x),
 Intel(0x), rev 1.00
   port 1 powered
   port 2 powered
 Controller /dev/usb2:
 addr 1: high speed, self powered, config 1, EHCI root hub(0x),
 Intel(0x), rev 1.00
   port 1 addr 2: high speed, self powered, config 1, External
 HDD(0x0702), Western Digital(0x1058), rev 1.04
   port 2 powered
   port 3 powered
   port 4 powered
 
 Any help appreciated.
 
 
 
 
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 
 
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-13 Thread Erik Trulsson
On Thu, Dec 13, 2007 at 03:54:44PM +, Chris Whitehouse wrote:
 Patrick Baldwin wrote:
 Tsetsbold Narantungalag wrote:
 Hi,
 
 have you tried this before:
 
 #mount_msdosfs /dev/da0s1 /mnt/usb
 
 I hadn't initially, but I have now:
 # mount_msdosfs /dev/da0s1 /mnt/usbdrive
 mount_msdosfs: /dev/da0s1: Invalid argument
 And dmesg:
 umass0: Western Digital External HDD, rev 2.00/1.04, addr 2
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0: WD 1600BEV External 1.04 Fixed Direct Access SCSI-4 device
 da0: 40.000MB/s transfers
 da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)
 mountmsdosfs(): disk too big, sorry
 mountmsdosfs(): disk too big, sorry
 mountmsdosfs(): disk too big, sorry
 ...which seems to suggest the drive is to big for mount_msdosfs
 to work.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 Did you see my reply the other day?
 
 I don't know how it is now but there used to be an upper limit on FAT32 
 filesystem size in FreeBSD, 128gb I believe. You could get round it by 
 recompiling your kernel with MSDOSFS_LARGE but there were some limitations 
 on it's use. I'm sure google would find further info.

In the latest versions of FreeBSD this has been changed from a kernel
option, to a mount time option.

Try 'mount_msdosfs -o large /dev/da0s1 /mnt/usb'

If that does not help you might wish to run 'fdisk /dev/da0' and 
'file /dev/da0s1' to find out what the disk is already formatted as.

If nothing else works I guess you can always use fdisk/bsdlabel/newfs to
reformat the disk with a standard FreeBSD filesystem - assuming that there
is not already some files on that disk that you wish to read.



-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-12 Thread Alex Zbyslaw

Patrick Baldwin wrote:


Hi, I'm trying to mount a 160 GB Western Digital USB 2.0 drive on a
FreeBSD 6.2 system.  This seemed like it should be relatively simple,
but:

webmail# mount /dev/da0s1 /mnt/usbdrive
mount: /dev/da0s1 on /mnt/usbdrive: incorrect super block

OK, it seemed a good chance the USB drive was formatted with NTFS, so 
I tried:


webmail# mount_ntfs /dev/da0s1 /mnt/usbdrive
mount_ntfs: /dev/da0s1: Invalid argument

Further reading on mount_ntfs suggested that even if I got it to
work, it's not quite what I want:  I want read  write access
with compressed files supported.


If it doesn't mount as NTFS then FAT32 seems like a distinct 
possibility.  Try file -s /dev/da0s1 and see what it says e.g.


$ file -s /dev/ad10s6
/dev/ad10s6: x86 boot sector, code offset 0x58, OEM-ID MSWIN4.1, 
sectors/cluster 32, reserved sectors 34, Media descriptor 0xf8, heads 
255, hidden sectors 63, sectors 42299082 (volumes  32 MB) , FAT (32 
bit), sectors/FAT 10323, reserved3 0x80, serial number 0x43937937, 
label: SAMSUNG


If it is NTFS (or you reformat it to be) then maybe ntfs-3g is what you 
want (should be in ports) but I've never used it.


If all else fails, can you connect to a a Windows machine and see what 
it thinks it is?  I fail to remember how you figure out file system type 
in Windows but right-click-properties on the disk might do it.


--Alex




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-12 Thread Patrick Baldwin

Trix Farrar wrote:

On Tue, Dec 11, 2007 at 06:03:03PM -0500, Patrick Baldwin wrote:

Hi, I'm trying to mount a 160 GB Western Digital USB 2.0 drive on a
FreeBSD 6.2 system.  This seemed like it should be relatively simple,
but:

webmail# mount /dev/da0s1 /mnt/usbdrive
mount: /dev/da0s1 on /mnt/usbdrive: incorrect super block



It's probably formatted msdosfs.  Have you tried:

webmail# mount -t msdosfs /dev/da0s1 /mnt/usbdrive



No, I hadn't, but that doesn't seem to work either:

mount -t msdosfs /dev/da0s1 /mnt/usbdrive
mount_msdosfs: /dev/da0s1: Invalid argument

webmail# dmesg
umass0: Western Digital External HDD, rev 2.00/1.04, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: WD 1600BEV External 1.04 Fixed Direct Access SCSI-4 device
da0: 40.000MB/s transfers
da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)
mountmsdosfs(): disk too big, sorry
mountmsdosfs(): disk too big, sorry


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-12 Thread Drew Tomlinson

On 12/12/2007 7:50 AM Patrick Baldwin said the following:

Trix Farrar wrote:

On Tue, Dec 11, 2007 at 06:03:03PM -0500, Patrick Baldwin wrote:

Hi, I'm trying to mount a 160 GB Western Digital USB 2.0 drive on a
FreeBSD 6.2 system.  This seemed like it should be relatively simple,
but:

webmail# mount /dev/da0s1 /mnt/usbdrive
mount: /dev/da0s1 on /mnt/usbdrive: incorrect super block



It's probably formatted msdosfs.  Have you tried:

webmail# mount -t msdosfs /dev/da0s1 /mnt/usbdrive



No, I hadn't, but that doesn't seem to work either:

mount -t msdosfs /dev/da0s1 /mnt/usbdrive
mount_msdosfs: /dev/da0s1: Invalid argument

webmail# dmesg
umass0: Western Digital External HDD, rev 2.00/1.04, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: WD 1600BEV External 1.04 Fixed Direct Access SCSI-4 device
da0: 40.000MB/s transfers
da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)
mountmsdosfs(): disk too big, sorry
mountmsdosfs(): disk too big, sorry 


Just a guess here but it's likely the drive was formatted as NTFS 
instead of FAT-32 if it's a recent drive.  Try mount_ntfs.


HTH,

Drew

--
Be a Great Magician!
Visit The Alchemist's Warehouse

http://www.alchemistswarehouse.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-12 Thread Patrick Baldwin

Drew Tomlinson wrote:

On 12/12/2007 7:50 AM Patrick Baldwin said the following:

Trix Farrar wrote:

On Tue, Dec 11, 2007 at 06:03:03PM -0500, Patrick Baldwin wrote:

Hi, I'm trying to mount a 160 GB Western Digital USB 2.0 drive on a
FreeBSD 6.2 system.  This seemed like it should be relatively simple,
but:

webmail# mount /dev/da0s1 /mnt/usbdrive
mount: /dev/da0s1 on /mnt/usbdrive: incorrect super block



It's probably formatted msdosfs.  Have you tried:

webmail# mount -t msdosfs /dev/da0s1 /mnt/usbdrive



No, I hadn't, but that doesn't seem to work either:

mount -t msdosfs /dev/da0s1 /mnt/usbdrive
mount_msdosfs: /dev/da0s1: Invalid argument

webmail# dmesg
umass0: Western Digital External HDD, rev 2.00/1.04, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: WD 1600BEV External 1.04 Fixed Direct Access SCSI-4 device
da0: 40.000MB/s transfers
da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)
mountmsdosfs(): disk too big, sorry
mountmsdosfs(): disk too big, sorry 


Just a guess here but it's likely the drive was formatted as NTFS 
instead of FAT-32 if it's a recent drive.  Try mount_ntfs.


HTH,



Tried that, got:

webmail# mount_ntfs /dev/da0s1 /mnt/usbdrive
mount_ntfs: /dev/da0s1: Invalid argument

Which doesn't make any sense to me, as it seems to
be telling me the /dev/da0s1 is an invalid argument.

Just for the hell of it, I tried:
webmail# mount_ntfs /dev/da0 /mnt/usbdrive
mount_ntfs: /dev/da0: Invalid argument

Argh.  Hate it when what I expected to be a simple task
eats this much time.





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-12 Thread Drew Tomlinson

On 12/12/2007 8:20 AM Patrick Baldwin said the following:

Drew Tomlinson wrote:

On 12/12/2007 7:50 AM Patrick Baldwin said the following:

Trix Farrar wrote:

On Tue, Dec 11, 2007 at 06:03:03PM -0500, Patrick Baldwin wrote:

Hi, I'm trying to mount a 160 GB Western Digital USB 2.0 drive on a
FreeBSD 6.2 system.  This seemed like it should be relatively simple,
but:

webmail# mount /dev/da0s1 /mnt/usbdrive
mount: /dev/da0s1 on /mnt/usbdrive: incorrect super block



It's probably formatted msdosfs.  Have you tried:

webmail# mount -t msdosfs /dev/da0s1 /mnt/usbdrive



No, I hadn't, but that doesn't seem to work either:

mount -t msdosfs /dev/da0s1 /mnt/usbdrive
mount_msdosfs: /dev/da0s1: Invalid argument

webmail# dmesg
umass0: Western Digital External HDD, rev 2.00/1.04, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: WD 1600BEV External 1.04 Fixed Direct Access SCSI-4 device
da0: 40.000MB/s transfers
da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)
mountmsdosfs(): disk too big, sorry
mountmsdosfs(): disk too big, sorry 


Just a guess here but it's likely the drive was formatted as NTFS 
instead of FAT-32 if it's a recent drive.  Try mount_ntfs.


HTH,



Tried that, got:

webmail# mount_ntfs /dev/da0s1 /mnt/usbdrive
mount_ntfs: /dev/da0s1: Invalid argument

Which doesn't make any sense to me, as it seems to
be telling me the /dev/da0s1 is an invalid argument.

Just for the hell of it, I tried:
webmail# mount_ntfs /dev/da0 /mnt/usbdrive
mount_ntfs: /dev/da0: Invalid argument

Argh.  Hate it when what I expected to be a simple task
eats this much time.


Another guess.  I wonder if you have to spell out the full slice such as 
/dev/da0s1whatever.  I know slice c is used to represent the entire 
drive but there's something special about it.  Thus verify that mounding 
/dev/da0/s1c will not destroy data before mounting.  Maybe bsdlabel 
would be of help here?  It should show you the slices on the drive and 
then you can try mounting.


Good luck,

Drew


--
Be a Great Magician!
Visit The Alchemist's Warehouse

http://www.alchemistswarehouse.com

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-12 Thread Chris Whitehouse

Patrick Baldwin wrote:

Trix Farrar wrote:

On Tue, Dec 11, 2007 at 06:03:03PM -0500, Patrick Baldwin wrote:

Hi, I'm trying to mount a 160 GB Western Digital USB 2.0 drive on a
FreeBSD 6.2 system.  This seemed like it should be relatively simple,
but:




mountmsdosfs(): disk too big, sorry
mountmsdosfs(): disk too big, sorry


I don't know how it is now but there used to be an upper limit on FAT32 
filesystem size in FreeBSD, 128gb I believe. You could get round it by 
recompiling your kernel with MSDOSFS_LARGE but there were some 
limitations on it's use. I'm sure google would find further info.



Chris



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mounting Western Digital USB drive?

2007-12-12 Thread Yi Wang
Try mount_ntfs /dev/da0 /mnt

some usb disk doesn't have s1 postfix.

On 12/12/07, Patrick Baldwin [EMAIL PROTECTED] wrote:
 Hi, I'm trying to mount a 160 GB Western Digital USB 2.0 drive on a
 FreeBSD 6.2 system.  This seemed like it should be relatively simple,
 but:

 webmail# mount /dev/da0s1 /mnt/usbdrive
 mount: /dev/da0s1 on /mnt/usbdrive: incorrect super block

 OK, it seemed a good chance the USB drive was formatted with NTFS, so I
 tried:

 webmail# mount_ntfs /dev/da0s1 /mnt/usbdrive
 mount_ntfs: /dev/da0s1: Invalid argument

 Further reading on mount_ntfs suggested that even if I got it to
 work, it's not quite what I want:  I want read  write access
 with compressed files supported.

 dmesg:
 umass0: Western Digital External HDD, rev 2.00/1.04, addr 2
 da0 at umass-sim0 bus 0 target 0 lun 0
 da0: WD 1600BEV External 1.04 Fixed Direct Access SCSI-4 device
 da0: 40.000MB/s transfers
 da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C)

   usbdevs -v
 Controller /dev/usb0:
 addr 1: full speed, self powered, config 1, UHCI root hub(0x),
 Intel(0x), rev 1.00
   port 1 powered
   port 2 powered
 Controller /dev/usb1:
 addr 1: full speed, self powered, config 1, UHCI root hub(0x),
 Intel(0x), rev 1.00
   port 1 powered
   port 2 powered
 Controller /dev/usb2:
 addr 1: high speed, self powered, config 1, EHCI root hub(0x),
 Intel(0x), rev 1.00
   port 1 addr 2: high speed, self powered, config 1, External
 HDD(0x0702), Western Digital(0x1058), rev 1.04
   port 2 powered
   port 3 powered
   port 4 powered

 Any help appreciated.






 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]



-- 
Regards,
Wang Yi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]