QUOTE(ckblackm @ Feb 19 2009, 02:43 PM)

What changes do I need to make to /etc/fstab to account for booting from a microdrive and/or having swap on the microdrive?
Or better yet... does someone have a sample fstab from a 3200 (or similar) that's running Zubuntu from the microdrive?
thanks,
Christopher.
I'm trying to copy the installation on the microdrive.. then i will check the fstab ...
i think only that you have to put /dev/hdaX (where x is the partition number) .. in the /etc/fstab mounted as /
i will update my post when copy will end

This is the fstab actually:
CODE
# don't mount /dev/mtdblock2 since Spitz uses pivot_root
# or 2.6 directly boots from the hdd
# /dev/mtdblock2 / jffs2 rw,noatime 1 1
rootfs / auto defaults 1 1
proc /proc proc defaults 0 0
# we can use a normal var filesystem with a microdrive
# tmpfs /var tmpfs defaults 0 0
tmpfs /media/ram tmpfs defaults 0 0
# Compact Flash memory cards
/dev/hdc1 /media/cf auto defaults,sync,noauto 0 0
# SD/MMC in kernel 2.4
/dev/mmcda1 /media/card auto defaults,sync,noauto 0 0
# SD/MMC in kernel 2.6
/dev/mmcblk0p1 /media/card auto defaults,sync,noauto 0 0
#
# USB
#
/dev/sda1 /media/usbhdd vfat noauto,umask=000,noatime,iocharset=utf8,codepage=932 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
#
# Harddisk
#
#/dev/hda2 /home ext3 defaults 0 0
#/dev/hda3 /media/hdd vfat defaults 0 0