Code: Select all
/dev/hdd /home ext2 noatime 0 0
Code: Select all
# /etc/fstab: static file system information.
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.
# <fs> <mountpoint> <type> <opts> <dump/pass>
/dev/hda1 /boot ext2 defaults,noatime 1 2
/dev/hda2 none swap sw 0 0
/dev/hda3 / ext3 noatime 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
Code: Select all
# /etc/fstab: static file system information.
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.
# <fs> <mountpoint> <type> <opts> <dump/pass>
/dev/hda1 /boot ext2 defaults,noatime 1 2
/dev/hda2 none swap sw 0 0
/dev/hda3 / ext3 noatime 0 1
/dev/hdd /home ext2 noatime 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
/dev/hdd is the disk, starting at the mbr , it does not refer to his partition./dev/hdd /home ext2 noatime 0 0
who said anything about /mnt/home ?umount /mnt/home
why are you telling him to remove his root partition from fstab ??Remove the /dev/hda3 entry
Since he is obviously still learning (as we all are) I would recommend leaving the contents of /home on /dev/hda3 hidden and untouched for a while incase he does something silly like formatting the disk instead of the partition. wink:Now Im confused as to what else I need to do before I can use home on /dev/hdd instead of /dev/hda3
Code: Select all
umount /home_tmp/dev/hdd is the 120gb disk, I dont have /dev/hdd1You say you made a partition, with which program? /dev/hdd is a disk not a partition . If you did mkfs /dev/hdd afterwards you just blew away the partition table! It should have been /dev/hdd1 I imagine.

Oh yeah, can you back that up . It's the complete opposite to all the data I have seen. (Speed not stablility wise I mean.)You should use reiserfs as it is stable and faster than ext3
Yeah? and which OS do eunuques use then?macawgumbo wrote:**The man with one ball uses Linux, the man with both uses Gentoo. Who do you think performs better?**