On Mon, 2006-02-20 at 09:39 +1300, Steve Holdoway wrote: > Technically, you shouldn't use the terminating '/'... > mount /dev/hdb1 /mnt/hdb1 > is better. However, here's a few questions: > > Does 'df' show an entry for /mnt/hdb1
Nope, [EMAIL PROTECTED]:~$ df -hT Filesystem Type Size Used Avail Use% Mounted on /dev/hda5 ext3 9.9G 6.9G 2.5G 74% / tmpfs tmpfs 253M 0 253M 0% /dev/shm /dev/hda1 vfat 10G 2.3G 7.8G 23% /windows tmpfs tmpfs 253M 140K 252M 1% /dev > Is there a directory /mnt/hdb1? Yes. > Does 'lsof | grep hdb1' give any output ( if you haven't got lsof > installed, then I recommend you get it! ). Nope (as in no output rather than not installed). > Is there an entry in /etc/fstab for /dev/hdb1? Used to be, I commented it out when I realised it wasn't loading. It was /dev/hdb1 /mnt/hdb1 ext3 defaults,users 0 2 > can you fsck /dev/hdb1? amancha:~# fsck /dev/hdb1 fsck 1.39-WIP (31-Dec-2005) e2fsck 1.39-WIP (31-Dec-2005) common: clean, 10811/24428544 files, 17491485/48839600 blocks I assume that's a yes? Truth be told I haven't used fsck all that often. --Slosh
