Hello,
it seems a pretty common question but I haven't found a clear and straight answer to it : can I format a partition on a harddisk having one mounted partition without unmounting it ?
Here the details : on a 320Go harddisk, I prepared 3 partitions (20Go, 250Go, 30Go in this order) and installed Kubuntu 8.10 amd64 on the last one without formatting the other partitions (which I want to use later for XP and big storage). Now I want to format the middle one in NTFS (250Go). Can I do it from Linux using Qtparted ? There is a warning message 'don't commit a busy device - unmount all partitions'. I am actually commiting a busy harddisk, but not a busy (mounted) partition. What does device mean in that particular case ?
I checked with
and this is the output, showing that no other sda partition are mounted (and certainly not sda5 - the one I want to format)
/dev/sda6 on / type ext3 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.27-11-generic/volatile type tmpfs (rw,mode=755)
securityfs on /sys/kernel/security type securityfs (rw)
I also tried with Kubuntu Live CD to run Qtparted, but it is not on the LiveCD, so I tried to run Parted from the command line, prepared the partitioning and then Parted replied it can't format in ntfs (not supported). I have no access to the internet when I run from the LiveCD.
Is it better to format that partition using WinXP install CD ?
Thank you for your help
I
it seems a pretty common question but I haven't found a clear and straight answer to it : can I format a partition on a harddisk having one mounted partition without unmounting it ?
Here the details : on a 320Go harddisk, I prepared 3 partitions (20Go, 250Go, 30Go in this order) and installed Kubuntu 8.10 amd64 on the last one without formatting the other partitions (which I want to use later for XP and big storage). Now I want to format the middle one in NTFS (250Go). Can I do it from Linux using Qtparted ? There is a warning message 'don't commit a busy device - unmount all partitions'. I am actually commiting a busy harddisk, but not a busy (mounted) partition. What does device mean in that particular case ?
I checked with
Code:
# mount
/dev/sda6 on / type ext3 (rw,relatime,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,nosuid,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
lrm on /lib/modules/2.6.27-11-generic/volatile type tmpfs (rw,mode=755)
securityfs on /sys/kernel/security type securityfs (rw)
I also tried with Kubuntu Live CD to run Qtparted, but it is not on the LiveCD, so I tried to run Parted from the command line, prepared the partitioning and then Parted replied it can't format in ntfs (not supported). I have no access to the internet when I run from the LiveCD.
Is it better to format that partition using WinXP install CD ?
Thank you for your help
I
Comment