By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!When I attach one of my external hard drives on my new computer, it is detected as non-removable by TCC:
View attachment 3282
Has anyone else seen this? Does anyone have an explanation?
I'll paste it in here.would be interested in your drives.btm please...
@echo off
:: Display information about all currently accessible drives
setlocal
echo.
echo ` Currently Accessible Drives (drives.btm)`
echo.
echo ` Drive TOT [G] USED[G] FREE[G] CDROM REMOVABLE REMOTE VOLUME NAME TRUE NAME`
echo ` ----- ------- ------- ------- ----- --------- ------ ------------------ ---------`
do i = %@ascii[A] to %@ascii[%_lastdisk]
*set drv=%@char[%i]:
if %@ready[%drv] EQ 1 (
echos %@repeat[ ,4]%drv
echos ` `%@formatn[7.2,%@eval[%@disktotal[%drv,M]/1024]]
echos ` `%@formatn[7.2,%@eval[%@diskused[%drv,M]/1024]]
echos ` `%@formatn[7.2,%@eval[%@diskfree[%drv,M]/1024]]
*set cddrv=%@if[%@cdrom[%drv] EQ 1,Y,N]
echos %@repeat[ ,5]%cddrv
iff %cddrv EQ Y then
*set rmdrv=Y
else
*set rmdrv=%@if[%@removable[%drv] EQ 1,Y,N]
endiff
echos %@repeat[ ,9]%rmdrv
echos %@repeat[ ,6]%@if[%@remote[%drv] EQ 1,Y,N]
echos ` `%@format[-18.18,%@label[%drv]]` `
echo %@repeat[ ,7]%@left[-1,%@truename[%drv\]]
)
enddo
No, it's a brand new, state-of-the-art drive. It's hard to believe that something that tiny (3" x 4") and cheap (~$60) holds 2 TB. For my CP/M bulletin board system (using an acoustic modem) back in the '80s, I paid $400 for a 40 MB hard disk.Jay, is the drive old?