PDA

View Full Version : How to stop Fedora modifying my fstab


QMatteoQ
6th March 2004, 03:36 PM
I have a USB memory pen drive... When I mount it, automatically Fedora adds to /etc/fstab the row:

/dev/sda1 /mnt/memstick auto noauto,owner,kudzu 0 0

When i remove the USB memory, it removes that row. I don't want Fedora to do this, because i want to set my memory with automount and with sync. How can I do that? Thanks!

Ug
6th March 2004, 04:35 PM
But surely your going to need to remove it at some point?

djf_jeff
6th March 2004, 08:38 PM

I have simply copy the line into another file, remove my usb pen drive. So kudzu remove the entry.

I open fstab, paste the line. After, adjust your setting like you want. Finally, remove the kudzu option from the line. It become :

/dev/sda1 /mnt/memstick auto noauto,owner,sync 0 0