[ale] mounting an SD card
Jim
ale_nospam at fayettedigital.com
Wed Jun 28 16:03:58 EDT 2006
JK wrote:
> Jim wrote:
>
>
>> fdisk -l /dev/sda
>> Will list the partions in batch mode.
>>
>>
> Cool, I never knew that. Thanks.
>
> -- JK
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
>
>
>
>
Another trick I use when I forget how my disks are configured is to run
for i in /dev/hd?
do
fdisk -l $i
done
Then copy/paste the output to a printer if I like what I see. Or put it
in an editor, merge /etc/fstab and I've got a quick peek at my disk
configuration.
Jim.
More information about the Ale
mailing list