You are not logged in.
Pages: 1
I'm trying to format disks to ext4 and reiserFS but after creating new partition table it fails.
cfdisking /dev/sdb
mkfs.ext4 /dev/sdb1
/dev/sdb1 is apparently in use by the system; will not make a filesystem here!
lsof | grep sdb1
echoes nothing
/dev/disk/by-uuid/ has nothing about sdb
but /dev/disk/by-id/ and /dev/disk/by-path has links to sdb partitions
Please give me advice...
I'm a udev noob with quite bad english.
________
samp vcmp q4 ut3 ut2 MangoS admin
Offline
What is the current fielsystem in the disc?
unmount the disc, if its mounted, and try again.
Offline
Have a look (with for example fdisk) on what partitions are already created on your /dev/sdb disk. If /dev/sb1 already exists, you can't create it again obviously.
Burninate!
Offline
I'm dd if=/dev/zero of=/dev/sdb bs=8M count=1
And udev deletes all partitions from the /dev
When I'm create a new ones with cfdisk I can't format them, or do anything.
There is no FS on empty partitions.
________
samp vcmp q4 ut3 ut2 MangoS admin
Offline
When you say it has empty partitions, I guess you need to create a partion table. Correct me if I am wrong.
I
Offline
Try rebooting the system after that dd command - it should get rid of any residual mounts..
What happened to Arch's KISS? systemd sure is stupid but I must have missed the simple part ...
... and who is general Failure and why is he reading my harddisk?
Offline
Errm... I don't understand the exact issue behind the failure, but I would suggest trying this out via GParted as well? I have performed very many complicated disk operations through GParted, and it has never failed me.
Be formless, shapeless... like water. Now you put water into a cup, it becomes the cup; you put water into a bottle it becomes the bottle; if you put it in a teapot it becomes the teapot... Now water can flow, or it can crash... Be water my friend
Offline
Pages: 1