fdisk after another reboot:
--- $ fdisk -l
Disk /dev/sdc: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x8d399bc0
Device Boot Start End Blocks Id System /dev/sdc1 1 54235 435642606 7 HPFS/NTFS /dev/sdc2 54236 60801 52741395 b W95 FAT32
Disk /dev/sde: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00013b82
Device Boot Start End Blocks Id System /dev/sde1 1 18156 145838038+ 7 HPFS/NTFS /dev/sde2 18157 19456 10442250 f W95 Ext'd (LBA) /dev/sde5 18157 19456 10442218+ 4 FAT16 <32M ---
That partition changed back to /dev/sdE1. This isn't normal behavior, is it? I never noticed device names changing like that...
And, of course, /media now contains the "dead" mount points from the last two sessions as well as the new, once again changed, ones:
--- $ cd /media $ ls -l total 76 drwx------ 2 root root 4096 2008-04-04 21:02 Archive drwx------ 2 root root 4096 2008-04-04 22:27 Archive_ drwxrwxrwx 1 root root 8192 2008-03-27 20:12 Archive__ lrwxrwxrwx 1 root 999 6 2008-03-29 06:15 cdrom -> cdrom0 drwxr-xr-x 2 root 999 4096 2008-03-29 06:15 cdrom0 drwx------ 2 root root 4096 2008-04-04 21:48 Data drwx------ 2 root root 4096 2008-04-04 22:27 Data_ drwxrwxrwx 1 root root 16384 2008-03-27 20:12 Data__ drwx------ 2 root root 4096 2008-04-04 20:48 disk drwx------ 2 root root 4096 2008-04-04 20:48 disk-1 drwx------ 2 root root 4096 2008-04-04 22:27 disk-2 drwx------ 2 root root 4096 2008-04-04 22:27 disk-3 drwx------ 4 user root 16384 1970-01-01 01:00 disk-4 drwxr-xr-x 5 user user 104 2008-02-25 17:42 disk-5 ---
Also weird is the difference in ownerships/permissions of the four partitions. The real ones here are:
drwxrwxrwx 1 root root 8192 2008-03-27 20:12 Archive__ drwxrwxrwx 1 root root 16384 2008-03-27 20:12 Data__ drwx------ 4 user root 16384 1970-01-01 01:00 disk-4 drwxr-xr-x 5 user user 104 2008-02-25 17:42 disk-5
They map to /dev/sdc1, /dev/sde1, /dev/sdc2 and /dev/sde5 respectively in the above fdisk output. Note how some are owned by root and others by the user, as well as the very different permissions. Is this normal?
fdisk after another reboot:
---
$ fdisk -l
Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x8d399bc0
Device Boot Start End Blocks Id System
/dev/sdc1 1 54235 435642606 7 HPFS/NTFS
/dev/sdc2 54236 60801 52741395 b W95 FAT32
Disk /dev/sde: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00013b82
Device Boot Start End Blocks Id System
/dev/sde1 1 18156 145838038+ 7 HPFS/NTFS
/dev/sde2 18157 19456 10442250 f W95 Ext'd (LBA)
/dev/sde5 18157 19456 10442218+ 4 FAT16 <32M
---
That partition changed back to /dev/sdE1. This isn't normal behavior, is it? I never noticed device names changing like that...
And, of course, /media now contains the "dead" mount points from the last two sessions as well as the new, once again changed, ones:
---
$ cd /media
$ ls -l
total 76
drwx------ 2 root root 4096 2008-04-04 21:02 Archive
drwx------ 2 root root 4096 2008-04-04 22:27 Archive_
drwxrwxrwx 1 root root 8192 2008-03-27 20:12 Archive__
lrwxrwxrwx 1 root 999 6 2008-03-29 06:15 cdrom -> cdrom0
drwxr-xr-x 2 root 999 4096 2008-03-29 06:15 cdrom0
drwx------ 2 root root 4096 2008-04-04 21:48 Data
drwx------ 2 root root 4096 2008-04-04 22:27 Data_
drwxrwxrwx 1 root root 16384 2008-03-27 20:12 Data__
drwx------ 2 root root 4096 2008-04-04 20:48 disk
drwx------ 2 root root 4096 2008-04-04 20:48 disk-1
drwx------ 2 root root 4096 2008-04-04 22:27 disk-2
drwx------ 2 root root 4096 2008-04-04 22:27 disk-3
drwx------ 4 user root 16384 1970-01-01 01:00 disk-4
drwxr-xr-x 5 user user 104 2008-02-25 17:42 disk-5
---
Also weird is the difference in ownerships/ permissions of the four partitions. The real ones here are:
drwxrwxrwx 1 root root 8192 2008-03-27 20:12 Archive__
drwxrwxrwx 1 root root 16384 2008-03-27 20:12 Data__
drwx------ 4 user root 16384 1970-01-01 01:00 disk-4
drwxr-xr-x 5 user user 104 2008-02-25 17:42 disk-5
They map to /dev/sdc1, /dev/sde1, /dev/sdc2 and /dev/sde5 respectively in the above fdisk output. Note how some are owned by root and others by the user, as well as the very different permissions. Is this normal?