Time to start putting things back in place.
First off I want to get my /home directory back as the /home directory right now here is what I see when I do a df.
- Code: Select all
dcihon@dcihon-linux-mint-debian ~ $ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb2 20158332 3410340 15723992 18% /
tmpfs 5120 0 5120 0% /lib/init/rw
udev 1992656 0 1992656 0% /dev
tmpfs 812252 240 812012 1% /var/run/shm
tmpfs 406128 940 405188 1% /var/run
/dev/sdb1 495844 27937 442307 6% /boot
/dev/sdb4 935732256 48906188 839293628 6% /media/c3e9d924-c5b9-4b74-a90f-95a5b750a6d4
the /dev/sdb4 contains my /home directory.
how do I get it to use this?
Here is my /etc/fstab
- Code: Select all
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdb1
UUID=7a89d9c4-5cd2-421f-a0b9-876c325dcf74 /boot ext4 rw,errors=remou$
# /dev/sdb2
UUID=44404544-a125-452a-b7d2-8c9445208c88 / ext4 rw,errors=remou$
# /dev/sdb3
UUID=b13e1734-0977-4819-b6cc-a6aae9eef072 swap swap sw 0 $
I thought I have done this before but I have forgotten what I did.
I looked throught the forum but couldn't find the right answer.
Thanks










