Hi,
I just upgraded from Edgy to Feisty. Went smoothly except for end where upgrade tool checks for unsupported software. It found some and wanted to remove it. I allowed it to remove but it seemed to just hang. Then the tool crashed. So I don't know if it removed the unsupported software. Only reason I mention this is in case it has something to do with the following problem.
I have two external hard drives (ntfs) which will not automount. The system knows they are there. They were even referred to as unmounted by some application I was looking at along the way trying to find out what was going on. They appear in Konqueror in the Nav pane but I can't see their contents. I have looked at several forum posts and looked around on the web. It seems that others are having this problem. I have yet to see a solution that works.
I do not know how to mount a drive manually. I would be willing to try if I knew how. But I would kind of like to know why this happened in the first place, since I have also read that Feisty is supposed to make it much easier to deal with ntfs volumes. I tried installing ntfs-config. It installed but nothing happens when I try to open it. ntfs-3g is installed.
Should I try a clean install? I have read posts that say this doesn't work either. Does anybody know what is causing this problem?
Any suggestions on how to fix it?
Following is output from
in root console:
Disk /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4664 37463548+ 83 Linux
/dev/sda2 4665 4865 1614532+ 5 Extended
/dev/sda5 4665 4865 1614501 82 Linux swap / Solaris
Disk /dev/sdb: 82.3 GB, 82348278272 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 10011 80413326 7 HPFS/NTFS
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 30401 244196001 7 HPFS/NTFS
And the contents of /etc/fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
UUID=a6744795-1c71-4a89-bbb1-f38c0bdd5c6f / ext3 defaults,errors=remount-ro 0 1
# /dev/hda5
UUID=3013403d-08a9-4bb5-9360-0607f54a8908 none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdc /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/ /media/floppy0 auto rw,user,noauto 0 0
Thank you...
I just upgraded from Edgy to Feisty. Went smoothly except for end where upgrade tool checks for unsupported software. It found some and wanted to remove it. I allowed it to remove but it seemed to just hang. Then the tool crashed. So I don't know if it removed the unsupported software. Only reason I mention this is in case it has something to do with the following problem.
I have two external hard drives (ntfs) which will not automount. The system knows they are there. They were even referred to as unmounted by some application I was looking at along the way trying to find out what was going on. They appear in Konqueror in the Nav pane but I can't see their contents. I have looked at several forum posts and looked around on the web. It seems that others are having this problem. I have yet to see a solution that works.
I do not know how to mount a drive manually. I would be willing to try if I knew how. But I would kind of like to know why this happened in the first place, since I have also read that Feisty is supposed to make it much easier to deal with ntfs volumes. I tried installing ntfs-config. It installed but nothing happens when I try to open it. ntfs-3g is installed.
Should I try a clean install? I have read posts that say this doesn't work either. Does anybody know what is causing this problem?
Any suggestions on how to fix it?
Following is output from
Code:
fdisk -l
Disk /dev/sda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4664 37463548+ 83 Linux
/dev/sda2 4665 4865 1614532+ 5 Extended
/dev/sda5 4665 4865 1614501 82 Linux swap / Solaris
Disk /dev/sdb: 82.3 GB, 82348278272 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 10011 80413326 7 HPFS/NTFS
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 30401 244196001 7 HPFS/NTFS
And the contents of /etc/fstab:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
UUID=a6744795-1c71-4a89-bbb1-f38c0bdd5c6f / ext3 defaults,errors=remount-ro 0 1
# /dev/hda5
UUID=3013403d-08a9-4bb5-9360-0607f54a8908 none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdc /media/cdrom1 udf,iso9660 user,noauto 0 0
/dev/ /media/floppy0 auto rw,user,noauto 0 0
Thank you...
Comment