Other Help Topics :: UCI mysteries



Quote (jpeters @ Oct. 11 2007,20:32)
I set the /opt dir permissions to 'drwxrwxr-r' before creating the image, but it changes when loading from hda3.
Is hda3 a Windows partition, by any chance? I copied a directory of mp3's from my friend's NTFS partition onto my ext3 partition. All the files had '-rw-rwSr--' ('S' = suid root) permissions. I changed the permissions to normal with 'chmod -R -s [dir]' ('-s' removes the suid root bit; '-S' adds it). Perhaps you should check the permissions of the directory in hda3 where the extension is stored.

Quote (stupid_idiot @ Oct. 15 2007,08:54)
Quote (jpeters @ Oct. 11 2007,20:32)
I set the /opt dir permissions to 'drwxrwxr-r' before creating the image, but it changes when loading from hda3.
Is hda3 a Windows partition, by any chance? I copied a directory of mp3's from my friend's NTFS partition onto my ext3 partition. All the files had '-rw-rwSr--' ('S' = suid root) permissions. I changed the permissions to normal with 'chmod -R -s [dir]' ('-s' removes the suid root bit; '-S' adds it). Perhaps you should check the permissions of the directory in hda3 where the extension is stored.

Both computers I tried have only grub DSL installations; no windows. I                              
changed the /mnt/hda3 folders to 'drwxrwxrwx'  but that didn't help. I also played with the permissions of the file within the extension to make sure it was 'rwx' for both group and user, but nothing worked (I also played with various chown settings).  I also tried prayer, but that didn't work either...

Does fdisk -l /dev/hda show a clean partition table or does it show many mismatches between physical and logical beginning and ending of partitions.


Quote (roberts @ Oct. 15 2007,23:57)
Does fdisk -l /dev/hda3 show a clean partition table or does it show many mismatches between physical and logical beginning and ending of partitions.

First I ran 'checkfs', then:


dsl@box:~$ sudo fdisk -l /dev/hda3

Disk /dev/hda3: 19.2 GB, 19206028800 bytes
255 heads, 63 sectors/track, 2335 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/hda3 doesn't contain a valid partition table

***************************************
dsl@box:~$ sudo fdisk -l /dev/hda1

Disk /dev/hda1: 82 MB, 82220544 bytes
255 heads, 63 sectors/track, 9 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/hda1 doesn't contain a valid partition table

*********************************************
dsl@box:~$ sudo fdisk -l

Disk /dev/hda: 20.0 GB, 20003880960 bytes
255 heads, 63 sectors/track, 2432 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

  Device Boot    Start       End    Blocks   Id  System
/dev/hda1             1        10     80293+  83  Linux
/dev/hda2            11        72    498015   82  Linux swap
/dev/hda3            98      2432  18755887+  83  Linux
/dev/hda4   *        73        97    200812+  83  Linux

Partition table entries are not in disk order

Quote
Partition table entries are not in disk order


Could this be your issue? What about the other puters with similar issue do they have this same condition?

Next Page...
original here.