I'm currently trying to create a writeable folder on a ext2 drive.
I took a usb drive and formatted it to ext3 using gparted.
Then I went into terminal and wrote in
sudo mkfs.ext2 -j -I 128 /dev/...
To make it an ext2 unjournaled drive.
Now I would like to make a writeable folder on that drive.
I know I should write in the command line sudo mkdir [link to drive]
My question is, where is the drive link? the code that directs terminal to the drive? Where can i find that?
I'm working on delivering a film to a cinema in a special format.
Thank you all in advance!