Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 684279 Details for
Bug 895905
guestmount: link() incorrectly returns ENOENT, when it should be EXDEV
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
test script
xdev.sh (text/plain), 471 bytes, created by
Richard W.M. Jones
on 2013-01-21 13:15:11 UTC
(
hide
)
Description:
test script
Filename:
MIME Type:
Creator:
Richard W.M. Jones
Created:
2013-01-21 13:15:11 UTC
Size:
471 bytes
patch
obsolete
>#!/bin/bash - > >set -e >set -x > >cd /tmp > >guestfish -x <<EOF > >sparse test1.img 1G >run > ># Set up a couple of filesystems. >part-init /dev/sda mbr >part-add /dev/sda p 1024 10239 >part-add /dev/sda p 10240 20479 >mkfs ext2 /dev/sda1 >mkfs ext2 /dev/sda2 > >mount /dev/sda1 / >mkdir /boot >mount /dev/sda2 /boot > >EOF > >mkdir -p /tmp/mnt > >guestmount -a test1.img -m /dev/sda1:/ -m /dev/sda2:/boot /tmp/mnt >touch /tmp/mnt/foo >cd /tmp/mnt >ln foo boot/foo ||: >cd /tmp >fusermount -u /tmp/mnt
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 895905
: 684279 |
684284