Re: FAT32/NTFS, external hard drive issue

2004-11-23 Thread Zeng Nan
On Mon, Nov 22, 2004 at 05:51:36PM -0800, scott renna wrote:
 
 The mount command I'm using is mount /dev/da0s1
 /mnt/external and it results in:
 
 mount: /dev/da0s1 on /mnt/external: incorrect super
 block
 

Try mount_msdosfs for fat32 and mount_ntfs for ntfs

-- 
Zeng Nan   
Simple is Beautiful.

PGP Key:  http://hobbit.homeunix.org


pgpWTMbuGCv0k.pgp
Description: PGP signature


Re: FAT32/NTFS, external hard drive issue

2004-11-22 Thread scott renna
Sorry took me so long to get back to this message, but
here's what I got:

fdisk /dev/da0s1:

*** Working on device /dev/da0s1 ***
parameters extracted from in-core disklabel are:
cylinders=19456 heads=255 sectors/track=63 (16065
blks/cyl)

Figures below won't work with BIOS for partitions not
in cyl 1
parameters to be used for BIOS calculations are:
cylinders=19456 heads=255 sectors/track=63 (16065
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 104 (0x68),(unknown)
start 1936028272, size 1851859059 (904228 Meg),
flag 6e
beg: cyl 116/ head 100/ sector 32;
end: cyl 288/ head 101/ sector 46
The data for partition 2 is:
sysid 121 (0x79),(QNX4.x 3rd part)
start 1330184192, size 538976288 (263172 Meg),
flag 79
beg: cyl 357/ head 32/ sector 43;
end: cyl 0/ head 13/ sector 10
The data for partition 3 is:
sysid 83 (0x53),(DM6 Aux3)
start 538989391, size 1398362912 (682794 Meg),
flag 20
beg: cyl 345/ head 32/ sector 19;
end: cyl 324/ head 77/ sector 19
The data for partition 4 is:
sysid 73 (0x49),(unknown)
start 1394627663, size 21337 (10 Meg), flag 7e
beg: cyl 87/ head 1/ sector 0;
end: cyl 335/ head 78/ sector 2

The mount command I'm using is mount /dev/da0s1
/mnt/external and it results in:

mount: /dev/da0s1 on /mnt/external: incorrect super
block

Any feedback on this would be very much appreciated. 
I have created the FAT32 patition on /dev/da0 using
Partition magic.

Scott Renna
--- Warren Block [EMAIL PROTECTED] wrote:

 On Tue, 16 Nov 2004, scott renna wrote:
 
  Yeah...so suprise still not working.  I was having
  issues with getting XP to format the usb drive as
  fat32. so i ran it through with partition magic,
  creating a fat32 partiton, but BSD isn't able to
 read
  it.
 
  So now I'm at a loss.  FreeBSD creates a FAT32
  partition for me and Windows can't read it and now
 the
  other way around it won't work.
 
  Any suggestions?
 
 Post the mount command you're using and the errors
 you see, and it 
 should be fixable.  Maybe also the output from fdisk
 for that drive.
 
 -Warren Block * Rapid City, South Dakota USA
 ___
 [EMAIL PROTECTED] mailing list

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




__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

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


Re: FAT32/NTFS, external hard drive issue

2004-11-17 Thread Warren Block
On Tue, 16 Nov 2004, scott renna wrote:
Yeah...so suprise still not working.  I was having
issues with getting XP to format the usb drive as
fat32. so i ran it through with partition magic,
creating a fat32 partiton, but BSD isn't able to read
it.
So now I'm at a loss.  FreeBSD creates a FAT32
partition for me and Windows can't read it and now the
other way around it won't work.
Any suggestions?
Post the mount command you're using and the errors you see, and it 
should be fixable.  Maybe also the output from fdisk for that drive.

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FAT32/NTFS, external hard drive issue

2004-11-16 Thread scott renna
Yeah...so suprise still not working.  I was having
issues with getting XP to format the usb drive as
fat32. so i ran it through with partition magic,
creating a fat32 partiton, but BSD isn't able to read
it.

So now I'm at a loss.  FreeBSD creates a FAT32
partition for me and Windows can't read it and now the
other way around it won't work.

Any suggestions?

--- Warren Block [EMAIL PROTECTED] wrote:

 On Thu, 11 Nov 2004, scott renna wrote:
 
  I created a FAT32 parition on the external drive
 from
  /stand/sysinstall and dropped some files onto it. 
 I
  then moved it over to the win box to see if it
 could
  see it and sadly no.  Is there a way to set up
  pseudo-drive assignments from FreeBSD on a FAT32
  partition so that Windows can see it?
 
 Windows can be rather stupid about what it thinks is
 allowed.  Create 
 the FAT32 partition with Windows, and FreeBSD should
 have no problem 
 reading and writing to it.
 
 -Warren Block * Rapid City, South Dakota USA
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FAT32/NTFS, external hard drive issue

2004-11-12 Thread scott renna
nfs client...i like the sound of that.
I could use Samba, but the idea is that I want to be
able to grab files direct from BSD at USB2.0 rates.  I
guess I could use gigabit ethernet for this nfs client
idea.  it sounds like more of a challenge than samba.

--- Brian McCann [EMAIL PROTECTED] wrote:

 Is this between 2 different PCs?  Why not use Samba?
  Or, if you are
 daring, an NFS client for Windows.
 
 --Brian
 
 
 On Thu, 11 Nov 2004 05:58:23 -0800 (PST), scott
 renna
 [EMAIL PROTECTED] wrote:
  Hello list,
  
  I was wondering if you all might be able to help
 on
  this.  I recently purchased an external hard drive
  case and dropped an IDE drive into it.  It's great
 and
  all, except that the transfer speed is limited to
  1Mb/s due to an error message that I had posted on
 the
  list a few days back(GET MAX LUN STALLED).  That's
  fine, I can deal with it for now.  Here's the
 issue:
  
  I created a FAT32 parition on the external drive
 from
  /stand/sysinstall and dropped some files onto it. 
 I
  then moved it over to the win box to see if it
 could
  see it and sadly no.  Is there a way to set up
  pseudo-drive assignments from FreeBSD on a FAT32
  partition so that Windows can see it?
  
  __
  Do You Yahoo!?
  Tired of spam?  Yahoo! Mail has the best spam
 protection around
  http://mail.yahoo.com
  ___
  [EMAIL PROTECTED] mailing list
 

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




__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 

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


FAT32/NTFS, external hard drive issue

2004-11-11 Thread scott renna
Hello list,

I was wondering if you all might be able to help on
this.  I recently purchased an external hard drive
case and dropped an IDE drive into it.  It's great and
all, except that the transfer speed is limited to
1Mb/s due to an error message that I had posted on the
list a few days back(GET MAX LUN STALLED).  That's
fine, I can deal with it for now.  Here's the issue:

I created a FAT32 parition on the external drive from
/stand/sysinstall and dropped some files onto it.  I
then moved it over to the win box to see if it could
see it and sadly no.  Is there a way to set up
pseudo-drive assignments from FreeBSD on a FAT32
partition so that Windows can see it?



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FAT32/NTFS, external hard drive issue

2004-11-11 Thread Brian McCann
Is this between 2 different PCs?  Why not use Samba?  Or, if you are
daring, an NFS client for Windows.

--Brian


On Thu, 11 Nov 2004 05:58:23 -0800 (PST), scott renna
[EMAIL PROTECTED] wrote:
 Hello list,
 
 I was wondering if you all might be able to help on
 this.  I recently purchased an external hard drive
 case and dropped an IDE drive into it.  It's great and
 all, except that the transfer speed is limited to
 1Mb/s due to an error message that I had posted on the
 list a few days back(GET MAX LUN STALLED).  That's
 fine, I can deal with it for now.  Here's the issue:
 
 I created a FAT32 parition on the external drive from
 /stand/sysinstall and dropped some files onto it.  I
 then moved it over to the win box to see if it could
 see it and sadly no.  Is there a way to set up
 pseudo-drive assignments from FreeBSD on a FAT32
 partition so that Windows can see it?
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: FAT32/NTFS, external hard drive issue

2004-11-11 Thread Warren Block
On Thu, 11 Nov 2004, scott renna wrote:
I created a FAT32 parition on the external drive from
/stand/sysinstall and dropped some files onto it.  I
then moved it over to the win box to see if it could
see it and sadly no.  Is there a way to set up
pseudo-drive assignments from FreeBSD on a FAT32
partition so that Windows can see it?
Windows can be rather stupid about what it thinks is allowed.  Create 
the FAT32 partition with Windows, and FreeBSD should have no problem 
reading and writing to it.

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]