Operating Systems > Linux and UNIX

/home

<< < (3/9) > >>

Doogee:

--- Code: ---
--- End code ---

voidmain:
Ok, I see /dev/hda7 that is ~600MB that is not listed in your /etc/fstab. Could this be the partition you created? If so, is that enough room to hold everything currently under /home (du -sk /home)?

Also, if that is the correct partition, did you create a file system on it? Can't copy files to a partition, you can only copy files to a file system that resides on a partition. If you did create a file system you should be able to mount it on /mnt/disk:

# mount /dev/hda7 /mnt/disk

Doogee:
the mount had no errors. so whats the next step. we spent all this time looking for my partition. lol.

voidmain:
Now do a:

# df /mnt/disk

See if it shows "/dev/hda7" and then make sure there is nothing in it "ls -al /mnt/disk". Also make sure it is type "ext3":

# mount | grep /dev/hda7

Doogee:
heres a dump:



--- Code: ---
--- End code ---

looks like everythings go?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version