Dear all,
I've been getting some strange messages when booting and shutting down.
When I booting a see very quickly passing messages about "mount", but
they pass to fast to see. (The "break/pause" key doesn't work.) I could
not find these messages with "dmesg" or in "/var/log/syslog"... (BTW,
Is there another place to find these messages from boot and shutdown.
This is independent of this problem. It's just something I'd like to
know for the future.)
One message that I see is something like "/dev/sda6" not found or could
not write... (I am sorry I can't be more precise.)
Since I changed the default fstab, I thought I had messed it up
somehow. (This is a new installation, but up to date.)
Here are the details:
Code:
root@debian[/home/finotti]# infobash -v3
Host/Kernel/OS "debian" running Linux 2.6.36-0.slh.3-aptosid-amd64 x86_64 [ aptosid 2010-02 Κῆρες - kde-full - (201009132215) ]
CPU Info (1) Intel Core2 Duo E8400 @ 6144 KB cache flags( sse3 ht nx lm vmx ) clocked at [ 3000.030 MHz ]
(2) Intel Core2 Duo E8400 @ 6144 KB cache flags( sse3 ht nx lm vmx ) clocked at [ 3000.030 MHz ]
Videocard nVidia G86 [GeForce 8500 GT] X.Org 1.7.7 [ 1366x768@50.0hz ]
Network cards nVidia MCP55
nVidia MCP55
Processes 175 | Uptime 1day | Memory 1226.9/8005.5MB | HDD
ST3500320AS,WDC WD1500ADFD-0,WDC WD1001FALS-0,ST31000528AS Size 2650GB
(28%used) | GLX Renderer NVS 3100M/PCI/SSE2 | GLX Version 3.2.0 NVIDIA
195.36.31 | Client Shell | Infobash v3.34
Here is the original fstab:
Code:
root@debian[/home/finotti]# cat /etc/fstab.original
/dev/disk/by-uuid/0A58C78B58C773CB /media/disk1part1 ntfs auto,users,ro,dmask=0022,fmask=0133,nls=utf8 0 0
/dev/disk/by-uuid/47B3-8E25 /media/disk1part2 vfat auto,users,rw,quiet,umask=000,shortname=lower 0 0
UUID=593c3d69-8d44-4320-a144-ba03d1da0f9b /media/disk1part3 ext3 auto,users,rw,exec,noatime 0 0
UUID=e7c45146-fa48-4c05-8fe8-ae8fdfa35929 /home ext3 defaults,noatime,errors=remount-ro 0 2
/dev/sda6 none swap sw 0 0
/dev/disk/by-uuid/B66C5FB26C5F6C5D /media/disk2part1 ntfs auto,users,ro,dmask=0022,fmask=0133,nls=utf8 0 0
UUID=2d1914be-f48c-4206-9c69-be2757799f13 / ext4 defaults,noatime,errors=remount-ro,barrier=0 0 1
/dev/sdb3 none swap sw 0 0
UUID=1e2b1265-00f7-4a71-8a5a-c8e33345b06c /media/disk3part1 ext3 auto,users,rw,exec,noatime 0 0
UUID=e64aefeb-c791-4f33-9aee-b6237aba4a3e /media/disk4part1 ext4 auto,users,rw,exec,noatime 0 0
Here is the new one:
Code:
root@debian[/home/finotti]# cat /etc/fstab
/dev/disk/by-uuid/0A58C78B58C773CB /media/winroot ntfs auto,users,ro,dmask=0022,fmask=0133,nls=utf8 0 0
/dev/disk/by-uuid/47B3-8E25 /media/fat vfat auto,users,rw,quiet,umask=000,shortname=lower 0 0
UUID=593c3d69-8d44-4320-a144-ba03d1da0f9b /home ext3 defaults,noatime,errors=remount-ro 0 2
UUID=e7c45146-fa48-4c05-8fe8-ae8fdfa35929 /media/disk1part5 ext3 noauto,users,rw,exec,noatime 0 0
/dev/sda6 none swap sw 0 0
/dev/disk/by-uuid/B66C5FB26C5F6C5D /media/winfiles ntfs auto,users,ro,dmask=0022,fmask=0133,nls=utf8 0 0
UUID=54009e41-822a-4e3a-90a9-d0eca6313048 / ext4 defaults,noatime,errors=remount-ro,barrier=0 0 1
/dev/sdb3 none swap sw 0 0
UUID=1e2b1265-00f7-4a71-8a5a-c8e33345b06c /media/media ext3 auto,users,rw,exec,noatime 0 0
UUID=e64aefeb-c791-4f33-9aee-b6237aba4a3e /media/data ext4 auto,users,rw,exec,noatime 0 0
sshfs#finotti@agnesi.math.utk.edu:. /home/finotti/utk fuse user,noauto 0 0
Note that i both the swap partitions have no UUIDs:
Code:
root@debian[/home/finotti]# ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 Nov 4 05:56 0A58C78B58C773CB -> ../../sda1
lrwxrwxrwx 1 root root 10 Nov 4 05:56 1e2b1265-00f7-4a71-8a5a-c8e33345b06c -> ../../sdc1
lrwxrwxrwx 1 root root 10 Nov 4 05:56 2d1914be-f48c-4206-9c69-be2757799f13 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Nov 4 05:56 47B3-8E25 -> ../../sda2
lrwxrwxrwx 1 root root 10 Nov 4 05:56 593c3d69-8d44-4320-a144-ba03d1da0f9b -> ../../sda3
lrwxrwxrwx 1 root root 10 Nov 4 05:56 B66C5FB26C5F6C5D -> ../../sdb1
lrwxrwxrwx 1 root root 10 Nov 4 05:56 e64aefeb-c791-4f33-9aee-b6237aba4a3e -> ../../sdd1
lrwxrwxrwx 1 root root 10 Nov 4 05:56 e7c45146-fa48-4c05-8fe8-ae8fdfa35929 -> ../../sda5
(They do have IDs.) I don't know why, as the swap partition of my
laptop does. Is this a sign of some problem? (They do have IDs,
though. Should I use them instead?)
Here is fdisk -l:
Code:
root@debian[/home/finotti]# fdisk -l
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 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: 0x69205244
Device Boot Start End Blocks Id System
/dev/sda1 1 3648 29302528+ 7 HPFS/NTFS
/dev/sda2 6375 38244 255995775 b W95 FAT32
/dev/sda3 38245 60801 181189102+ 83 Linux
/dev/sda4 3649 6374 21896595 5 Extended
/dev/sda5 * 3649 6255 20940696 83 Linux
/dev/sda6 6256 6374 955836 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdb: 150.0 GB, 150039945216 bytes
255 heads, 63 sectors/track, 18241 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: 0x0f80b796
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 7649 61440561 7 HPFS/NTFS
/dev/sdb2 7650 17221 76887090 83 Linux
/dev/sdb3 17222 18241 8193150 82 Linux swap / Solaris
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 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: 0x0007c0c7
Device Boot Start End Blocks Id System
/dev/sdc1 1 121601 976760001 83 Linux
Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 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: 0x00004647
Device Boot Start End Blocks Id System
/dev/sdd1 1 121601 976760001 83 Linux
All partitions seem to be working, though, but the messages (especially
since I cannot read them) are getting me a bit worried.
Any help with any of these issued would be appreciated.
Best to all,
Luis |