Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[LOOP] Creer un FS Reiserfs dans une partition ext3(En cour)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
bob1977
Guru
Guru


Joined: 16 Mar 2004
Posts: 387

PostPosted: Sun Nov 21, 2004 10:25 pm    Post subject: [LOOP] Creer un FS Reiserfs dans une partition ext3(En cour) Reply with quote

Bonsoir a tous,

En voulant copier un grand nombre de petits fichiers sur une partition ext3, je suis arrivé à cours d'inodes disponibles alors qu'il me reste ~1Go de libre. C'est pour cela que je veux créer un système de fichier reiserfs à l'intérieur de mon système ext3 en utilisant la méthode loop. Je sais que c'est possible mais je ne sais pas comment faire.
Je sais que ca n'est pas très clair donc si vous avez des questions, n'hésitez pas.
Back to top
View user's profile Send private message
moriarty
n00b
n00b


Joined: 12 Feb 2003
Posts: 35
Location: Paris, France

PostPosted: Mon Nov 22, 2004 1:58 am    Post subject: Reply with quote

Comme ça ça devrait marcher :
Code:
# cd qqpart
# dd if=/dev/zero of=reiser bs=1G count=1
# losetup /dev/loop0 reiser
# mkreiserfs /dev/loop0
# losetup -d /dev/loop0

Et puis après pour le monter :
Code:
# mount -t reiserfs -o loop qqpart/reiser /mnt/giga
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum