Thank you, Paul.
I went back and made the "do it all for me" selection (can't remember its name right now), and it worked perfectly. Thank you!
Here are the results:
joe@debian1:~$
joe@debian1:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 881M 0 881M 0% /dev
tmpfs 193M 860K 192M 1% /run
/dev/sda3 71G 4.3G 63G 7% /
tmpfs 963M 0 963M 0% /dev/shm
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service
/dev/sda2 245M 13M 233M 5% /boot/grub
tmpfs 963M 4.0K 963M 1% /tmp
tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service
tmpfs 193M 56K 193M 1% /run/user/105
tmpfs 193M 52K 193M 1% /run/user/1000
joe@debian1:~$
joe@debian1:~$ sudo fdisk -l
[sudo] password for joe:
Disk /dev/sda: 74.53 GiB, 80026361856 bytes, 156301488 sectors
Disk model: WDC WD800JD-40GB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
joe@debian1:~$
joe@debian1:~$ parted -l
-bash: parted: command not found
joe@debian1:~$ parted
-bash: parted: command not found
joe@debian1:~$ sudo parted -l
Model: ATA WDC WD800JD-40GB (scsi)
Disk /dev/sda: 80.0GB
Sector size (logical/physical): 512B/512B
Partition Table: mac
Disk Flags:
Number Start End Size File system Name Flags
1 512B 32.8kB 32.3kB Apple
2 32.8kB 256MB 256MB hfs untitled
3 256MB 78.1GB 77.8GB ext4 untitled
4 78.1GB 80.0GB 1973MB linux-swap(v1) swap swap
joe@debian1:~$