I always set the “splash=verbose” boot option and watch the startup messages, anyway, because I like to know what my system is doing.
So I’m reasonably sure that it’s not asking anything on the text mode console.
The whole automount process doesn’t leave that many traces in the logs, either way.
When I plug in the disk after logging in, /var/log/messages shows:
Oct 31 19:04:19 xenon kernel: 107.008051] usb 2-2: new high speed USB device number 6 using ehci_hcd
Oct 31 19:04:20 xenon kernel: 107.124084] usb 2-2: New USB device found, idVendor=1058, idProduct=1001
Oct 31 19:04:20 xenon kernel: 107.124091] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 31 19:04:20 xenon kernel: 107.124096] usb 2-2: Product: External HDD
Oct 31 19:04:20 xenon kernel: 107.124099] usb 2-2: Manufacturer: Western Digital
Oct 31 19:04:20 xenon kernel: 107.124103] usb 2-2: SerialNumber: 574341553433393130353730
Oct 31 19:04:20 xenon mtp-probe: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-2"
Oct 31 19:04:20 xenon kernel: 107.140354] scsi10 : usb-storage 2-2:1.0
Oct 31 19:04:20 xenon mtp-probe: bus: 2, device: 6 was not an MTP device
Oct 31 19:04:21 xenon kernel: 108.144849] scsi 10:0:0:0: Direct-Access WD 10EACS External 1.05 PQ: 0 ANSI: 4
Oct 31 19:04:21 xenon kernel: 108.146515] sd 10:0:0:0: Attached scsi generic sg6 type 0
Oct 31 19:04:21 xenon kernel: 108.148341] sd 10:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
Oct 31 19:04:21 xenon kernel: 108.149468] sd 10:0:0:0: [sdd] Write Protect is off
Oct 31 19:04:21 xenon kernel: 108.149479] sd 10:0:0:0: [sdd] Mode Sense: 21 00 00 00
Oct 31 19:04:21 xenon kernel: 108.150465] sd 10:0:0:0: [sdd] No Caching mode page present
Oct 31 19:04:21 xenon kernel: 108.150472] sd 10:0:0:0: [sdd] Assuming drive cache: write through
Oct 31 19:04:21 xenon kernel: 108.153588] sd 10:0:0:0: [sdd] No Caching mode page present
Oct 31 19:04:21 xenon kernel: 108.153597] sd 10:0:0:0: [sdd] Assuming drive cache: write through
Oct 31 19:04:21 xenon kernel: 108.193197] sdd: sdd1 sdd2 < sdd5 sdd6 >
Oct 31 19:04:21 xenon kernel: 108.196683] sd 10:0:0:0: [sdd] No Caching mode page present
Oct 31 19:04:21 xenon kernel: 108.196689] sd 10:0:0:0: [sdd] Assuming drive cache: write through
Oct 31 19:04:21 xenon kernel: 108.196694] sd 10:0:0:0: [sdd] Attached SCSI disk
Oct 31 19:04:22 xenon kernel: 109.384213] EXT4-fs (sdd6): mounted filesystem with ordered data mode. Opts: (null)
Oct 31 19:04:40 xenon kernel: 127.848053] Intel AES-NI instructions are not detected.
Oct 31 19:04:40 xenon kernel: 128.106983] padlock_aes: VIA PadLock not detected.
Oct 31 19:04:41 xenon kernel: 128.387143] alg: No test for stdrng (krng)
Oct 31 19:04:41 xenon kernel: 128.461521] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
Oct 31 19:04:41 xenon kernel: 128.578608] padlock_sha: VIA PadLock Hash Engine not detected.
Oct 31 19:04:41 xenon modprobe: FATAL: Error inserting padlock_sha (/lib/modules/3.0.8-capigig/kernel/drivers/crypto/padlock-sha.ko): No such device
Oct 31 19:04:42 xenon kernel: 129.420450] EXT3-fs: barriers not enabled
Oct 31 19:04:42 xenon kernel: 129.432757] EXT3-fs (dm-5): warning: checktime reached, running e2fsck is recommended
Oct 31 19:04:42 xenon kernel: 129.433666] kjournald starting. Commit interval 5 seconds
Oct 31 19:04:42 xenon kernel: 129.434344] EXT3-fs (dm-5): using internal journal
Oct 31 19:04:42 xenon kernel: 129.434363] EXT3-fs (dm-5): mounted filesystem with ordered data mode
The USB and SCSI subsystems verbosely report detecting the disk.
A single line tells about the mounting of the unencrypted ext4 partition.
Half a dozen collateral messages show that something starts in-kernel AES encryption.
Then the device mapper unit containing the decrypted ext3 partition gets mounted.
The mounting of the FAT partition leaves no trace at all, though.
When the disk is connected at boot time, these messages appear in /var/log/boot.msg instead of /var/log/messages, I guess because everything happens before syslogd kicks in:
<6> 2.052012] usb 2-2: New USB device found, idVendor=1058, idProduct=1001
<6> 2.052016] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
<6> 2.052018] usb 2-2: Product: External HDD
<6> 2.052021] usb 2-2: Manufacturer: Western Digital
<6> 2.052023] usb 2-2: SerialNumber: 574341553433393130353730
<6> 2.102338] scsi6 : usb-storage 2-2:1.0
<5> 3.120662] scsi 6:0:0:0: Direct-Access WD 10EACS External 1.05 PQ: 0 ANSI: 4
<5> 3.131142] sd 6:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
<5> 3.181384] sd 6:0:0:0: [sdc] Write Protect is off
<7> 3.191470] sd 6:0:0:0: [sdc] Mode Sense: 21 00 00 00
<3> 3.191474] sd 6:0:0:0: [sdc] Assuming drive cache: write through
<3> 3.203126] sd 6:0:0:0: [sdc] Assuming drive cache: write through
<6> 3.259013] sdc: sdc1 sdc2 < sdc5 sdc6 >
<3> 3.270742] sd 6:0:0:0: [sdc] Assuming drive cache: write through
<5> 3.280928] sd 6:0:0:0: [sdc] Attached SCSI disk
Which looks almost the same, except this time there is no trace of filesystems getting mounted, not even the ones who do work.