You are not logged in.

#1 2009-12-25 14:43:27

zuargo
Member
From: Concepción, Chile
Registered: 2009-08-20
Posts: 116

additional opts for partitions

I have a query guys tongue

In the section of instalation called: Manually condigure block devices, filesystems and mountpoints:

instantanea131.png

after to select a partition, the installer ask me:

instantanea140.png

if I choose yes then, after set the filesystem and mountpoints of the partition appears this:

instantanea136.png

I realize, if type the word yes the partition is formatted (unless I'm mistaken) but the question is: what additional opts can I write there?. I have searched on the wiki and don't find anything about this...

thanks in advance

Last edited by zuargo (2009-12-25 17:11:56)

Offline

#2 2009-12-25 15:47:01

fil_razorback
Member
Registered: 2009-12-25
Posts: 3

Re: additional opts for partitions

Actually you don't need to type "yes" so that the drive will be formatted. Leaving the field blank is fine.
I dont know about available options though.

Offline

#3 2009-12-25 16:13:55

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: additional opts for partitions

The additional options you can specify are simply passed on to mkfs, so check man mkfs.ext4 for valid parameters.

Last edited by hokasch (2009-12-25 18:07:18)

Offline

#4 2009-12-25 16:30:48

zuargo
Member
From: Concepción, Chile
Registered: 2009-08-20
Posts: 116

Re: additional opts for partitions

fil_razorback wrote:

Actually you don't need to type "yes" so that the drive will be formatted. Leaving the field blank is fine.
I dont know about available options though.

are you sure? if I dont type yes the drive or partition is not formatted anyway I will try this again in the next installation

hokasch wrote:

The additional options you can specify are simply passed on to mkfs, so check man mk2fs.ext4 for valid parameters.

$  man mk2fs.ext4
No manual entry for mk2fs.ext4
$  man mk2fs
No manual entry for mk2fs

maybe: man mkfs? that works

thanks a lot guys for your answers :)

Offline

#5 2009-12-25 18:06:47

hokasch
Member
Registered: 2007-09-23
Posts: 1,461

Re: additional opts for partitions

Pretty sure, I always leave it blank. mk2fs was a typo; its mke2fs or mkfs.ext4

Last edited by hokasch (2009-12-25 18:08:24)

Offline

#6 2009-12-25 18:09:01

Meyithi
Member
From: Wirral, UK
Registered: 2009-06-21
Posts: 550
Website

Re: additional opts for partitions

Always leave it blank as well, not sure putting yes in there is a good idea.


The mind roams more freely in empty rooms.
dwm - colours - ncmpcpp - system
irc://irc.freenode.net:meyithi

Offline

#7 2009-12-25 19:40:05

Gen2ly
Member
From: Sevierville, TN
Registered: 2009-03-06
Posts: 1,529
Website

Re: additional opts for partitions

The defaults will do (i.e. leaving it blank will do fine).  For options and what they do the Fstab wiki page can tell you what some of them are.


Setting Up a Scripting Environment | Proud donor to wikipedia - link

Offline

#8 2009-12-26 15:17:27

zuargo
Member
From: Concepción, Chile
Registered: 2009-08-20
Posts: 116

Re: additional opts for partitions

Gen2ly wrote:

The defaults will do (i.e. leaving it blank will do fine).  For options and what they do the Fstab wiki page can tell you what some of them are.

ok

the additional options would be:

auto - File system will mount automatically at boot, or when the command 'mount -a' is issued.
noauto - The filesystem is mounted only when you tell it to.
exec - Allow the execution binaries that are on that partition (default).
noexec - Do not allow binaries to be executed on the filesystem.
ro - Mount the filesystem read only
rw - Mount the filesystem read-write
sync - I/O should be done synchronously
async - I/O should be done asynchronously
user - Permit any user to mount the filesystem (implies noexec,nosuid,nodev unless overridden.)
nouser - Only allow root to mount the filesystem. (default)
defaults - Default mount settings (equivalent to rw,suid,dev,exec,auto,nouser,async).
suid - Allow the operation of suid, and sgid bits. They are mostly used to allow users on a computer system to execute binary executables with temporarily elevated privileges in order to perform a specific task.
nosuid - Block the operation of suid, and sgid bits.
noatime - Do not update inode access times on the filesystem.
nodiratime - Do not update directory inode access times on the filesystem.
relatime - Update inode access times relative to modify or change time. Access time is only updated if the previous access time was earlier than the current modify or change time. (Similar to noatime, but doesn't break mutt or other applications that need to know if a file has been read since the last time it was modified.)

right?

Offline

#9 2009-12-26 15:24:52

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: additional opts for partitions

There are more options and the options are filesystem dependent, but unless you really need other options just leave it blank.

Answering yes in the second screen show should format the partition (with the default options if you don't specify anything on the third screen), if it doesn't then it's a problem with the installer.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

Board footer

Powered by FluxBB