TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:7883] Free Disk Space - External Dos SCSI Drive



df -h   (-h tells it to display in megabytes/gigabytes/whatever format is
        right)

mkdir /mnt/sda1
mount -t msdos (or vfat, if it's a win95 partition) /dev/sda1 /mnt/sda1
        (if it is the only scsi drive)

----
Nate Carlson
the infinite loop
natecars@infiniteloop.com

On Wed, 25 Aug 1999, Bill Koob wrote:

> How do you determine the amount of free disk space on
> you RedHat linux 6 box?
> 
> Can a dos external SCSI drive be mounted for read/write?
> 
> Thanks,
> bill koob
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
>