LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-01-2008, 06:16 AM   #1
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311

Rep: Reputation: 32
USB Bootup for Fedora 10


How can i get Fedora 10 running from a USB drive ? i have a 2 GB one . Please suggest .

PS : I already have Fedora 10 installed in my machine. I want a USB with all the option to play mp3 and also movie files . How can i do it ? or should i use a 4 GB one . Please suggest.

To be more specific i want to make it instead of Live CD , but with all multimedia and Compiz fusion, if i can also make it run in any machine with all the drivers that also is fine.
Thanks
Peeths

Last edited by peeths003; 12-01-2008 at 06:19 AM.
 
Old 12-01-2008, 07:51 AM   #2
ctsiow
LQ Newbie
 
Registered: Oct 2007
Location: Isle of Wight, UK
Distribution: Ubuntu 8.10 server - Ubuntu 10.10 Aspire netbook
Posts: 29
Blog Entries: 2

Rep: Reputation: 15
USB boot

HI.
I would download unetbootin from http://lubi.sourceforge.net/unetbootin.html
It specifically mentions fedora as a choice. You use it to set up a usb device as a bootable media with the distro of your choice. There is a linux version (or course ) and a windows version. You will need to make sure that the bios of your system is set to boot from usb device first.
 
Old 12-01-2008, 08:08 AM   #3
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311

Original Poster
Rep: Reputation: 32
Using unebootin will i be able to install the fedora packages including the graphics drivers and compiz , and will i be able to get the full access of Linux functionality ?
 
Old 12-01-2008, 04:15 PM   #4
WhiskeyTangoFoxtrot
Member
 
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403
Blog Entries: 1

Rep: Reputation: 30
they dont seem to fully support FC10 yet so im not sure whether to proceed or not.
 
Old 12-02-2008, 06:55 AM   #5
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311

Original Poster
Rep: Reputation: 32
In that case is it possible to install fedora into a USB stick ? if so what will be the minimum size that would be needed to do so ?
 
Old 12-02-2008, 09:25 AM   #6
manicminer
LQ Newbie
 
Registered: Dec 2008
Posts: 6

Rep: Reputation: 0
There are 2 ways to install Fedora from a USB stick:

1) Using a 4 gig stick, instructions here:

http://forums.fedoraforum.org/showthread.php?t=205596

2) Using the LiveCD (which, as you would guess given the name, fits into 700meg) which can be put onto a 1 gig usb stick. To do this you can use the liveusb-creator tool which is available here:

https://fedorahosted.org/liveusb-creator/

That tool will work on Linux and Windows simply download the LiveCD image, use the tool to turn your USB stick into a bootable live CD (you can even have a writeable area to save changes to).

This works great for Fedora 10, but it isn't on the list of iso's to download so you have to do it manually.

Ah... ops, turns out I miss-read your question, not sure how you build your own custom install image, but starting from the LiveCD base would be a good idea you might be able to modify the image to include the items you want.

Try mounting the images loopback (see first link) and then seeing if you can modify them and save them back to the USB stick.

Last edited by manicminer; 12-02-2008 at 09:27 AM.
 
Old 12-03-2008, 02:10 AM   #7
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311

Original Poster
Rep: Reputation: 32
Hi ,

Initially i tried with this link
http://fedoraproject.org/wiki/How_to...SB_Flash_Drive

It it booting from USB , but the second line itself it says

Quote:
could not locate the Kernel Image : linux
boot :
Later I tried with https://fedorahosted.org/liveusb-creator/
it says

Quote:
[root@localhost Fedora-10-i686-Live]# [gui:406] ISO selected: u'/home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso'
[creator:387] Setting /dev/sde1 label to FEDORA
[creator:138] /sbin/dosfslabel /dev/sde1 FEDORA
[creator:397] Unable to change volume label: There was a problem executing the following command: `/sbin/dosfslabel /dev/sde1 FEDORA`
A more detailed error log has been written to 'liveusb-creator.log'
[creator:403] Extracting ISO to device
[creator:138] mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpcXNr5N
[creator:453] Cleaning up...
Then what I did is, I booted into windows and then used the liveusb-creator in windows and created the live USB and it worked. and the USB is booting fine. Can you please tell what the issue was with others.

the liveusb-creator.log is too huge cant paste it here . but it seems that the below command was not working which was used by liveusb-creator

Quote:
mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpKgZUj5
The link http://forums.fedoraforum.org/showthread.php?t=205596 is for fedora 9 iguess the directory structure and all are different.

Thanks
Peeths
 
Old 12-03-2008, 03:23 AM   #8
manicminer
LQ Newbie
 
Registered: Dec 2008
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by peeths003 View Post
Hi ,

Then what I did is, I booted into windows and then used the liveusb-creator in windows and created the live USB and it worked. and the USB is booting fine. Can you please tell what the issue was with others.

the liveusb-creator.log is too huge cant paste it here . but it seems that the below command was not working which was used by liveusb-creator



The link http://forums.fedoraforum.org/showthread.php?t=205596 is for fedora 9 iguess the directory structure and all are different.

Thanks
Peeths
If the mount command is failing, then you probably don't have loopback mounting configured in your Linux distro, which is odd as I thought most did my default now. The only way to know what is wrong is to see the error message rather than just the line that is failing.

For reference I made my live CD by doing the following:

yum install livecd-tools

I then downloaded the latest version of the liveusb-creator as the one in that package didn't work (liveusb-creator-2.7), but it did ensure that I had all the pre-req packages installed.

The browsed to the ISO, selected my target USB device, and clicked on Create Live USB.

This created me a working Fedora 10 Live (KDE) usb stick, with persistent storage area.
 
Old 12-03-2008, 04:14 AM   #9
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by manicminer View Post
If the mount command is failing, then you probably don't have loopback mounting configured in your Linux distro, which is odd as I thought most did my default now. The only way to know what is wrong is to see the error message rather than just the line that is failing.

For reference I made my live CD by doing the following:

yum install livecd-tools

I then downloaded the latest version of the liveusb-creator as the one in that package didn't work (liveusb-creator-2.7), but it did ensure that I had all the pre-req packages installed.

The browsed to the ISO, selected my target USB device, and clicked on Create Live USB.

This created me a working Fedora 10 Live (KDE) usb stick, with persistent storage area.

But When i tried mounting using the below command it worked

"mount -o loop <path to>/Fedora-10-i386-DVD/Fedora-10-i386-DVD.iso /mnt/iso
"

I got the iso image mounted to /mnt/iso, i gave this command to test weather the issue was with mounting options .

So i guess loopback mounting is there .
 
Old 12-03-2008, 05:21 AM   #10
manicminer
LQ Newbie
 
Registered: Dec 2008
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by peeths003 View Post
But When i tried mounting using the below command it worked

"mount -o loop <path to>/Fedora-10-i386-DVD/Fedora-10-i386-DVD.iso /mnt/iso
"

I got the iso image mounted to /mnt/iso, i gave this command to test weather the issue was with mounting options .

So i guess loopback mounting is there .
Weird,

In that case I am not sure what is wrong, can you post part of the log around the point that is failing? That might give more clues.
 
Old 12-03-2008, 05:38 AM   #11
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311

Original Poster
Rep: Reputation: 32
hmmm ..

I will go home and get the log , i am logged in from office PC now. I will be go home and get the log and will paste them ... or i will upload it the txt in some location and give you the link . Give me few hours.
 
Old 12-04-2008, 02:03 AM   #12
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311

Original Poster
Rep: Reputation: 32
Hi This is the output in liveusb-creator.log

Quote:
/sbin/dosfslabel /dev/sde1 FEDORAThere are differences between boot sector and its backup.
Differences: (offsetriginal/backup)
90:fa/0e, 91:fc/1f, 92:31/be, 93:c0/77, 94:8e/7c, 95:d0/ac, 96:bc/22
, 97:b4/c0, 98:7b/74, 99:06/0b, 100:57/56, 101:8e/b4, 102:c0/0e, 103:b9/bb
, 104:08/07, 106:bf/cd, 107:b4/10, 108:7b/5e, 109:f3/eb, 110:a5/f0
, 111:8e/32, 112:d8/e4, 113:bb/cd, 114:78/16, 115:00/cd, 116:0f/19
, 117:b4/eb, 118:37/fe, 119:0f/54, 120:a0/68, 121:56/69, 122:88/73
, 123:16/20, 124:81/69, 125:c2/73, 127:d2/6e, 128:78/6f, 129:15/74
, 130:b1/20, 131:06/61, 132:89/20, 133:3f/62, 134:89/6f, 135:47/6f
, 136:02/74, 137:64/61, 138:f3/62, 139:a5/6c, 140:8a/65, 141:0e/20
, 142:18/64, 143:7c/69, 144:88/73, 145:4d/6b, 146:f8/2e, 147:cd/20
, 148:13/20, 149:eb/50, 150:27/6c, 151:f6/65, 152:45/61, 153:f0/73
, 154:7f/65, 155:75/20, 156:08/69, 157:66/6e, 158:8b/73, 159:45/65
, 160:f8/72, 161:66/74, 162:a3/20, 163:1c/61, 164:7c/20, 165:b4/62
, 166:08/6f, 167:cd/6f, 168:13/74, 169:72/61, 170:13/62, 171:20/6c
, 172:e4/65, 173:75/20, 174:0f/66, 175:c1/6c, 176:ea/6f, 177:08/70
, 178:42/70, 179:89/79, 180:16/20, 181:1a/61, 182:7c/6e, 183:83/64
, 184:e1/0d, 185:3f/0a, 186:89/70, 187:0e/72, 188:18/65, 189:7c/73
, 190:fb/73, 191:bb/20, 192:aa/61, 193:55/6e, 194:b4/79, 195:41/20
, 196:8a/6b, 197:16/65, 198:81/79, 199:c2/20, 200:cd/74, 201:13/6f
, 202:72/20, 203:10/74, 204:81/72, 205:fb/79, 206:55/20, 207:aa/61
, 208:75/67, 209:0a/61, 210:f6/69, 211:c1/6e, 212:01/20, 213:74/2e
, 214:05/2e, 215:c6/2e, 216:06/20, 217:02/0d, 218:7d/0a, 220:66/00
, 221:a1/00, 222:f8/00, 223:7d/00, 224:bb/00, 226:7e/00, 227:e8/00
, 228:10/00, 230:66/00, 231:81/00, 232:3e/00, 233:24/00, 234:7e/00
, 235:59/00, 236:45/00, 237:3c/00, 238:79/00, 239:0f/00, 240:85/00
, 241:c3/00, 243:e9/00, 244:3a/00, 245:02/00, 246:bd/00, 247:01/00
, 249:66/00, 250:03/00, 251:06/00, 252:1c/00, 253:7c/00, 254:66/00
, 255:31/00, 256:d2/00, 257:eb/00, 258:4f/00, 259:55/00, 260:e8/00
, 261:d5/00, 263:66/00, 264:0f/00, 265:b7/00, 266:fd/00, 267:b9/00
, 268:10/00, 270:66/00, 271:52/00, 272:66/00, 273:50/00, 274:06/00
, 275:53/00, 276:57/00, 277:6a/00, 278:10/00, 279:89/00, 280:e6/00
, 281:66/00, 282:60/00, 283:8a/00, 284:16/00, 285:81/00, 286:c2/00
, 287:1e/00, 288:16/00, 289:1f/00, 290:b4/00, 291:42/00, 292:cd/00
, 293:13/00, 294:1f/00, 295:66/00, 296:61/00, 297:8d/00, 298:64/00
, 299:10/00, 300:72/00, 301:10/00, 302:5d/00, 303:66/00, 304:01/00
, 305:f8/00, 306:29/00, 307:fd/00, 308:c1/00, 309:e7/00, 310:09/00
, 311:01/00, 312:fb/00, 313:21/00, 314:ed/00, 315:75/00, 316:c6/00
, 317:c3/00, 318:66/00, 319:60/00, 320:31/00, 321:c0/00, 322:8a/00
, 323:16/00, 324:81/00, 325:c2/00, 326:cd/00, 327:13/00, 328:66/00
, 329:61/00, 330:e2/00, 331:c2/00, 332:c6/00, 333:06/00, 334:02/00
, 335:7d/00, 336:4f/00, 337:5d/00, 338:66/00, 339:52/00, 340:66/00
, 341:50/00, 342:55/00, 343:53/00, 344:66/00, 345:0f/00, 346:b7/00
, 347:36/00, 348:18/00, 349:7c/00, 350:66/00, 351:0f/00, 352:b7/00
, 353:3e/00, 354:1a/00, 355:7c/00, 356:66/00, 357:f7/00, 358:f6/00
, 359:31/00, 360:c9/00, 361:87/00, 362:ca/00, 363:66/00, 364:f7/00
, 365:f7/00, 366:e8/00, 367:6b/00, 369:29/00, 370:ce/00, 371:39/00
, 372:f5/00, 373:76/00, 374:02/00, 375:89/00, 376:f5/00, 377:c0/00
, 378:e4/00, 379:06/00, 380:41/00, 381:08/00, 382:e1/00, 383:88/00
, 384:c5/00, 385:88/00, 386:d6/00, 387:8a/00, 388:16/00, 389:81/00
, 390:c2/00, 391:95/00, 392:b4/00, 393:02/00, 394:bd/00, 395:10/00
, 397:66/00, 398:60/00, 399:cd/00, 400:13/00, 401:66/00, 402:61/00
, 403:72/00, 404:17/00, 405:66/00, 406:0f/00, 407:b6/00, 408:c8/00
, 409:c1/00, 410:e0/00, 411:09/00, 412:5b/00, 413:01/00, 414:c3/00
, 415:5d/00, 416:66/00, 417:58/00, 418:66/00, 419:5a/00, 420:66/00
, 421:01/00, 422:c8/00, 423:29/00, 424:cd/00, 425:75/00, 426:a7/00
, 427:c3/00, 428:4d/00, 429:75/00, 430:de/00, 431:95/00, 432:d1/00
, 433:2e/00, 434:fc/00, 435:7d/00, 436:75/00, 437:df/00, 438:31/00
, 439:f6/00, 440:8e/00, 441:d6/00, 442:bc/00, 443:b0/00, 444:7b/00
, 445:8e/00, 446:de/00, 447:66/00, 448:8f/00, 449:06/00, 450:78/00
, 452:be/00, 453:e7/00, 454:7d/00, 455:ac/00, 456:20/00, 457:c0/00
, 458:74/00, 459:09/00, 460:b4/00, 461:0e/00, 462:bb/00, 463:07/00
, 465:cd/00, 466:10/00, 467:eb/00, 468:f2/00, 469:98/00, 470:cd/00
, 471:16/00, 472:cd/00, 473:19/00, 474:eb/00, 475:fe/00, 476:3b/00
, 477:2e/00, 478:fc/00, 479:7d/00, 480:76/00, 481:04/00, 482:8b/00
, 483:2e/00, 484:fc/00, 485:7d/00, 486:c3/00, 487:42/00, 488:6f/00
, 489:6f/00, 490:74/00, 491:20/00, 492:65/00, 493:72/00, 494:72/00
, 495:6f/00, 496:72/00, 497:0d/00, 498:0a/00, 504:02/00, 505:a9/00
, 506:2a/00, 508:7f/00
Not automatically fixing this.


/sbin/dosfslabel /dev/sde1 FEDORAThere are differences between boot sector and its backup.
Differences: (offsetriginal/backup)
90:fa/0e, 91:fc/1f, 92:31/be, 93:c0/77, 94:8e/7c, 95:d0/ac, 96:bc/22
, 97:b4/c0, 98:7b/74, 99:06/0b, 100:57/56, 101:8e/b4, 102:c0/0e, 103:b9/bb
, 104:08/07, 106:bf/cd, 107:b4/10, 108:7b/5e, 109:f3/eb, 110:a5/f0
, 111:8e/32, 112:d8/e4, 113:bb/cd, 114:78/16, 115:00/cd, 116:0f/19
, 117:b4/eb, 118:37/fe, 119:0f/54, 120:a0/68, 121:56/69, 122:88/73
, 123:16/20, 124:81/69, 125:c2/73, 127:d2/6e, 128:78/6f, 129:15/74
, 130:b1/20, 131:06/61, 132:89/20, 133:3f/62, 134:89/6f, 135:47/6f
, 136:02/74, 137:64/61, 138:f3/62, 139:a5/6c, 140:8a/65, 141:0e/20
, 142:18/64, 143:7c/69, 144:88/73, 145:4d/6b, 146:f8/2e, 147:cd/20
, 148:13/20, 149:eb/50, 150:27/6c, 151:f6/65, 152:45/61, 153:f0/73
, 154:7f/65, 155:75/20, 156:08/69, 157:66/6e, 158:8b/73, 159:45/65
, 160:f8/72, 161:66/74, 162:a3/20, 163:1c/61, 164:7c/20, 165:b4/62
, 166:08/6f, 167:cd/6f, 168:13/74, 169:72/61, 170:13/62, 171:20/6c
, 172:e4/65, 173:75/20, 174:0f/66, 175:c1/6c, 176:ea/6f, 177:08/70
, 178:42/70, 179:89/79, 180:16/20, 181:1a/61, 182:7c/6e, 183:83/64
, 184:e1/0d, 185:3f/0a, 186:89/70, 187:0e/72, 188:18/65, 189:7c/73
, 190:fb/73, 191:bb/20, 192:aa/61, 193:55/6e, 194:b4/79, 195:41/20
, 196:8a/6b, 197:16/65, 198:81/79, 199:c2/20, 200:cd/74, 201:13/6f
, 202:72/20, 203:10/74, 204:81/72, 205:fb/79, 206:55/20, 207:aa/61
, 208:75/67, 209:0a/61, 210:f6/69, 211:c1/6e, 212:01/20, 213:74/2e
, 214:05/2e, 215:c6/2e, 216:06/20, 217:02/0d, 218:7d/0a, 220:66/00
, 221:a1/00, 222:f8/00, 223:7d/00, 224:bb/00, 226:7e/00, 227:e8/00
, 228:10/00, 230:66/00, 231:81/00, 232:3e/00, 233:24/00, 234:7e/00
, 235:59/00, 236:45/00, 237:3c/00, 238:79/00, 239:0f/00, 240:85/00
, 241:c3/00, 243:e9/00, 244:3a/00, 245:02/00, 246:bd/00, 247:01/00
, 249:66/00, 250:03/00, 251:06/00, 252:1c/00, 253:7c/00, 254:66/00
, 255:31/00, 256:d2/00, 257:eb/00, 258:4f/00, 259:55/00, 260:e8/00
, 261:d5/00, 263:66/00, 264:0f/00, 265:b7/00, 266:fd/00, 267:b9/00
, 268:10/00, 270:66/00, 271:52/00, 272:66/00, 273:50/00, 274:06/00
, 275:53/00, 276:57/00, 277:6a/00, 278:10/00, 279:89/00, 280:e6/00
, 281:66/00, 282:60/00, 283:8a/00, 284:16/00, 285:81/00, 286:c2/00
, 287:1e/00, 288:16/00, 289:1f/00, 290:b4/00, 291:42/00, 292:cd/00
, 293:13/00, 294:1f/00, 295:66/00, 296:61/00, 297:8d/00, 298:64/00
, 299:10/00, 300:72/00, 301:10/00, 302:5d/00, 303:66/00, 304:01/00
, 305:f8/00, 306:29/00, 307:fd/00, 308:c1/00, 309:e7/00, 310:09/00
, 311:01/00, 312:fb/00, 313:21/00, 314:ed/00, 315:75/00, 316:c6/00
, 317:c3/00, 318:66/00, 319:60/00, 320:31/00, 321:c0/00, 322:8a/00
, 323:16/00, 324:81/00, 325:c2/00, 326:cd/00, 327:13/00, 328:66/00
, 329:61/00, 330:e2/00, 331:c2/00, 332:c6/00, 333:06/00, 334:02/00
, 335:7d/00, 336:4f/00, 337:5d/00, 338:66/00, 339:52/00, 340:66/00
, 341:50/00, 342:55/00, 343:53/00, 344:66/00, 345:0f/00, 346:b7/00
, 347:36/00, 348:18/00, 349:7c/00, 350:66/00, 351:0f/00, 352:b7/00
, 353:3e/00, 354:1a/00, 355:7c/00, 356:66/00, 357:f7/00, 358:f6/00
, 359:31/00, 360:c9/00, 361:87/00, 362:ca/00, 363:66/00, 364:f7/00
, 365:f7/00, 366:e8/00, 367:6b/00, 369:29/00, 370:ce/00, 371:39/00
, 372:f5/00, 373:76/00, 374:02/00, 375:89/00, 376:f5/00, 377:c0/00
, 378:e4/00, 379:06/00, 380:41/00, 381:08/00, 382:e1/00, 383:88/00
, 384:c5/00, 385:88/00, 386:d6/00, 387:8a/00, 388:16/00, 389:81/00
, 390:c2/00, 391:95/00, 392:b4/00, 393:02/00, 394:bd/00, 395:10/00
, 397:66/00, 398:60/00, 399:cd/00, 400:13/00, 401:66/00, 402:61/00
, 403:72/00, 404:17/00, 405:66/00, 406:0f/00, 407:b6/00, 408:c8/00
, 409:c1/00, 410:e0/00, 411:09/00, 412:5b/00, 413:01/00, 414:c3/00
, 415:5d/00, 416:66/00, 417:58/00, 418:66/00, 419:5a/00, 420:66/00
, 421:01/00, 422:c8/00, 423:29/00, 424:cd/00, 425:75/00, 426:a7/00
, 427:c3/00, 428:4d/00, 429:75/00, 430:de/00, 431:95/00, 432:d1/00
, 433:2e/00, 434:fc/00, 435:7d/00, 436:75/00, 437:df/00, 438:31/00
, 439:f6/00, 440:8e/00, 441:d6/00, 442:bc/00, 443:b0/00, 444:7b/00
, 445:8e/00, 446:de/00, 447:66/00, 448:8f/00, 449:06/00, 450:78/00
, 452:be/00, 453:e7/00, 454:7d/00, 455:ac/00, 456:20/00, 457:c0/00
, 458:74/00, 459:09/00, 460:b4/00, 461:0e/00, 462:bb/00, 463:07/00
, 465:cd/00, 466:10/00, 467:eb/00, 468:f2/00, 469:98/00, 470:cd/00
, 471:16/00, 472:cd/00, 473:19/00, 474:eb/00, 475:fe/00, 476:3b/00
, 477:2e/00, 478:fc/00, 479:7d/00, 480:76/00, 481:04/00, 482:8b/00
, 483:2e/00, 484:fc/00, 485:7d/00, 486:c3/00, 487:42/00, 488:6f/00
, 489:6f/00, 490:74/00, 491:20/00, 492:65/00, 493:72/00, 494:72/00
, 495:6f/00, 496:72/00, 497:0d/00, 498:0a/00, 504:02/00, 505:a9/00
, 506:2a/00, 508:7f/00
Not automatically fixing this.


mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpO1Saom
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

/sbin/dosfslabel /dev/sde1 FEDORAThere are differences between boot sector and its backup.
Differences: (offsetriginal/backup)
90:fa/0e, 91:fc/1f, 92:31/be, 93:c0/77, 94:8e/7c, 95:d0/ac, 96:bc/22
, 97:b4/c0, 98:7b/74, 99:06/0b, 100:57/56, 101:8e/b4, 102:c0/0e, 103:b9/bb
, 104:08/07, 106:bf/cd, 107:b4/10, 108:7b/5e, 109:f3/eb, 110:a5/f0
, 111:8e/32, 112:d8/e4, 113:bb/cd, 114:78/16, 115:00/cd, 116:0f/19
, 117:b4/eb, 118:37/fe, 119:0f/54, 120:a0/68, 121:56/69, 122:88/73
, 123:16/20, 124:81/69, 125:c2/73, 127:d2/6e, 128:78/6f, 129:15/74
, 130:b1/20, 131:06/61, 132:89/20, 133:3f/62, 134:89/6f, 135:47/6f
, 136:02/74, 137:64/61, 138:f3/62, 139:a5/6c, 140:8a/65, 141:0e/20
, 142:18/64, 143:7c/69, 144:88/73, 145:4d/6b, 146:f8/2e, 147:cd/20
, 148:13/20, 149:eb/50, 150:27/6c, 151:f6/65, 152:45/61, 153:f0/73
, 154:7f/65, 155:75/20, 156:08/69, 157:66/6e, 158:8b/73, 159:45/65
, 160:f8/72, 161:66/74, 162:a3/20, 163:1c/61, 164:7c/20, 165:b4/62
, 166:08/6f, 167:cd/6f, 168:13/74, 169:72/61, 170:13/62, 171:20/6c
, 172:e4/65, 173:75/20, 174:0f/66, 175:c1/6c, 176:ea/6f, 177:08/70
, 178:42/70, 179:89/79, 180:16/20, 181:1a/61, 182:7c/6e, 183:83/64
, 184:e1/0d, 185:3f/0a, 186:89/70, 187:0e/72, 188:18/65, 189:7c/73
, 190:fb/73, 191:bb/20, 192:aa/61, 193:55/6e, 194:b4/79, 195:41/20
, 196:8a/6b, 197:16/65, 198:81/79, 199:c2/20, 200:cd/74, 201:13/6f
, 202:72/20, 203:10/74, 204:81/72, 205:fb/79, 206:55/20, 207:aa/61
, 208:75/67, 209:0a/61, 210:f6/69, 211:c1/6e, 212:01/20, 213:74/2e
, 214:05/2e, 215:c6/2e, 216:06/20, 217:02/0d, 218:7d/0a, 220:66/00
, 221:a1/00, 222:f8/00, 223:7d/00, 224:bb/00, 226:7e/00, 227:e8/00
, 228:10/00, 230:66/00, 231:81/00, 232:3e/00, 233:24/00, 234:7e/00
, 235:59/00, 236:45/00, 237:3c/00, 238:79/00, 239:0f/00, 240:85/00
, 241:c3/00, 243:e9/00, 244:3a/00, 245:02/00, 246:bd/00, 247:01/00
, 249:66/00, 250:03/00, 251:06/00, 252:1c/00, 253:7c/00, 254:66/00
, 255:31/00, 256:d2/00, 257:eb/00, 258:4f/00, 259:55/00, 260:e8/00
, 261:d5/00, 263:66/00, 264:0f/00, 265:b7/00, 266:fd/00, 267:b9/00
, 268:10/00, 270:66/00, 271:52/00, 272:66/00, 273:50/00, 274:06/00
, 275:53/00, 276:57/00, 277:6a/00, 278:10/00, 279:89/00, 280:e6/00
, 281:66/00, 282:60/00, 283:8a/00, 284:16/00, 285:81/00, 286:c2/00
, 287:1e/00, 288:16/00, 289:1f/00, 290:b4/00, 291:42/00, 292:cd/00
, 293:13/00, 294:1f/00, 295:66/00, 296:61/00, 297:8d/00, 298:64/00
, 299:10/00, 300:72/00, 301:10/00, 302:5d/00, 303:66/00, 304:01/00
, 305:f8/00, 306:29/00, 307:fd/00, 308:c1/00, 309:e7/00, 310:09/00
, 311:01/00, 312:fb/00, 313:21/00, 314:ed/00, 315:75/00, 316:c6/00
, 317:c3/00, 318:66/00, 319:60/00, 320:31/00, 321:c0/00, 322:8a/00
, 323:16/00, 324:81/00, 325:c2/00, 326:cd/00, 327:13/00, 328:66/00
, 329:61/00, 330:e2/00, 331:c2/00, 332:c6/00, 333:06/00, 334:02/00
, 335:7d/00, 336:4f/00, 337:5d/00, 338:66/00, 339:52/00, 340:66/00
, 341:50/00, 342:55/00, 343:53/00, 344:66/00, 345:0f/00, 346:b7/00
, 347:36/00, 348:18/00, 349:7c/00, 350:66/00, 351:0f/00, 352:b7/00
, 353:3e/00, 354:1a/00, 355:7c/00, 356:66/00, 357:f7/00, 358:f6/00
, 359:31/00, 360:c9/00, 361:87/00, 362:ca/00, 363:66/00, 364:f7/00
, 365:f7/00, 366:e8/00, 367:6b/00, 369:29/00, 370:ce/00, 371:39/00
, 372:f5/00, 373:76/00, 374:02/00, 375:89/00, 376:f5/00, 377:c0/00
, 378:e4/00, 379:06/00, 380:41/00, 381:08/00, 382:e1/00, 383:88/00
, 384:c5/00, 385:88/00, 386:d6/00, 387:8a/00, 388:16/00, 389:81/00
, 390:c2/00, 391:95/00, 392:b4/00, 393:02/00, 394:bd/00, 395:10/00
, 397:66/00, 398:60/00, 399:cd/00, 400:13/00, 401:66/00, 402:61/00
, 403:72/00, 404:17/00, 405:66/00, 406:0f/00, 407:b6/00, 408:c8/00
, 409:c1/00, 410:e0/00, 411:09/00, 412:5b/00, 413:01/00, 414:c3/00
, 415:5d/00, 416:66/00, 417:58/00, 418:66/00, 419:5a/00, 420:66/00
, 421:01/00, 422:c8/00, 423:29/00, 424:cd/00, 425:75/00, 426:a7/00
, 427:c3/00, 428:4d/00, 429:75/00, 430:de/00, 431:95/00, 432:d1/00
, 433:2e/00, 434:fc/00, 435:7d/00, 436:75/00, 437:df/00, 438:31/00
, 439:f6/00, 440:8e/00, 441:d6/00, 442:bc/00, 443:b0/00, 444:7b/00
, 445:8e/00, 446:de/00, 447:66/00, 448:8f/00, 449:06/00, 450:78/00
, 452:be/00, 453:e7/00, 454:7d/00, 455:ac/00, 456:20/00, 457:c0/00
, 458:74/00, 459:09/00, 460:b4/00, 461:0e/00, 462:bb/00, 463:07/00
, 465:cd/00, 466:10/00, 467:eb/00, 468:f2/00, 469:98/00, 470:cd/00
, 471:16/00, 472:cd/00, 473:19/00, 474:eb/00, 475:fe/00, 476:3b/00
, 477:2e/00, 478:fc/00, 479:7d/00, 480:76/00, 481:04/00, 482:8b/00
, 483:2e/00, 484:fc/00, 485:7d/00, 486:c3/00, 487:42/00, 488:6f/00
, 489:6f/00, 490:74/00, 491:20/00, 492:65/00, 493:72/00, 494:72/00
, 495:6f/00, 496:72/00, 497:0d/00, 498:0a/00, 504:02/00, 505:a9/00
, 506:2a/00, 508:7f/00
Not automatically fixing this.


mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpO1Saom
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

/sbin/dosfslabel /dev/sde1 None

/sbin/dosfslabel /dev/sde1 FEDORAThere are differences between boot sector and its backup.
Differences: (offsetriginal/backup)
90:fa/0e, 91:fc/1f, 92:31/be, 93:c0/77, 94:8e/7c, 95:d0/ac, 96:bc/22
, 97:b4/c0, 98:7b/74, 99:06/0b, 100:57/56, 101:8e/b4, 102:c0/0e, 103:b9/bb
, 104:08/07, 106:bf/cd, 107:b4/10, 108:7b/5e, 109:f3/eb, 110:a5/f0
, 111:8e/32, 112:d8/e4, 113:bb/cd, 114:78/16, 115:00/cd, 116:0f/19
, 117:b4/eb, 118:37/fe, 119:0f/54, 120:a0/68, 121:56/69, 122:88/73
, 123:16/20, 124:81/69, 125:c2/73, 127:d2/6e, 128:78/6f, 129:15/74
, 130:b1/20, 131:06/61, 132:89/20, 133:3f/62, 134:89/6f, 135:47/6f
, 136:02/74, 137:64/61, 138:f3/62, 139:a5/6c, 140:8a/65, 141:0e/20
, 142:18/64, 143:7c/69, 144:88/73, 145:4d/6b, 146:f8/2e, 147:cd/20
, 148:13/20, 149:eb/50, 150:27/6c, 151:f6/65, 152:45/61, 153:f0/73
, 154:7f/65, 155:75/20, 156:08/69, 157:66/6e, 158:8b/73, 159:45/65
, 160:f8/72, 161:66/74, 162:a3/20, 163:1c/61, 164:7c/20, 165:b4/62
, 166:08/6f, 167:cd/6f, 168:13/74, 169:72/61, 170:13/62, 171:20/6c
, 172:e4/65, 173:75/20, 174:0f/66, 175:c1/6c, 176:ea/6f, 177:08/70
, 178:42/70, 179:89/79, 180:16/20, 181:1a/61, 182:7c/6e, 183:83/64
, 184:e1/0d, 185:3f/0a, 186:89/70, 187:0e/72, 188:18/65, 189:7c/73
, 190:fb/73, 191:bb/20, 192:aa/61, 193:55/6e, 194:b4/79, 195:41/20
, 196:8a/6b, 197:16/65, 198:81/79, 199:c2/20, 200:cd/74, 201:13/6f
, 202:72/20, 203:10/74, 204:81/72, 205:fb/79, 206:55/20, 207:aa/61
, 208:75/67, 209:0a/61, 210:f6/69, 211:c1/6e, 212:01/20, 213:74/2e
, 214:05/2e, 215:c6/2e, 216:06/20, 217:02/0d, 218:7d/0a, 220:66/00
, 221:a1/00, 222:f8/00, 223:7d/00, 224:bb/00, 226:7e/00, 227:e8/00
, 228:10/00, 230:66/00, 231:81/00, 232:3e/00, 233:24/00, 234:7e/00
, 235:59/00, 236:45/00, 237:3c/00, 238:79/00, 239:0f/00, 240:85/00
, 241:c3/00, 243:e9/00, 244:3a/00, 245:02/00, 246:bd/00, 247:01/00
, 249:66/00, 250:03/00, 251:06/00, 252:1c/00, 253:7c/00, 254:66/00
, 255:31/00, 256:d2/00, 257:eb/00, 258:4f/00, 259:55/00, 260:e8/00
, 261:d5/00, 263:66/00, 264:0f/00, 265:b7/00, 266:fd/00, 267:b9/00
, 268:10/00, 270:66/00, 271:52/00, 272:66/00, 273:50/00, 274:06/00
, 275:53/00, 276:57/00, 277:6a/00, 278:10/00, 279:89/00, 280:e6/00
, 281:66/00, 282:60/00, 283:8a/00, 284:16/00, 285:81/00, 286:c2/00
, 287:1e/00, 288:16/00, 289:1f/00, 290:b4/00, 291:42/00, 292:cd/00
, 293:13/00, 294:1f/00, 295:66/00, 296:61/00, 297:8d/00, 298:64/00
, 299:10/00, 300:72/00, 301:10/00, 302:5d/00, 303:66/00, 304:01/00
, 305:f8/00, 306:29/00, 307:fd/00, 308:c1/00, 309:e7/00, 310:09/00
, 311:01/00, 312:fb/00, 313:21/00, 314:ed/00, 315:75/00, 316:c6/00
, 317:c3/00, 318:66/00, 319:60/00, 320:31/00, 321:c0/00, 322:8a/00
, 323:16/00, 324:81/00, 325:c2/00, 326:cd/00, 327:13/00, 328:66/00
, 329:61/00, 330:e2/00, 331:c2/00, 332:c6/00, 333:06/00, 334:02/00
, 335:7d/00, 336:4f/00, 337:5d/00, 338:66/00, 339:52/00, 340:66/00
, 341:50/00, 342:55/00, 343:53/00, 344:66/00, 345:0f/00, 346:b7/00
, 347:36/00, 348:18/00, 349:7c/00, 350:66/00, 351:0f/00, 352:b7/00
, 353:3e/00, 354:1a/00, 355:7c/00, 356:66/00, 357:f7/00, 358:f6/00
, 359:31/00, 360:c9/00, 361:87/00, 362:ca/00, 363:66/00, 364:f7/00
, 365:f7/00, 366:e8/00, 367:6b/00, 369:29/00, 370:ce/00, 371:39/00
, 372:f5/00, 373:76/00, 374:02/00, 375:89/00, 376:f5/00, 377:c0/00
, 378:e4/00, 379:06/00, 380:41/00, 381:08/00, 382:e1/00, 383:88/00
, 384:c5/00, 385:88/00, 386:d6/00, 387:8a/00, 388:16/00, 389:81/00
, 390:c2/00, 391:95/00, 392:b4/00, 393:02/00, 394:bd/00, 395:10/00
, 397:66/00, 398:60/00, 399:cd/00, 400:13/00, 401:66/00, 402:61/00
, 403:72/00, 404:17/00, 405:66/00, 406:0f/00, 407:b6/00, 408:c8/00
, 409:c1/00, 410:e0/00, 411:09/00, 412:5b/00, 413:01/00, 414:c3/00
, 415:5d/00, 416:66/00, 417:58/00, 418:66/00, 419:5a/00, 420:66/00
, 421:01/00, 422:c8/00, 423:29/00, 424:cd/00, 425:75/00, 426:a7/00
, 427:c3/00, 428:4d/00, 429:75/00, 430:de/00, 431:95/00, 432:d1/00
, 433:2e/00, 434:fc/00, 435:7d/00, 436:75/00, 437:df/00, 438:31/00
, 439:f6/00, 440:8e/00, 441:d6/00, 442:bc/00, 443:b0/00, 444:7b/00
, 445:8e/00, 446:de/00, 447:66/00, 448:8f/00, 449:06/00, 450:78/00
, 452:be/00, 453:e7/00, 454:7d/00, 455:ac/00, 456:20/00, 457:c0/00
, 458:74/00, 459:09/00, 460:b4/00, 461:0e/00, 462:bb/00, 463:07/00
, 465:cd/00, 466:10/00, 467:eb/00, 468:f2/00, 469:98/00, 470:cd/00
, 471:16/00, 472:cd/00, 473:19/00, 474:eb/00, 475:fe/00, 476:3b/00
, 477:2e/00, 478:fc/00, 479:7d/00, 480:76/00, 481:04/00, 482:8b/00
, 483:2e/00, 484:fc/00, 485:7d/00, 486:c3/00, 487:42/00, 488:6f/00
, 489:6f/00, 490:74/00, 491:20/00, 492:65/00, 493:72/00, 494:72/00
, 495:6f/00, 496:72/00, 497:0d/00, 498:0a/00, 504:02/00, 505:a9/00
, 506:2a/00, 508:7f/00
Not automatically fixing this.


mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpO1Saom
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

/sbin/dosfslabel /dev/sde1 None



 
Old 12-04-2008, 02:05 AM   #13
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311

Original Poster
Rep: Reputation: 32
Second Part of the log

Quote:
/sbin/dosfslabel /dev/sde1 FEDORAThere are differences between boot sector and its backup.
Differences: (offsetriginal/backup)
90:fa/0e, 91:fc/1f, 92:31/be, 93:c0/77, 94:8e/7c, 95:d0/ac, 96:bc/22
, 97:b4/c0, 98:7b/74, 99:06/0b, 100:57/56, 101:8e/b4, 102:c0/0e, 103:b9/bb
, 104:08/07, 106:bf/cd, 107:b4/10, 108:7b/5e, 109:f3/eb, 110:a5/f0
, 111:8e/32, 112:d8/e4, 113:bb/cd, 114:78/16, 115:00/cd, 116:0f/19
, 117:b4/eb, 118:37/fe, 119:0f/54, 120:a0/68, 121:56/69, 122:88/73
, 123:16/20, 124:81/69, 125:c2/73, 127:d2/6e, 128:78/6f, 129:15/74
, 130:b1/20, 131:06/61, 132:89/20, 133:3f/62, 134:89/6f, 135:47/6f
, 136:02/74, 137:64/61, 138:f3/62, 139:a5/6c, 140:8a/65, 141:0e/20
, 142:18/64, 143:7c/69, 144:88/73, 145:4d/6b, 146:f8/2e, 147:cd/20
, 148:13/20, 149:eb/50, 150:27/6c, 151:f6/65, 152:45/61, 153:f0/73
, 154:7f/65, 155:75/20, 156:08/69, 157:66/6e, 158:8b/73, 159:45/65
, 160:f8/72, 161:66/74, 162:a3/20, 163:1c/61, 164:7c/20, 165:b4/62
, 166:08/6f, 167:cd/6f, 168:13/74, 169:72/61, 170:13/62, 171:20/6c
, 172:e4/65, 173:75/20, 174:0f/66, 175:c1/6c, 176:ea/6f, 177:08/70
, 178:42/70, 179:89/79, 180:16/20, 181:1a/61, 182:7c/6e, 183:83/64
, 184:e1/0d, 185:3f/0a, 186:89/70, 187:0e/72, 188:18/65, 189:7c/73
, 190:fb/73, 191:bb/20, 192:aa/61, 193:55/6e, 194:b4/79, 195:41/20
, 196:8a/6b, 197:16/65, 198:81/79, 199:c2/20, 200:cd/74, 201:13/6f
, 202:72/20, 203:10/74, 204:81/72, 205:fb/79, 206:55/20, 207:aa/61
, 208:75/67, 209:0a/61, 210:f6/69, 211:c1/6e, 212:01/20, 213:74/2e
, 214:05/2e, 215:c6/2e, 216:06/20, 217:02/0d, 218:7d/0a, 220:66/00
, 221:a1/00, 222:f8/00, 223:7d/00, 224:bb/00, 226:7e/00, 227:e8/00
, 228:10/00, 230:66/00, 231:81/00, 232:3e/00, 233:24/00, 234:7e/00
, 235:59/00, 236:45/00, 237:3c/00, 238:79/00, 239:0f/00, 240:85/00
, 241:c3/00, 243:e9/00, 244:3a/00, 245:02/00, 246:bd/00, 247:01/00
, 249:66/00, 250:03/00, 251:06/00, 252:1c/00, 253:7c/00, 254:66/00
, 255:31/00, 256:d2/00, 257:eb/00, 258:4f/00, 259:55/00, 260:e8/00
, 261:d5/00, 263:66/00, 264:0f/00, 265:b7/00, 266:fd/00, 267:b9/00
, 268:10/00, 270:66/00, 271:52/00, 272:66/00, 273:50/00, 274:06/00
, 275:53/00, 276:57/00, 277:6a/00, 278:10/00, 279:89/00, 280:e6/00
, 281:66/00, 282:60/00, 283:8a/00, 284:16/00, 285:81/00, 286:c2/00
, 287:1e/00, 288:16/00, 289:1f/00, 290:b4/00, 291:42/00, 292:cd/00
, 293:13/00, 294:1f/00, 295:66/00, 296:61/00, 297:8d/00, 298:64/00
, 299:10/00, 300:72/00, 301:10/00, 302:5d/00, 303:66/00, 304:01/00
, 305:f8/00, 306:29/00, 307:fd/00, 308:c1/00, 309:e7/00, 310:09/00
, 311:01/00, 312:fb/00, 313:21/00, 314:ed/00, 315:75/00, 316:c6/00
, 317:c3/00, 318:66/00, 319:60/00, 320:31/00, 321:c0/00, 322:8a/00
, 323:16/00, 324:81/00, 325:c2/00, 326:cd/00, 327:13/00, 328:66/00
, 329:61/00, 330:e2/00, 331:c2/00, 332:c6/00, 333:06/00, 334:02/00
, 335:7d/00, 336:4f/00, 337:5d/00, 338:66/00, 339:52/00, 340:66/00
, 341:50/00, 342:55/00, 343:53/00, 344:66/00, 345:0f/00, 346:b7/00
, 347:36/00, 348:18/00, 349:7c/00, 350:66/00, 351:0f/00, 352:b7/00
, 353:3e/00, 354:1a/00, 355:7c/00, 356:66/00, 357:f7/00, 358:f6/00
, 359:31/00, 360:c9/00, 361:87/00, 362:ca/00, 363:66/00, 364:f7/00
, 365:f7/00, 366:e8/00, 367:6b/00, 369:29/00, 370:ce/00, 371:39/00
, 372:f5/00, 373:76/00, 374:02/00, 375:89/00, 376:f5/00, 377:c0/00
, 378:e4/00, 379:06/00, 380:41/00, 381:08/00, 382:e1/00, 383:88/00
, 384:c5/00, 385:88/00, 386:d6/00, 387:8a/00, 388:16/00, 389:81/00
, 390:c2/00, 391:95/00, 392:b4/00, 393:02/00, 394:bd/00, 395:10/00
, 397:66/00, 398:60/00, 399:cd/00, 400:13/00, 401:66/00, 402:61/00
, 403:72/00, 404:17/00, 405:66/00, 406:0f/00, 407:b6/00, 408:c8/00
, 409:c1/00, 410:e0/00, 411:09/00, 412:5b/00, 413:01/00, 414:c3/00
, 415:5d/00, 416:66/00, 417:58/00, 418:66/00, 419:5a/00, 420:66/00
, 421:01/00, 422:c8/00, 423:29/00, 424:cd/00, 425:75/00, 426:a7/00
, 427:c3/00, 428:4d/00, 429:75/00, 430:de/00, 431:95/00, 432:d1/00
, 433:2e/00, 434:fc/00, 435:7d/00, 436:75/00, 437:df/00, 438:31/00
, 439:f6/00, 440:8e/00, 441:d6/00, 442:bc/00, 443:b0/00, 444:7b/00
, 445:8e/00, 446:de/00, 447:66/00, 448:8f/00, 449:06/00, 450:78/00
, 452:be/00, 453:e7/00, 454:7d/00, 455:ac/00, 456:20/00, 457:c0/00
, 458:74/00, 459:09/00, 460:b4/00, 461:0e/00, 462:bb/00, 463:07/00
, 465:cd/00, 466:10/00, 467:eb/00, 468:f2/00, 469:98/00, 470:cd/00
, 471:16/00, 472:cd/00, 473:19/00, 474:eb/00, 475:fe/00, 476:3b/00
, 477:2e/00, 478:fc/00, 479:7d/00, 480:76/00, 481:04/00, 482:8b/00
, 483:2e/00, 484:fc/00, 485:7d/00, 486:c3/00, 487:42/00, 488:6f/00
, 489:6f/00, 490:74/00, 491:20/00, 492:65/00, 493:72/00, 494:72/00
, 495:6f/00, 496:72/00, 497:0d/00, 498:0a/00, 504:02/00, 505:a9/00
, 506:2a/00, 508:7f/00
Not automatically fixing this.


mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpO1Saom
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

/sbin/dosfslabel /dev/sde1 None

mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpCu5_L4
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

/sbin/dosfslabel /dev/sde1 FEDORA

/sbin/dosfslabel /dev/sde1 FEDORA

mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpKgZUj5
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

/sbin/dosfslabel /dev/sde1 FEDORA

/sbin/dosfslabel /dev/sde1 FEDORA

mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpc9Pzwb
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpeCsPgJ
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .
 
Old 12-04-2008, 07:56 AM   #14
manicminer
LQ Newbie
 
Registered: Dec 2008
Posts: 6

Rep: Reputation: 0
you log clearly shows this command not working:

mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpeCsPgJ

You tested something almost identical, but without the ro part, what happens if you try to mount loopback readonly?
 
Old 12-05-2008, 02:05 AM   #15
peeths003
Member
 
Registered: Jun 2008
Distribution: Fedora 12 i686, Debian 5.0.1 i686, Fedora 14 x86_64, Debian Lenny 5.0.1x86_64 and CentOS_5.4_x86-64
Posts: 311

Original Poster
Rep: Reputation: 32
Quote:
Originally Posted by manicminer View Post
you log clearly shows this command not working:

mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /tmp/tmpeCsPgJ

You tested something almost identical, but without the ro part, what happens if you try to mount loopback readonly?

Hi here are the commands

Quote:
[root@localhost ~]# mount -o loop /home/Bugslayer/My\ Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /mnt/iso
[root@localhost ~]# umount /mnt/iso
[root@localhost ~]# mount -o loop,ro /home/Bugslayer/My\ Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /mnt/iso
[root@localhost ~]# ls /mnt/iso/
EFI GPL isolinux LiveOS README
[root@localhost ~]#
but when i copy the string from the liveusb-creator it is not working

Quote:
[root@localhost ~]# mount -o loop,ro /home/Bugslayer/My Stuff/Fedora-10-i686-Live/F10-i686-Live.iso /mnt/iso/
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
One can change the type of mount containing the directory dir:
mount --make-shared dir
mount --make-slave dir
mount --make-private dir
mount --make-unbindable dir
One can change the type of all the mounts in a mount subtree
containing the directory dir:
mount --make-rshared dir
mount --make-rslave dir
mount --make-rprivate dir
mount --make-runbindable dir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

Whats the difference between these two ??
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mounting USB from Script at bootup fails silent echo Linux - General 7 12-10-2007 04:12 AM
Bootup Problem with Fedora Core 5 dogwomble Linux - General 4 08-25-2006 03:15 PM
Bootup freezes after removal of USB devices hontoo Linux - Hardware 0 12-04-2004 01:23 AM
Fedora cannot be bootup!! treotan Linux - Newbie 6 09-12-2004 05:22 AM
USB Audio at bootup stops soundcard from loading. Meros Linux - Hardware 0 08-25-2002 04:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:17 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration