gparted monta partições sozinho?

0

Eu tenho um drive usb que eu uso para backup, e eu tive que crescer uma partição que é montada no boot com sua linha apropriada em / etc / fstab.

Ao lançar o gparted, o primeiro problema que tive foi que eu não podia desmontar a partição do gparted: tentando fazê-lo, imediatamente encontrei-o montado novamente, e o gparted não me permitiu fazer nada com essa partição. / p>

Parece-me que esse comportamento acontece apenas em drives USB, mas não consigo entender por que diabos o gparted faz isso!

De qualquer forma, desmontando as partições de um terminal, obtive-o desmontado, e aparentemente ele permanece desmontado, e posso dizer ao gparted para cultivá-lo, e ele começa a crescer, mas depois de pouco tempo (20 segundos?) ele para dizendo:

Partition(s) 5 on /dev/sde have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes.

Salvando os detalhes, aqui estão eles:

GParted 0.25.0 --enable-libparted-dmraid --enable-online-resize
Libparted 3.2
Move /dev/sde5 to the left and grow it from 682.17 GiB to 931.51 GiB  00:01:57    ( ERROR ) 
    
calibrate /dev/sde5  00:00:00    ( SUCCESS ) 
    
path: /dev/sde5 (partition)
start: 522913792
end: 1953523711
size: 1430609920 (682.17 GiB) 


check file system on /dev/sde5 for errors and (if possible) fix them  00:00:10    ( SUCCESS ) 
    
e2fsck -f -y -v -C 0 /dev/sde5  00:00:10    ( SUCCESS ) 
    
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure 
Pass 3: Checking directory connectivity 
Pass 4: Checking reference counts
Pass 5: Checking group summary information 

77300 inodes used (0.17%, out of 44711936)
1078 non-contiguous files (1.4%)
2 non-contiguous directories (0.0%)
# of inodes with ind/dind/tind blocks: 0/0/0
Extent depth histogram: 77291/1
105061981 blocks used (58.75%, out of 178826240)
0 bad blocks
1 large file

77256 regular files
35 directories
0 character device files
0 block device files
0 fifos
105 links
0 symbolic links (0 fast symbolic links)
0 sockets
------------
77396 files
e2fsck 1.42.13 (17-May-2015)




grow partition from 682.17 GiB to 931.51 GiB  00:00:00    ( SUCCESS ) 
    
old start: 522913792
old end: 1953523711
old size: 1430609920 (682.17 GiB) 
new start: 4096
new end: 1953523711
new size: 1953519616 (931.51 GiB) 


move file system to the left  00:00:00    ( ERROR ) 
    
e2image -ra -p -o 267729764352 /dev/sde5  00:00:00    ( ERROR ) 
    

e2image 1.42.13 (17-May-2015)

Running e2image on a R/W mounted filesystem can result in an
inconsistent image which will not be useful for debugging purposes.
Use -f option if you really want to do that.




rollback last change to the partition table  00:01:47    ( SUCCESS ) 
    
shrink partition from 931.51 GiB to 682.17 GiB  00:01:47    ( SUCCESS ) 
    
old start: 4096
old end: 1953523711
old size: 1953519616 (931.51 GiB) 
new start: 522913792
new end: 1953523711
new size: 1430609920 (682.17 GiB) 




check file system on /dev/sde5 for errors and (if possible) fix them  00:00:00    ( ERROR ) 
    
e2fsck -f -y -v -C 0 /dev/sde5  00:00:00    ( ERROR ) 
    
/dev/sde5 is mounted.
e2fsck 1.42.13 (17-May-2015)
e2fsck: Cannot continue, aborting.





libparted messages    ( INFO ) 
    
Partition(s) 5 on /dev/sde have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes. 




========================================

Você pode ver que quando o e2image é executado, ele pára e reclama que ele é executado em um sistema de arquivos montado em r / w. Mas - novamente - eu não fiz nada para conseguir montá-lo.

A única maneira de ter o gparted crescendo minha partição foi continuamente desmontando a partição com o comando

sudo watch -n 0.1 umount /dev/sde5

Desta forma, o gparted é capaz de redimensionar a partição.

Minhas perguntas são:

  • é na verdade gparted que monta a partição ????
  • há outra maneira de obter gparted redimensionar a partição sem o relógio / umount comando?
por Paolo Benvenuto 05.01.2017 / 20:34

0 respostas

Tags