I have an external hard drive that I use with my laptop and I want it to be mounted at boot.
I used YaST to do this by using the Partitioner. I selected the volume, then edited then chose to have the partition mounted at boot.
On next book the computer booted up and mounted the device as I expected but the boot up process took a long time. When I would usually get the desktop I got only a black screen for about one minute, the the desktop finally loads. I tried to reboot a number of times but I still get the same delay.
When I go back and choose to have the hard drive not auto mount and then reboot there is no delay in loading the desktop. So it seems like mounting this device is delaying the loading of my desktop on boot somehow.
I googled and was unable to find anything like this. Does anyone have any idea what is causing this problem, and how I can fix it?
Below is the line that is added to my fstab file to auto mount the drive:
/dev/disk/by-id/usb-WD_10EACS_External_57442D574341553433393639343234-0:0-part1 /media/MyBook vfat users,gid=users,umask=0002,utf8=true 0 0
Here is the content of my fstab before the change:
/dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2481SJKEB9ZE-part5 swap swap defaults 0 0
/dev/disk/by-id/ata-Hitachi_HTS541616J9SA00_SB2481SJKEB9ZE-part1 / ext4 acl,user_xattr 1 1
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0


Reply With Quote


). That can't be his problem. /dev/disk/by-id-part1 is only a symbolic link to /dev/sdc1 an as such represents the same. You can check this by doing


Bookmarks