Okay so I'm not exactly sure how it happened, but recently Ubuntu has been trying to mount an external hard drive that I usually have plugged in during boot. A message comes up during boot asking me to either wait, or press S to skip if the drive isn't plugged in when I start up my laptop.
My question is, how do I disable this drive from mounting at startup so I don't have to prompt Ubuntu to skip it at boot? I've looked up a couple other solutions to this, but all of them only seem to completely disable automounting, which would require me to manually mount the device when it's plugged in, which is not what I want. I just want to disable it from mounting at startup.
/etc/fstab
? – enzotib May 13 '11 at 19:00/dev/sdb1 /media/My\040Book ntfs
I assume I can just remove that line, but considering it's a read only file, it'd have to be done through the terminal, right?
– Chris Kerrigan May 13 '11 at 19:12