<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>SlackWiki - User contributions [en]</title>
		<link>https://www.slackwiki.com/Special:Contributions/Gutrus_gutrus</link>
		<description>User contributions</description>
		<language>en</language>
		<generator>MediaWiki 1.40.0</generator>
		<lastBuildDate>Wed, 08 Apr 2026 06:08:55 GMT</lastBuildDate>
		<item>
			<title>Fstab</title>
			<link>https://www.slackwiki.com/index.php?title=Fstab&amp;diff=829</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Fstab&amp;diff=829</guid>
			<description>&lt;p&gt;Gutrus gutrus: /* Useful Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The /etc/fstab file tells the system how and where to mount filesystems by default.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
The syntax of the file is this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;10&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;b&amp;gt;MAN PAGE-ese:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_SPEC&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_FILE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_VFSTYPE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_MNTOPS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_FREQ&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_PASSNO&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;b&amp;gt;IN ENGLISH:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;DEVICE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;MOUNT_POINT&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FILESYSTEM&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;OPTIONS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;DUMP&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FSCK_ORDER&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;b&amp;gt;EXAMPLE:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;/dev/hdb1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;/mnt/windows&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;vfat&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;defaults&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Field Descriptions==&lt;br /&gt;
FS_SPEC (DEVICE) - the device or remote filesystem to be mounted.&lt;br /&gt;
&lt;br /&gt;
FS_FILE (MOUNT_POINT) - the mount point for the filesystem. &amp;lt;i&amp;gt;NOTE: For swap partitions, this field should be specified as `none'. If the name of the mount point contains spaces these can be escaped as `\040'.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
FS_VFSTYPE (FILESYSTEM)-  the type of the filesystem. As of Slackware 10.2, the FILE_SYSTEM choices are:&lt;br /&gt;
:auto, adfs, affs, autofs, coda, cramfs, devpts, efs, ext2, ext3, hfs, hpfs, iso9660, jfs, minix, msdos, ncpfs, nfs, nfs4, ntfs, proc, qnx4, reiserfs, romfs, smbfs, sysv, tmpfs, udf, ufs, umsdos, vfat, xfs, xiafs and possibly others.&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: for swap-able and portable devices (e.g. memory sticks and CDROMs), &amp;lt;code&amp;gt;auto&amp;lt;/code&amp;gt; is the best choice because it allows the computer to determine the correct filesystem.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
FS_MNTOPS (OPTION) - the (comma seperated) mount options. See the MOUNT command's MAN PAGE for the options because there are MANY!&lt;br /&gt;
The most commonly used options are:&amp;lt;br&amp;gt;&lt;br /&gt;
:noauto - do not mount this device/partition automatically on boot-up.&lt;br /&gt;
:ro - mount this device/partition READ-ONLY (e.g. CDROM).&lt;br /&gt;
:owner - Only allow the owner to mount and un-mount this device/partition.&lt;br /&gt;
:users - Allow any user to mount or unmount this device/partition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FS_FREQ (DUMP) - used for these filesystems by the dump command to determine which filesystems need to be dumped. If the fifth field is not present, a value of zero is returned and dump will assume that the filesystem does not need to be dumped. For the most part, this should be &amp;quot;0&amp;quot; (zero).&lt;br /&gt;
&lt;br /&gt;
FS_PASSNO (FSCK_ORDER) - used by the fsck program to determine the order in which filesystem checks are done at reboot time. The root filesystem should be specified with a fs_passno of 1, and other filesystems should have a fs_passno of 2. Filesystems within a drive will be checked sequentially, but filesystems on different drives will be checked at the same time to utilize parallelism available in the hardware. If the sixth field is not present or zero, a value of zero is returned and fsck will assume that the filesystem does not need to be checked.&lt;br /&gt;
&lt;br /&gt;
==Benefits Of fstab Entries==&lt;br /&gt;
Once you have a device in the fstab, mounting become VERY easy.  Instead of having to:&lt;br /&gt;
:&amp;lt;code&amp;gt;mount -t iso9660 /dev/hdb1 /mnt/cdrom&amp;lt;/code&amp;gt;&lt;br /&gt;
every time you want to use the CDROM, you can just type:&lt;br /&gt;
:&amp;lt;code&amp;gt;mount /mnt/cdrom&amp;lt;/code&amp;gt;&lt;br /&gt;
IF you have the entry in your fstab.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Useful Examples==&lt;br /&gt;
CDROM/DVD:&amp;lt;br&amp;gt;&lt;br /&gt;
:/dev/sr0  /media/dvd  auto  noauto,ro,owner,users  0  0&lt;br /&gt;
&lt;br /&gt;
[[USB Memory Stick]]:&amp;lt;br&amp;gt;&lt;br /&gt;
:/dev/sda1  /mnt/memstick  auto  noauto,owner,users  0 0&amp;lt;br&amp;gt;&lt;br /&gt;
(make sure to &amp;lt;code&amp;gt;mkdir /mnt/memstick&amp;lt;/code&amp;gt; after changing your /etc/fstab).&lt;br /&gt;
&lt;br /&gt;
[[External USB Drive / NTFS partition]]&lt;br /&gt;
:/dev/sdd1        /media/1T        ntfs-3g     auto  0   0&lt;br /&gt;
(/dev/sdd1 is your external USB hard drive and /media/1T is destination folder)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: For changing who can access the filesystem on NON-Native linux formats see [[Permissions and Umasks]] and [[Windows Partitions]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Wed, 30 Jan 2013 10:38:23 GMT</pubDate>
			<dc:creator>Gutrus gutrus</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Fstab</comments>
		</item>
		<item>
			<title>Fstab</title>
			<link>https://www.slackwiki.com/index.php?title=Fstab&amp;diff=828</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Fstab&amp;diff=828</guid>
			<description>&lt;p&gt;Gutrus gutrus: /* Useful Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The /etc/fstab file tells the system how and where to mount filesystems by default.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
The syntax of the file is this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;10&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;b&amp;gt;MAN PAGE-ese:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_SPEC&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_FILE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_VFSTYPE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_MNTOPS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_FREQ&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_PASSNO&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;b&amp;gt;IN ENGLISH:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;DEVICE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;MOUNT_POINT&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FILESYSTEM&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;OPTIONS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;DUMP&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FSCK_ORDER&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;b&amp;gt;EXAMPLE:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;/dev/hdb1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;/mnt/windows&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;vfat&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;defaults&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Field Descriptions==&lt;br /&gt;
FS_SPEC (DEVICE) - the device or remote filesystem to be mounted.&lt;br /&gt;
&lt;br /&gt;
FS_FILE (MOUNT_POINT) - the mount point for the filesystem. &amp;lt;i&amp;gt;NOTE: For swap partitions, this field should be specified as `none'. If the name of the mount point contains spaces these can be escaped as `\040'.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
FS_VFSTYPE (FILESYSTEM)-  the type of the filesystem. As of Slackware 10.2, the FILE_SYSTEM choices are:&lt;br /&gt;
:auto, adfs, affs, autofs, coda, cramfs, devpts, efs, ext2, ext3, hfs, hpfs, iso9660, jfs, minix, msdos, ncpfs, nfs, nfs4, ntfs, proc, qnx4, reiserfs, romfs, smbfs, sysv, tmpfs, udf, ufs, umsdos, vfat, xfs, xiafs and possibly others.&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: for swap-able and portable devices (e.g. memory sticks and CDROMs), &amp;lt;code&amp;gt;auto&amp;lt;/code&amp;gt; is the best choice because it allows the computer to determine the correct filesystem.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
FS_MNTOPS (OPTION) - the (comma seperated) mount options. See the MOUNT command's MAN PAGE for the options because there are MANY!&lt;br /&gt;
The most commonly used options are:&amp;lt;br&amp;gt;&lt;br /&gt;
:noauto - do not mount this device/partition automatically on boot-up.&lt;br /&gt;
:ro - mount this device/partition READ-ONLY (e.g. CDROM).&lt;br /&gt;
:owner - Only allow the owner to mount and un-mount this device/partition.&lt;br /&gt;
:users - Allow any user to mount or unmount this device/partition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FS_FREQ (DUMP) - used for these filesystems by the dump command to determine which filesystems need to be dumped. If the fifth field is not present, a value of zero is returned and dump will assume that the filesystem does not need to be dumped. For the most part, this should be &amp;quot;0&amp;quot; (zero).&lt;br /&gt;
&lt;br /&gt;
FS_PASSNO (FSCK_ORDER) - used by the fsck program to determine the order in which filesystem checks are done at reboot time. The root filesystem should be specified with a fs_passno of 1, and other filesystems should have a fs_passno of 2. Filesystems within a drive will be checked sequentially, but filesystems on different drives will be checked at the same time to utilize parallelism available in the hardware. If the sixth field is not present or zero, a value of zero is returned and fsck will assume that the filesystem does not need to be checked.&lt;br /&gt;
&lt;br /&gt;
==Benefits Of fstab Entries==&lt;br /&gt;
Once you have a device in the fstab, mounting become VERY easy.  Instead of having to:&lt;br /&gt;
:&amp;lt;code&amp;gt;mount -t iso9660 /dev/hdb1 /mnt/cdrom&amp;lt;/code&amp;gt;&lt;br /&gt;
every time you want to use the CDROM, you can just type:&lt;br /&gt;
:&amp;lt;code&amp;gt;mount /mnt/cdrom&amp;lt;/code&amp;gt;&lt;br /&gt;
IF you have the entry in your fstab.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Useful Examples==&lt;br /&gt;
CDROM/DVD:&amp;lt;br&amp;gt;&lt;br /&gt;
:/dev/sr0 /media/dvd auto noauto,ro,owner,users 0 0&lt;br /&gt;
&lt;br /&gt;
[[USB Memory Stick]]:&amp;lt;br&amp;gt;&lt;br /&gt;
:/dev/sda1 /mnt/memstick auto noauto,owner,users 0 0&amp;lt;br&amp;gt;&lt;br /&gt;
(make sure to &amp;lt;code&amp;gt;mkdir /mnt/memstick&amp;lt;/code&amp;gt; after changing your /etc/fstab).&lt;br /&gt;
&lt;br /&gt;
[[External USB Drive / NTFS partition]]&lt;br /&gt;
:/dev/sdd1        /media/1T        ntfs-3g     auto  0   0&lt;br /&gt;
(/dev/sdd1 is your external USB hard drive and /media/1T is destination folder)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: For changing who can access the filesystem on NON-Native linux formats see [[Permissions and Umasks]] and [[Windows Partitions]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Wed, 30 Jan 2013 10:37:11 GMT</pubDate>
			<dc:creator>Gutrus gutrus</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Fstab</comments>
		</item>
		<item>
			<title>Fstab</title>
			<link>https://www.slackwiki.com/index.php?title=Fstab&amp;diff=827</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Fstab&amp;diff=827</guid>
			<description>&lt;p&gt;Gutrus gutrus: /* Syntax */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The /etc/fstab file tells the system how and where to mount filesystems by default.&lt;br /&gt;
&lt;br /&gt;
==Syntax==&lt;br /&gt;
The syntax of the file is this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table cellspacing=&amp;quot;10&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;b&amp;gt;MAN PAGE-ese:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_SPEC&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_FILE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_VFSTYPE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_MNTOPS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_FREQ&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FS_PASSNO&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;b&amp;gt;IN ENGLISH:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;DEVICE&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;MOUNT_POINT&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FILESYSTEM&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;OPTIONS&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;DUMP&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;FSCK_ORDER&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;b&amp;gt;EXAMPLE:&amp;lt;/b&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;/dev/hdb1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;/mnt/windows&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;vfat&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;defaults&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td align=&amp;quot;center&amp;quot;&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Field Descriptions==&lt;br /&gt;
FS_SPEC (DEVICE) - the device or remote filesystem to be mounted.&lt;br /&gt;
&lt;br /&gt;
FS_FILE (MOUNT_POINT) - the mount point for the filesystem. &amp;lt;i&amp;gt;NOTE: For swap partitions, this field should be specified as `none'. If the name of the mount point contains spaces these can be escaped as `\040'.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
FS_VFSTYPE (FILESYSTEM)-  the type of the filesystem. As of Slackware 10.2, the FILE_SYSTEM choices are:&lt;br /&gt;
:auto, adfs, affs, autofs, coda, cramfs, devpts, efs, ext2, ext3, hfs, hpfs, iso9660, jfs, minix, msdos, ncpfs, nfs, nfs4, ntfs, proc, qnx4, reiserfs, romfs, smbfs, sysv, tmpfs, udf, ufs, umsdos, vfat, xfs, xiafs and possibly others.&lt;br /&gt;
&amp;lt;i&amp;gt;NOTE: for swap-able and portable devices (e.g. memory sticks and CDROMs), &amp;lt;code&amp;gt;auto&amp;lt;/code&amp;gt; is the best choice because it allows the computer to determine the correct filesystem.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
FS_MNTOPS (OPTION) - the (comma seperated) mount options. See the MOUNT command's MAN PAGE for the options because there are MANY!&lt;br /&gt;
The most commonly used options are:&amp;lt;br&amp;gt;&lt;br /&gt;
:noauto - do not mount this device/partition automatically on boot-up.&lt;br /&gt;
:ro - mount this device/partition READ-ONLY (e.g. CDROM).&lt;br /&gt;
:owner - Only allow the owner to mount and un-mount this device/partition.&lt;br /&gt;
:users - Allow any user to mount or unmount this device/partition.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FS_FREQ (DUMP) - used for these filesystems by the dump command to determine which filesystems need to be dumped. If the fifth field is not present, a value of zero is returned and dump will assume that the filesystem does not need to be dumped. For the most part, this should be &amp;quot;0&amp;quot; (zero).&lt;br /&gt;
&lt;br /&gt;
FS_PASSNO (FSCK_ORDER) - used by the fsck program to determine the order in which filesystem checks are done at reboot time. The root filesystem should be specified with a fs_passno of 1, and other filesystems should have a fs_passno of 2. Filesystems within a drive will be checked sequentially, but filesystems on different drives will be checked at the same time to utilize parallelism available in the hardware. If the sixth field is not present or zero, a value of zero is returned and fsck will assume that the filesystem does not need to be checked.&lt;br /&gt;
&lt;br /&gt;
==Benefits Of fstab Entries==&lt;br /&gt;
Once you have a device in the fstab, mounting become VERY easy.  Instead of having to:&lt;br /&gt;
:&amp;lt;code&amp;gt;mount -t iso9660 /dev/hdb1 /mnt/cdrom&amp;lt;/code&amp;gt;&lt;br /&gt;
every time you want to use the CDROM, you can just type:&lt;br /&gt;
:&amp;lt;code&amp;gt;mount /mnt/cdrom&amp;lt;/code&amp;gt;&lt;br /&gt;
IF you have the entry in your fstab.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Useful Examples==&lt;br /&gt;
CDROM:&amp;lt;br&amp;gt;&lt;br /&gt;
:/dev/hdc1 /mnt/cdrom auto noauto,ro,owner,users 0 0&lt;br /&gt;
&lt;br /&gt;
[[USB Memory Stick]]:&amp;lt;br&amp;gt;&lt;br /&gt;
:/dev/sda1 /mnt/memstick auto noauto,owner,users 0 0&amp;lt;br&amp;gt;&lt;br /&gt;
(make sure to &amp;lt;code&amp;gt;mkdir /mnt/memstick&amp;lt;/code&amp;gt; after changing your /etc/fstab).&lt;br /&gt;
&lt;br /&gt;
[[External USB Drive / NTFS partition]]&lt;br /&gt;
:/dev/sdd1        /media/1T        ntfs-3g     auto  0   0&lt;br /&gt;
(/dev/sdd1 is your external USB hard drive and /media/1T is destination folder)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: For changing who can access the filesystem on NON-Native linux formats see [[Permissions and Umasks]] and [[Windows Partitions]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Wed, 30 Jan 2013 10:33:23 GMT</pubDate>
			<dc:creator>Gutrus gutrus</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Fstab</comments>
		</item>
		<item>
			<title>User:Gutrus gutrus</title>
			<link>https://www.slackwiki.com/index.php?title=User:Gutrus_gutrus&amp;diff=826</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=User:Gutrus_gutrus&amp;diff=826</guid>
			<description>&lt;p&gt;Gutrus gutrus: Created page with &amp;quot;Buon giorno!   LOL!&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Buon giorno! &lt;br /&gt;
&lt;br /&gt;
LOL!&lt;/div&gt;</description>
			<pubDate>Wed, 30 Jan 2013 10:25:42 GMT</pubDate>
			<dc:creator>Gutrus gutrus</dc:creator>
			<comments>https://www.slackwiki.com/User_talk:Gutrus_gutrus</comments>
		</item>
		<item>
			<title>Administration (General)</title>
			<link>https://www.slackwiki.com/index.php?title=Administration_(General)&amp;diff=825</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Administration_(General)&amp;diff=825</guid>
			<description>&lt;p&gt;Gutrus gutrus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hostname ==&lt;br /&gt;
&lt;br /&gt;
You can change a Slackware box's &amp;lt;code&amp;gt;hostname&amp;lt;/code&amp;gt; by two methods:&lt;br /&gt;
&lt;br /&gt;
1) Edit &amp;lt;code&amp;gt;/etc/HOSTNAME&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2) Use the hostname command-&lt;br /&gt;
&lt;br /&gt;
:On any running Linux system you can change its hostname with the command ‘hostname‘.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;hostname&amp;lt;/code&amp;gt;''' without any parameter it will output the current hostname of the system.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;hostname –f&amp;lt;/code&amp;gt;''' will output the fully qualified domain name (or FQDN) of the system.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;hostname NEW_NAME&amp;lt;/code&amp;gt;''' will set the hostname of the system to NEW_NAME. This is active right away and will remain so  until the system is rebooted (because at system boot it sets this from some particular file configuration - see bellow how to set this permanently). You will most probably need to exit the current shell in order to see the change in your shell prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Wed, 30 Jan 2013 10:23:16 GMT</pubDate>
			<dc:creator>Gutrus gutrus</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Administration_(General)</comments>
		</item>
		<item>
			<title>Administration (General)</title>
			<link>https://www.slackwiki.com/index.php?title=Administration_(General)&amp;diff=824</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Administration_(General)&amp;diff=824</guid>
			<description>&lt;p&gt;Gutrus gutrus: /* Hostname */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hostname ==&lt;br /&gt;
&lt;br /&gt;
You can change a Slackware box's &amp;lt;code&amp;gt;hostname&amp;lt;/code&amp;gt; by two methods:&lt;br /&gt;
&lt;br /&gt;
1) Edit &amp;lt;code&amp;gt;/etc/HOSTNAME&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2) Use the hostname command-&lt;br /&gt;
&lt;br /&gt;
:On any running Linux system you can change its hostname with the command ‘hostname‘.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;hostname&amp;lt;/code&amp;gt;''' without any parameter it will output the current hostname of the system.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;hostname –f&amp;lt;/code&amp;gt;''' will output the fully qualified domain name (or FQDN) of the system.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;hostname NEW_NAME&amp;lt;/code&amp;gt;''' will set the hostname of the system to NEW_NAME. This is active right away and will remain like that until the system will be rebooted (because at system boot it will set this from some particular file configurations - see bellow how to set this permanently). You will most probably need to exit the current shell in order to see the change in your shell prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Wed, 30 Jan 2013 10:21:16 GMT</pubDate>
			<dc:creator>Gutrus gutrus</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Administration_(General)</comments>
		</item>
		<item>
			<title>Administration (General)</title>
			<link>https://www.slackwiki.com/index.php?title=Administration_(General)&amp;diff=823</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Administration_(General)&amp;diff=823</guid>
			<description>&lt;p&gt;Gutrus gutrus: /* Hostname */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hostname ==&lt;br /&gt;
&lt;br /&gt;
You can change a Slackware box's &amp;lt;code&amp;gt;hostname&amp;lt;/code&amp;gt; by two methods:&lt;br /&gt;
&lt;br /&gt;
1) Edit &amp;lt;code&amp;gt;/etc/HOSTNAME&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2) Use the hostname command-&lt;br /&gt;
&lt;br /&gt;
:On any running Linux system you can change its hostname with the command ‘hostname‘.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;#hostname&amp;lt;/code&amp;gt;''' without any parameter it will output the current hostname of the system.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;hostname –f&amp;lt;/code&amp;gt;''' will output the fully qualified domain name (or FQDN) of the system.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;hostname NEW_NAME&amp;lt;/code&amp;gt;''' will set the hostname of the system to NEW_NAME. This is active right away and will remain like that until the system will be rebooted (because at system boot it will set this from some particular file configurations - see bellow how to set this permanently). You will most probably need to exit the current shell in order to see the change in your shell prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Wed, 30 Jan 2013 10:20:50 GMT</pubDate>
			<dc:creator>Gutrus gutrus</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Administration_(General)</comments>
		</item>
		<item>
			<title>Administration (General)</title>
			<link>https://www.slackwiki.com/index.php?title=Administration_(General)&amp;diff=822</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=Administration_(General)&amp;diff=822</guid>
			<description>&lt;p&gt;Gutrus gutrus: /* Hostname */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Hostname ==&lt;br /&gt;
&lt;br /&gt;
You can change a Slackware box's &amp;lt;code&amp;gt;hostname&amp;lt;/code&amp;gt; by two methods:&lt;br /&gt;
&lt;br /&gt;
1) Edit &amp;lt;code&amp;gt;/etc/HOSTNAME&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2) Use the hostname command-&lt;br /&gt;
&lt;br /&gt;
:On any running Linux system you can change its hostname with the command ‘hostname‘.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;#hostname&amp;lt;/code&amp;gt;''' without any parameter it will output the current hostname of the system.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;hostname –fd&amp;lt;/code&amp;gt;''' will output the fully qualified domain name (or FQDN) of the system.&lt;br /&gt;
&lt;br /&gt;
::'''&amp;lt;code&amp;gt;hostname NEW_NAME&amp;lt;/code&amp;gt;''' will set the hostname of the system to NEW_NAME. This is active right away and will remain like that until the system will be rebooted (because at system boot it will set this from some particular file configurations - see bellow how to set this permanently). You will most probably need to exit the current shell in order to see the change in your shell prompt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</description>
			<pubDate>Wed, 30 Jan 2013 10:17:26 GMT</pubDate>
			<dc:creator>Gutrus gutrus</dc:creator>
			<comments>https://www.slackwiki.com/Talk:Administration_(General)</comments>
		</item>
		<item>
			<title>PPPoE</title>
			<link>https://www.slackwiki.com/index.php?title=PPPoE&amp;diff=821</link>
			<guid isPermaLink="false">https://www.slackwiki.com/index.php?title=PPPoE&amp;diff=821</guid>
			<description>&lt;p&gt;Gutrus gutrus: /* Connecting With PPPoE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
&lt;br /&gt;
== Setting Up PPPoE ==&lt;br /&gt;
&lt;br /&gt;
As root, run '''pppoe-setup'''. Answer the questions.&lt;br /&gt;
&lt;br /&gt;
'''GOTCHA:''' on the last question, answer ''1 STAND ALONE''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Connecting With PPPoE ==&lt;br /&gt;
&lt;br /&gt;
As root, run '''pppoe-start'''.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You should now be connected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PROBLEM: It reports connected but, I can't get to the internet.&lt;br /&gt;
&lt;br /&gt;
FIX: It's probably screwed up your routing table.&lt;br /&gt;
::route del default&lt;br /&gt;
::route add default dev ppp0&lt;br /&gt;
Your connection should be working now.&lt;br /&gt;
&lt;br /&gt;
To make this process automatic at bootup, add the following lines at the end of file /etc/rc.d/rc.local:&lt;br /&gt;
&lt;br /&gt;
::pppoe-start&lt;br /&gt;
::route del default&lt;br /&gt;
::route add default dev ppp0 &lt;br /&gt;
&lt;br /&gt;
and then reboot...&lt;/div&gt;</description>
			<pubDate>Wed, 30 Jan 2013 10:05:31 GMT</pubDate>
			<dc:creator>Gutrus gutrus</dc:creator>
			<comments>https://www.slackwiki.com/Talk:PPPoE</comments>
		</item>
</channel></rss>