
Originally Posted by
DaithiF
Hi,
I would:
1. try executing the command above from the command line (as sudo) to see if it throws out any interesting behaviour (ie. hangs, errors, etc)
Done. No messages of any kind - it just came back with the command prompt.
2. there are a couple of USB disconnects in the logfile too just before then hang. Do you have some parts of your filesystem mounted on removable media by any chance (e.g. parts of /var ?). post the output of
sudo fdisk -l if you're not sure.
I do frequently have thumb drives or my iPod plugged in, but that doesn't seem to affect these particular crashes - and neither has been connected for some of the most recent crashes. But just for giggles, here's the output of fdisk -l:
Code:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00050712
Device Boot Start End Blocks Id System
/dev/sda1 * 1 6398 51391903+ 83 Linux
/dev/sda2 19393 19457 522112+ 82 Linux swap / Solaris
/dev/sda3 6399 19392 104374305 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000baca5
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 2 15088+ 4 FAT16 <32M
Partition 1 does not end on cylinder boundary.
/dev/sdb2 3 4865 39062047+ 83 Linux
Nothing surprising there: two ext4 partitions and one swap on the primary drive, and ext4 and FAT partitions on the slave. This is the configuration I've had for about a year and a half now.
Bookmarks