I have a partition layout on Ubuntu 10.4 as
sfdisk -l /dev/sdb
Disk /dev/sdb: 121575 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sdb1 0+ 60- 61- 487424 83 Linux
/dev/sdb2 60+ 2492- 2432- 19530752 82 Linux swap / Solaris
/dev/sdb3 2492+ 4923- 2432- 19530752 83 Linux
/dev/sdb4 4923+ 121574- 116652- 937000960 83 Linux
/dev/sdb4 is mounted on /home
df -h /home
Filesystem Size Used Avail Use% Mounted on
/dev/sdb4 880G 202M 835G 1% /home
Is there any way to change the name of the device from /dev/sdb4 to /dev/sdb5 and also /dev/sdb5 should be mounted on /home without losing any data.