ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm]  Форматирование в ext3, ext3 в fstab
@ 2009-02-02  3:30 Occisor
  2009-02-02  3:41 ` Boris Popov
  0 siblings, 1 reply; 6+ messages in thread
From: Occisor @ 2009-02-02  3:30 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

Подключил еще один hdd, на нем 2 раздела с ntfs. Хочу сделать вместо них
ext3. Попробовал форматировать пакетом qtparted, но он вылетает при
выборе этого hdd, при выборе одного из двух что были изначально не
вылетает. Подскажите как отформатировать в ext3 и какие строки потом
добавить в fstab чтобы новые разделы монтировались сразу.

[-- Attachment #2: brutalfreak.vcf --]
[-- Type: text/x-vcard, Size: 278 bytes --]

begin:vcard
fn;quoted-printable:=D0=98=D0=BB=D1=8C=D1=8F
n;quoted-printable:;=D0=98=D0=BB=D1=8C=D1=8F
adr:;;;;28;;RF
email;internet:brutalfreak@gmail.com
note;quoted-printable:Jabber: occisor@jabr.ru=0D=0A=
	ICQ: 292441788
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Форматирование в ext3, ext3 в fstab
  2009-02-02  3:30 [Comm] Форматирование в ext3, ext3 в fstab Occisor
@ 2009-02-02  3:41 ` Boris Popov
  2009-02-02  4:31   ` Occisor
  0 siblings, 1 reply; 6+ messages in thread
From: Boris Popov @ 2009-02-02  3:41 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Сперва переразбиваешь диск как тебе нужно - cfdisk.
Потом  делаешь mkfs.ext3 /dev/нужный раздел.
В fstab прописываешь раздел--куда моетировать--файловая
система--параметры монтирования.


2 февраля 2009 г. 6:30 пользователь Occisor <brutalfreak@gmail.com> написал:
> Подключил еще один hdd, на нем 2 раздела с ntfs. Хочу сделать вместо них
> ext3. Попробовал форматировать пакетом qtparted, но он вылетает при
> выборе этого hdd, при выборе одного из двух что были изначально не
> вылетает. Подскажите как отформатировать в ext3 и какие строки потом
> добавить в fstab чтобы новые разделы монтировались сразу.
>
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community
>



-- 
Boris Popov

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Форматирование в ext3, ext3 в fstab
  2009-02-02  3:41 ` Boris Popov
@ 2009-02-02  4:31   ` Occisor
  2009-02-02  6:20     ` Boris Popov
  0 siblings, 1 reply; 6+ messages in thread
From: Occisor @ 2009-02-02  4:31 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

Boris Popov пишет:
> Сперва переразбиваешь диск как тебе нужно - cfdisk.
> Потом  делаешь mkfs.ext3 /dev/нужный раздел.
> В fstab прописываешь раздел--куда моетировать--файловая
> система--параметры монтирования.
> 

Сделал. Но почему-то после mkfs.ext3 /dev/нужный раздел, раздел удалился 
(может потому что был запущен qtparted), создал раздел в cfdisk заново и 
отформатировал уже в qtparted (после удаления существовавших разделов он 
перестал вылетать). Работает нормально. Такой строчки в fstab достаточно 
для нормального монтирования?
/dev/hdc1       /mnt/hdc        ext3 defaults
Т.е. монтируется нормально, но опций специфических никаких не нужно?

[-- Attachment #2: brutalfreak.vcf --]
[-- Type: text/x-vcard, Size: 267 bytes --]

begin:vcard
fn;quoted-printable:=D0=98=D0=BB=D1=8C=D1=8F
n;quoted-printable:;=D0=98=D0=BB=D1=8C=D1=8F
adr:;;;;28;;RF
email;internet:brutalfreak@gmail.com
note;quoted-printable:Jabber: occisor@jabr.ru=0D=0A=
	ICQ: 292441788
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Форматирование в ext3, ext3 в fstab
  2009-02-02  4:31   ` Occisor
@ 2009-02-02  6:20     ` Boris Popov
  2009-02-03  2:27       ` Occisor
  0 siblings, 1 reply; 6+ messages in thread
From: Boris Popov @ 2009-02-02  6:20 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Наверное 0 2 в конце ;-)

Читайте лучше здесь: /usr/share/doc/mount

2 февраля 2009 г. 7:31 пользователь Occisor <brutalfreak@gmail.com> написал:
> Boris Popov пишет:
>>
>> Сперва переразбиваешь диск как тебе нужно - cfdisk.
>> Потом  делаешь mkfs.ext3 /dev/нужный раздел.
>> В fstab прописываешь раздел--куда моетировать--файловая
>> система--параметры монтирования.
>>
>
> Сделал. Но почему-то после mkfs.ext3 /dev/нужный раздел, раздел удалился
> (может потому что был запущен qtparted), создал раздел в cfdisk заново и
> отформатировал уже в qtparted (после удаления существовавших разделов он
> перестал вылетать). Работает нормально. Такой строчки в fstab достаточно для
> нормального монтирования?
> /dev/hdc1       /mnt/hdc        ext3 defaults
> Т.е. монтируется нормально, но опций специфических никаких не нужно?
>
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community
>



-- 
Boris Popov

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Форматирование в ext3, ext3 в fstab
  2009-02-02  6:20     ` Boris Popov
@ 2009-02-03  2:27       ` Occisor
  2009-02-03  5:51         ` Boris Popov
  0 siblings, 1 reply; 6+ messages in thread
From: Occisor @ 2009-02-03  2:27 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 635 bytes --]

Boris Popov пишет:
> Наверное 0 2 в конце ;-)
> 
> Читайте лучше здесь: /usr/share/doc/mount
> 

Вот единственная папка что там лежит связанная с mount и один файл в ней.
$ cat /usr/share/doc/mount-2.12r/README
mount/umount for Linux 0.97.3 and later.
Authors:
Doug Quale <quale@saavik.cs.wisc.edu>,
H.J. Lu <hlu@eecs.wsu.edu>,
Rick Sladkey <jrs@world.std.com>,
Stephen Tweedie <sct@dcs.ed.ac.uk>.

Presently maintained by Andries Brouwer <aeb@cwi.nl>.
Ftp site: ftp.win.tue.nl:/pub/linux/utils/util-linux

>> Сделал. Но почему-то после mkfs.ext3 /dev/нужный раздел, раздел удалился

Это я ошибся - вместо раздела, указал устройство.


[-- Attachment #2: brutalfreak.vcf --]
[-- Type: text/x-vcard, Size: 267 bytes --]

begin:vcard
fn;quoted-printable:=D0=98=D0=BB=D1=8C=D1=8F
n;quoted-printable:;=D0=98=D0=BB=D1=8C=D1=8F
adr:;;;;28;;RF
email;internet:brutalfreak@gmail.com
note;quoted-printable:Jabber: occisor@jabr.ru=0D=0A=
	ICQ: 292441788
x-mozilla-html:FALSE
version:2.1
end:vcard


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] Форматирование в ext3, ext3 в fstab
  2009-02-03  2:27       ` Occisor
@ 2009-02-03  5:51         ` Boris Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Boris Popov @ 2009-02-03  5:51 UTC (permalink / raw)
  To: ALT Linux Community general discussions

3 февраля 2009 г. 5:27 пользователь Occisor <brutalfreak@gmail.com> написал:
> Boris Popov пишет:
>>
>> Наверное 0 2 в конце ;-)
>>
>> Читайте лучше здесь: /usr/share/doc/mount
>>
>
> Вот единственная папка что там лежит связанная с mount и один файл в ней.
> $ cat /usr/share/doc/mount-2.12r/README
> mount/umount for Linux 0.97.3 and later.
> Authors:
> Doug Quale <quale@saavik.cs.wisc.edu>,
> H.J. Lu <hlu@eecs.wsu.edu>,
> Rick Sladkey <jrs@world.std.com>,
> Stephen Tweedie <sct@dcs.ed.ac.uk>.
>
> Presently maintained by Andries Brouwer <aeb@cwi.nl>.
> Ftp site: ftp.win.tue.nl:/pub/linux/utils/util-linux

# /etc/fstab: static file system information.
#
# The following is an example. Please see fstab(5) for further details.
# Please refer to mount(1) for a complete description of mount options.
#
# Format:
#  <file system>         <mount point>   <type>  <options>	<dump>	<pass>
#
# dump(8) uses the <dump> field to determine which file systems need
# to be dumped. fsck(8) uses the <pass> column to determine which file
# systems need to be checked--the root file system should have a 1 in
# this field, other file systems a 2, and any file systems that should
# not be checked (such as MS-DOS or NFS file systems) a 0.
#
# The `sw' option indicates that the swap partition is to be activated
# with `swapon -a'.
/dev/hda2	none		swap	sw				0 0

# The `bsdgroups' option indicates that the file system is to be mounted
# with BSD semantics (files inherit the group ownership of the directory
# in which they live). `ro' can be used to mount a file system read-only.
/dev/hda3	/		ext2	defaults			0 1
/dev/hda5	/home		ext2	defaults			0 2
/dev/hda6	/var		ext2	defaults			0 2
/dev/hda7	/usr		ext2	defaults,ro			0 2
/dev/hda8	/usr/local	ext2	defaults,bsdgroups		0 2

# The `noauto' option indicates that the file system should not be mounted
# with `mount -a'. `user' indicates that normal users are allowed to mount
# the file system.
/dev/cdrom	/cdrom		iso9660	defaults,noauto,ro,user		0 0
/dev/fd0	/floppy		minix	defaults,noauto,user		0 0
/dev/fd1	/floppy		minix	defaults,noauto,user		0 0

# NFS file systems:
server:/export/usr	/usr	nfs	defaults			0 0

# proc file system:
proc		/proc		proc	defaults			0 0



-- 
Boris Popov


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-02-03  5:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-02  3:30 [Comm] Форматирование в ext3, ext3 в fstab Occisor
2009-02-02  3:41 ` Boris Popov
2009-02-02  4:31   ` Occisor
2009-02-02  6:20     ` Boris Popov
2009-02-03  2:27       ` Occisor
2009-02-03  5:51         ` Boris Popov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git