March 29, 2024, 12:43:48 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: I changed partition label and i used this without reboot... safe or dangerous?  (Read 3873 times)

Offline newbie_

  • New Member
  • Posts: 1
I used the commands
Code: [Select]
sudo umount /dev/sda5
and then
Code: [Select]
sudo e2labl /dev/sda5 data
for change a partition label on my HD.
Then i mounted and used this partition without reboot (the label changed only after a reboot), is this safe or dangerous? i have very important data on this partition... thank you.