HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- loop device -- plz help
Operating System - Linux
1828013
Members
1645
Online
109973
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 05:00 AM
03-08-2006 05:00 AM
Dear Gurus
what are the loop devices ?
why to use them ?
any good example ?
i didnt understand the following
#mount -o loop /mnt/c-drive
#mount -t iso9660 -o loop /iso/documents.iso /mnt/cd_image
Plz help
Regards
what are the loop devices ?
why to use them ?
any good example ?
i didnt understand the following
#mount -o loop /mnt/c-drive
#mount -t iso9660 -o loop /iso/documents.iso /mnt/cd_image
Plz help
Regards
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 05:07 AM
03-08-2006 05:07 AM
Solution
The loop device is a device driver that allows an image file to be mounted as though it were a normal block device
In the second example, you are mounting an ISO CD image, and the contents of the iso file will be available in /mnt/cd_image.
The first example seems incomplete.
In the second example, you are mounting an ISO CD image, and the contents of the iso file will be available in /mnt/cd_image.
The first example seems incomplete.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 06:11 AM
03-08-2006 06:11 AM
Re: loop device -- plz help
mount /tmp/fdimage /mnt -t msdos -o loop=/dev/loop3,blocksize=1024
>The loop device is a device driver that allows an image file to be mounted as >though it were a normal block device
from "man mount"
mount /tmp/fdimage /mnt -t msdos -o loop=/dev/loop3,blocksize=1024
why to mount msdos filesystem as an image ?
>The loop device is a device driver that allows an image file to be mounted as >though it were a normal block device
from "man mount"
mount /tmp/fdimage /mnt -t msdos -o loop=/dev/loop3,blocksize=1024
why to mount msdos filesystem as an image ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 06:18 AM
03-08-2006 06:18 AM
Re: loop device -- plz help
In this case:
"/tmp/fdimage"
the file "fdimage" is a block-wise copy of a floppy disk media.
Imagine you want to prepare a floppy disk for somebody. Instead of writing the data to real media and then send it via (slow) postal mail, you work with a 'virtual floppy' which is a file. Then you e-mail the file to him/her. (S)he can make a 1:1 copy the blocks of the file to a real floppy and use it right away.
"/tmp/fdimage"
the file "fdimage" is a block-wise copy of a floppy disk media.
Imagine you want to prepare a floppy disk for somebody. Instead of writing the data to real media and then send it via (slow) postal mail, you work with a 'virtual floppy' which is a file. Then you e-mail the file to him/her. (S)he can make a 1:1 copy the blocks of the file to a real floppy and use it right away.
.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP