Tech Support Forum banner
Status
Not open for further replies.
1 - 7 of 7 Posts

· Registered
Joined
·
71 Posts
Discussion Starter · #1 ·
Never happened on Windows but always does on Linux. Been trying to download Ubuntu and tried ones on any torrent sites but nothing worked because it was always empty or when I mounted it, it'd give me a README.txt that was also empty. I'm getting frustrated :banghead: lol.

I no longer am running Windows with Linux.
 

· Registered
Joined
·
71 Posts
Discussion Starter · #3 ·
Ah, gotcha. Thanks. By the way, why does the terminal not have a window? The tab thing you can grab to move it around? It's just a plain text area for me so it's stuck on one position and I can't move it around.
 

· TSF Emeritus
Joined
·
2,484 Posts
For future repeatability you may want to create a dedicated mount directory for DVD ISOs.

Code:
sudo mkdir /mnt/dvd
sudo mount -o loop /path/dvd.iso /mnt/dvd
The mount command should be able to detect the filesystem type, but if not you can add the "-t udf" argument to it.
 
1 - 7 of 7 Posts
Status
Not open for further replies.
Top