teckk,
Quote:
How are you mounting that NTFS drive?
|
I'm just using Nautilus to mount the drive from the Places drop down list on the main desktop page.
Quote:
Post your /etc/fstab file
|
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=7df04340-8056-4378-897f-fc54177fb953 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda5 during installation
UUID=1f08ef78-060c-4af3-87f7-7f058974c0d0 /home ext4 defaults 0 2
# swap was on /dev/sda6 during installation
UUID=7d8b0d85-4805-4058-b4e5-b6a03e4bae42 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Quote:
Are they all in the same directory?
|
No, the root directory is broken down by artist, then into cd sized folders.
Quote:
When you are having that slow down you may look at the output of top to see if it shows you any process that it running hard.
|
top reports 96-97 %cpu time is going on during the slow time. Wow. No wonder it's taking so long to load. But why? Is there something I can do to fix it?