HI i just got a 320 GB 2.5 HDD for my girlfriend. I want to partition is into 4 partitions in the following size 20, 100, 100, 100. Also I want it to be able to be readable from a windows computer and apple computer. I was doing this through konsole but it only shows up on my linux box and not on a windows box can someone help me out. Also is there a way to name the drive instead of sdf1 sdf2? Thanks
this is what I have been doing in konsole
cfdisk /dev/hdd
(partition the DISK)
then -> NEW -> Primary
choose size
select write
mkfs.vfat /dev/hddX
this is what I have been doing in konsole
cfdisk /dev/hdd
(partition the DISK)
then -> NEW -> Primary
choose size
select write
mkfs.vfat /dev/hddX
Comment