I want mount a partition permanent
I mount a partition whit mount /dev/sdb1 /folder
But when the system restart already isn't mounted that partition
How can I do that?
Thanks.
Este correo fue escaneado y se encuentra libre de virus.
Este correo fue escaneado y se encuentra libre de virus.
On Tue, 2005-07-26 at 16:53 -0600, Carlos Arellano wrote:
I want mount a partition permanent I mount a partition whit mount /dev/sdb1 /folder But when the system restart already isn’t mounted that partition How can I do that?
/etc/fstab
Existing lines should provide good examples. Otherwise, use "man 5 fstab" and reference the man page.
NOTE: If the filesystem is VFAT (FAT12/16/32 w/long file names), then you'll need to use "vfat" as the type.