Welcome, Guest. Please login or register.

Author Topic: External SCSI HD  (Read 4685 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline mindprober

  • Sr. Member
  • ****
  • Join Date: Mar 2004
  • Posts: 480
  • Country: us
  • Gender: Male
    • Show only replies by mindprober
Re: External SCSI HD
« Reply #14 from previous page: July 27, 2004, 03:46:31 AM »
Doesn't CrossDOS v7 support long filenames?
 

Offline JimS

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1155
    • Show only replies by JimS
Re: External SCSI HD
« Reply #15 on: July 27, 2004, 02:43:54 PM »
The 2091 controller with pre-7.0 firmware only supports 1GB drives. (for example)
Obsolescence is futile. You will be emulated. - Amigus of Borg
 

Offline JimS

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1155
    • Show only replies by JimS
Re: External SCSI HD
« Reply #16 on: July 27, 2004, 02:47:57 PM »
Yes, the later versions of CrossDOS supports long filenames.. but I've had other problems with it... and plan to switch to FAT95.
Obsolescence is futile. You will be emulated. - Amigus of Borg
 

Offline adolescent

  • Hero Member
  • *****
  • Join Date: Sep 2003
  • Posts: 3056
    • Show only replies by adolescent
Re: External SCSI HD
« Reply #17 on: July 27, 2004, 04:53:31 PM »
Quote

jeffimix wrote:
Unless of course the SCSI controller doesn't support large disks. I believe for example, the builtin IDE of the 600s often supported only disks under a gigabyte?


There's a lot of miss-information out there regarding the A600 KS2.05 IDE.  I have a 2G HD in my v37.300 and have had a 4G in there also.  This Kickstart was reported to only accept drives under 40MB, which is incorrect.
Time to move on.  Bye Amiga.org.  :(
 

Offline adolescent

  • Hero Member
  • *****
  • Join Date: Sep 2003
  • Posts: 3056
    • Show only replies by adolescent
Re: External SCSI HD
« Reply #18 on: July 27, 2004, 05:03:13 PM »
FAT95 by default only adds the MS0/MS1 (PC floppy) devices.  Read the readme.too file for information on how to add a HD.  There are sample mountlists in the archive (fat95mountlist and examples) that you can use as a base.
Time to move on.  Bye Amiga.org.  :(
 

Offline X-rayTopic starter

  • Hero Member
  • *****
  • Join Date: Jul 2004
  • Posts: 4370
    • Show only replies by X-ray
Re: External SCSI HD
« Reply #19 on: July 27, 2004, 06:23:19 PM »
Okay, I solved it (sort of):

Firstly, there was no way I could get Fat95 to recognise any type of FAT format I could do with WinXP. I changed clusters, I changed partitions I did it all and no luck. The thing was not recogniseable on the Amiga.

In my previous post, you'll recall I left it at the NDOS situation, waiting to see if any tips would surface. Well, I gave up and decided to format the thing and repartition it to Amiga. I went into the file type of the drive, changed it to L:fat95 and made three partitions and saved changes. Only one icon appeared, so I formatted that. It took a long time. Funny thing is after the format I had a single 3gb partition, not three 1gb partitions like I wanted. I copied files onto it, switched off the Amiga and plugged the drive into the PC. Success! There were all the files, visible on PC. I then copied MP3s from the PC onto the SCSI and connected it back to the Amiga. Yes! There they were, in their original PC filenames, long. Trouble is they won't play directly in that long file name, but the files are fine because they play when renamed shorter (25 characters maximum to be precise)
I need help working out how to get them to be useable without renaming. Other issues:

1) I can leave the drive connected to both PC and Amiga, when they are both switched on, provided the PC was booted with the HD powered up.
2) If the drive and Amiga are switched on first, then the PC booted after, if there is a SCSI rescan from the PC side (even if the drive is not being accessed by the Amiga)YOU WILL SUFFER THE MOST TERRIBLE CONSEQUENCES ON ALL YOUR DRIVES ON THE AMIGA SCSI chain. I spent 4 hours last night trying to revalidate and undelete and repair my data on the Amiga side because of this. It was no joke. It was guru city.
3) Safest sequence: scsi on, PC on, wait for PC boot complete, then Amiga on. The drive can then be seen by both computers simultaneously, but not accessed simultaneously. I tried that and the PC folder window did the classic freeze and 'not respond' act.
4) I gotta redo this sometime because I don't fancy pushing my luck with a 3gb partition on the Amiga 3.1.

----------------------------------------------------------
Childrens' version:

One day Amy and Percy went on a picnic. They took a small basket with them, with cookies inside. Percy held the left handle and Amy held the right handle. They got hungry and Amy and Percy decided to reach for a cookie at the same time by chance. Feeling Amy's hand already in the basket, Percy backed off and silently sulked at not being able to get at the cookies. Amy remarked that the cookie was too big to bite and Percy suggested that she break a bit off the end first.
When they got home, they set the basket down on the table. Amy let go her handle and Percy thought he would draw the basket over to himself so he could peek inside and see how many cookies Amy had taken. In his usual clumsy manner, he tipped the basket over and it landed on Amy's foot and she did not speak to Percy for 4 hours.
 

Offline jeffimix

  • Hero Member
  • *****
  • Join Date: Jan 2003
  • Posts: 853
    • Show only replies by jeffimix
Re: External SCSI HD
« Reply #20 on: July 27, 2004, 06:37:08 PM »
That reminds me.... doesn't Windows XP use that NT filing system by default? Mine doesn't, but I installed over ME.
\\"The only benchmarks that matter is my impression of the system while using the apps I use. Everything else is opinion.\\" - FooGoo
 

Offline X-rayTopic starter

  • Hero Member
  • *****
  • Join Date: Jul 2004
  • Posts: 4370
    • Show only replies by X-ray
Re: External SCSI HD
« Reply #21 on: July 27, 2004, 07:33:10 PM »
Yep, XP uses NTFS by default, but even if you don't get FAT or FAT32 as an option via the Disk Manager, you can still format a drive as FAT32 via a command prompt, using the format command:

Format /FS:FAT32  (or FAT)
just like you can still format HD floppies that are HD, as 720k by using the format command:

format a: /t:80 /n:9
or format a: /f:720

(Don't forget to put a piece of opaque tape over the relavant hole on the disk)