cdrom devices logical names are different for each OS Ubuntu startup

Asked by ClaudioUbuntu

Hi,
each OS start-up, cdrom devices are mapped in different way:
one time for /dev/cdrom the link is /dev/sr0 and for /dev/cdrom1 the link is /dev/sr1
another time links are inverted (for /dev/cdrom the link is /dev/sr1 and for /dev/cdrom1 the link is /dev/sr0)
could you help me?
thanks

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
delance (olivier-delance) said :
#1

If I understand, you have two physical CD players, which are not assigned to same link /dev/cdrom.
Can you check is sr0 and sr1 are always linked to same hardware ?

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#2

Yes,
two physical CD players, wich have 2 different link. DVD RW AD-7191A is Pata and DVDRAM GH22NS50 is Sata.
Hereafter the output of lshw -C disk:
 *-disk
       description: ATA Disk
       product: WDC WD7500AADS-0
       vendor: Western Digital
       physical id: 0
       bus info: scsi@2:0.0.0
       logical name: /dev/sdc
       version: 01.0
       serial: WD-WCAV59233597
       size: 698GiB (750GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=b409b409
  *-cdrom
       description: DVD-RAM writer
       product: DVDRAM GH22NS50
       vendor: HL-DT-ST
       physical id: 1
       bus info: scsi@3:0.0.0
       logical name: /dev/cdrom2
       logical name: /dev/cdrw2
       logical name: /dev/dvd2
       logical name: /dev/dvdrw2
       logical name: /dev/scd1
       logical name: /dev/sr1
       version: TN02
       capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
       configuration: ansiversion=5 status=nodisc
  *-disk:0
       description: ATA Disk
       product: Maxtor 6E040L0
       vendor: Maxtor
       physical id: 0
       bus info: scsi@0:0.0.0
       logical name: /dev/sda
       version: NAR6
       serial: E13887SN
       size: 38GiB (41GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=3d933d92
  *-disk:1
       description: ATA Disk
       product: Maxtor 6Y160P0
       vendor: Maxtor
       physical id: 0.1.0
       bus info: scsi@0:0.1.0
       logical name: /dev/sdb
       version: YAR4
       serial: Y47J3PGE
       size: 152GiB (163GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=0f0559ea
  *-cdrom
       description: DVD-RAM writer
       product: DVD RW AD-7191A
       vendor: Optiarc
       physical id: 1
       bus info: scsi@1:0.0.0
       logical name: /dev/cdrom
       logical name: /dev/cdrw
       logical name: /dev/dvd
       logical name: /dev/dvdrw
       logical name: /dev/scd0
       logical name: /dev/sr0
       version: 1.04
       capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
       configuration: ansiversion=5 status=nodisc

thanks

Revision history for this message
delance (olivier-delance) said :
#3

Can you check is sr0 and sr1 are always linked to same hardware ?
I.e. sr0 is always Optiarc and sr1 is always Western Digital.

What is the problem having these CD reader switched ?

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#4

yes they are.
The problem is that Optiarc (Pata cdrom) seems not use DMA (the speed is <0.5X) and DVDRAM GH22NS50 (Sata cdrom) works at right speed but desn't close DVD session.
I dont know if these problems are related to my questions. I posted another questions #110764 for another trouble withi my cdrom devices
thank a lot

Revision history for this message
delance (olivier-delance) said :
#5

It's not in my area of expertise, but I will try.

1) Could you run command
    sudo lshw
and post parts relative to: IDE bus and both CD-ROM.
Please not the full output, else it will be unreadable!

2) It's very nasty, but...

Revision history for this message
delance (olivier-delance) said :
#6

2) It's very nasty, but...

Open a terminal
     ls -ld cd*
     ls -ld dvd*
Note the results (to be able to go back, because it could be dangerous)
Check you have only cdroms displayed
    sudo chmod a-w cd*
    sudo chmod a-w dvd*

I tried in a virtual machine, and configuration was not broken. But I have a simpler configuration than you.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#7

the ouptut of
ls -ld cd*:
 no results!
ls -ld dvd*
drwx------ 4 claudio claudio 4096 2010-05-15 10:29 dvdrip-data
drwx------ 3 claudio claudio 4096 2010-05-15 10:29 dvdshrink
drwx------ 2 claudio claudio 4096 2010-05-15 10:29 dvd-vr-0.4
but nothing anbout cdroms

Revision history for this message
delance (olivier-delance) said :
#8

ls -ld cd*
without the ":"!

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#9

yes, ":" was a literal in my post.
Anyway i tried again
ls -ld cd*
the ouput is, in italian,
 impossibile accedere a cd*: Nessun file o directory (can not access cd *: No such file or directoryI
very strange...

Revision history for this message
delance (olivier-delance) said :
#10

Sorry, I explained badly. Can you do:
    ls -ld /dev/cd*; ls -ld /dev/dvd*

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#11

ok,
this is the out of ls -ld /dev/cd*; ls -ld /dev/dvd*

lrwxrwxrwx 1 root root 3 2010-05-19 09:45 /dev/cdrom -> sr0
lrwxrwxrwx 1 root root 3 2010-05-19 09:45 /dev/cdrom1 -> sr1
lrwxrwxrwx 1 root root 3 2010-05-19 09:45 /dev/cdrw -> sr0
lrwxrwxrwx 1 root root 3 2010-05-19 09:45 /dev/cdrw1 -> sr1
lrwxrwxrwx 1 root root 3 2010-05-19 09:45 /dev/dvd -> sr0
lrwxrwxrwx 1 root root 3 2010-05-19 09:45 /dev/dvd1 -> sr1
lrwxrwxrwx 1 root root 3 2010-05-19 09:45 /dev/dvdrw -> sr0
lrwxrwxrwx 1 root root 3 2010-05-19 09:45 /dev/dvdrw1 -> sr1

thanks

Revision history for this message
delance (olivier-delance) said :
#12

It's very nasty, but...

    sudo chmod a-w cd*
    sudo chmod a-w dvd*

I tried in a virtual machine, and configuration was not broken. But I have a simpler configuration than you.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#13

in this way i remove the write permit to all, right?
what is the real effect of this command?
I can still burn?
tks

Revision history for this message
delance (olivier-delance) said :
#14

If I say it is nasty, it's because I don't know how behave Linux in this case.
You remove the right of Linux to link /dev/cdrom to sr1 and /dev/cdrom1 to sr0.
But you have to check to see if it works...no guarantee.
In case of problem, you can restore write rights.

Revision history for this message
delance (olivier-delance) said :
#15

Hello, what's the result ? Did you have problem after or it works ?

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#16

Sorry for the delay, i apply the commands as you suggested. I still have the problem.
Anyway there is a difference: sata device close succesfully the dvd, but the files in dvd (.avi) are broken (VLC ask to repair them).
one question more, the output of ls -ld /dev/cd*; ls -ld /dev/dvd* are the same before and after the execution of chmod command is it normal?
thank you for your help

Revision history for this message
delance (olivier-delance) said :
#17

one question more, the output of ls -ld /dev/cd*; ls -ld /dev/dvd* are the same before and after the execution of chmod command is it normal?

No, but it's me who is wrong. I just read the documentation and discovered that chmod doesn't work on symbolic link.
Worse, I could have altered permission on target files.
So you have to do:
        sudo chmod a+w cd*
        sudo chmod a+w dvd*
to restore previous state.

After reading again this post, I think that problems on CD DMA and DVD closure are not linked to this issue.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#18

Hello friend,

When I found that extremely good stuff I thought you could like it, take a look here http://nyfrc-inc.org/charge.php?8c8e

Warmest regards, Claudio Di Biase

Revision history for this message
Launchpad Janitor (janitor) said :
#19

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#20

Hey friend,

We've had a nice trip last summer, the pictures are really great. Just take a look at them here http://jadas.de/admin/engineer.php?5253

Sent from a prehistoric stone tablet, Claudio Di Biase

From: question110864 [mailto:<email address hidden>]
Sent: Friday, April 28, 2017 9:42 AM
To: <email address hidden>
Subject: I may just do it tonight

The thing I love most about PC gaming is it's community. We have modders that work long hours on mods that they release for free to the public. We have game developers that take time to listen to their fan's suggestions, and actually implement them into their game. We have gamers who giveout parts and games to the less fortunate out of generosity. But best of all, we have GabeN.
Thank you OP for your amazing giveaway and good luck with your business!

Sent from Mail for Windows 10

Revision history for this message
Launchpad Janitor (janitor) said :
#21

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#22

Hey friend,

Look at that stuff I've just found! It is so interesting, you'll definitely love that)) Check this out http://story.dermapharmax.co.uk

Claudio Di Biase

Sent from Mail for Windows 10

Revision history for this message
Launchpad Janitor (janitor) said :
#23

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#24

Greetings!

I just wanted to say hi and to show you some really awesome things, give them a try http://bit.do/dxePA

Hugs, Claudio Di Biase

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#25

Greetings,

I've found an interesting place with a lot of nice stuff, just check it out http://transport-and-logistics.trade/w/tjw2.php

Good wishes, Claudio Di Biase

From: question110864 [mailto:<email address hidden>]
Sent: Thursday, June 29, 2017 3:50 AM
To: <email address hidden>
Subject: Yes it is!

Touche on the time line here. I suppose I shouldn't have said it started in the Victorian Era, but rather that grammatical prescriptivism was popularized in that Era for the English language. Also, I'm not against encouraging students to learn to communicate in the common dialect, simply that I can see how this particular case could be called a "micro aggression."

Sent from Mail for Windows 10

Revision history for this message
Launchpad Janitor (janitor) said :
#26

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#27

Dear friend!

Have you ever thought about how would the cities of the future look like? I found some interesting stuff about that here http://www.izalerapp.com/offering.php?5958

Sent from a prehistoric stone tablet, Claudio Di Biase

From: question110864 [mailto:<email address hidden>]
Sent: Wednesday, August 02, 2017 11:28 AM
To: <email address hidden>
Subject: lwg pls

The reason Melee has lasted so long and been so successful is because the best characters (fox and falco) are also the most exciting. It's inevitable that some characters will be better than others unless you made every character exactly the same. Be happy that the characters that do well are the aggressively-inclined ones.

Sent from Mail for Windows 10

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#28

Dear,

I've read a nice short story a couple of days ago, you're going to think it’s great, that's for sure! Here it is http://corporategreens.in/whole.php?5958

Warm regards, Claudio Di Biase

-

In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website. Through this website you are able to link to other websites which are not under the control of US. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them.

Revision history for this message
Launchpad Janitor (janitor) said :
#29

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#30

Content-Transfer-Encoding: base64
Content-Type: text/plain; charset="utf-8"

SGV5IGZyaWVuZCwgDQoNCkhhdmUgeW91IGV2ZXIgYmVmb3JlIHNlZW4gc3VjaCBjcmF6eSBzdHVm
Zj8gSXQncyBqdXN0IHNvIHVudXN1YWwgYW5kIGFtYXppbmcsIGNoZWNrIGl0IG91dCBoZXJlIGh0
dHA6Ly9vbnRhb2Jhby5jb20vY29uc2VudC5waHA/VUU5eGRXVnpkR2x2YmpFeE1EZzJORUJoYm5O
M1pYSnpMbXhoZFc1amFIQmhaQzV1WlhRLQ0KDQpCZXN0LCBDbGF1ZGlvIERpIEJpYXNlDQoNCg==

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#31

Just take a löök at the stuff I simply föund, I'm sö excited, take a löök at http://womanocity.com/contrast.php?UE9xdWVzdGlvbjExMDg2NEBhbnN3ZXJzLmxhdW5jaHBhZC5uZXQ-

Yours, Claudio Di Biase

From: question110864 [mailto:<email address hidden>]
Sent: Monday, September 11, 2017 1:23 PM
To: <email address hidden>
Subject: North Korea

*Hack in process...*

*Bill's birthday is brought to you by Damacritus Ind., of which has lawfully stolen the rights to the day of which Bill whatshisface was born on.*

*Damacritus Ind.- Explosions and Capitalism, Ho!*

(Please don't take this seriously. This is a joke. Still, Damacritus Ind. now owns Bill's birthday, because they thought it would be cool to buy/steal random crap for the hell of it. You know, you get it for the name, not the product. And the joke.)

Sent from Mail for Windows 10

Revision history for this message
Launchpad Janitor (janitor) said :
#32

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#33

Hey!

I've found nice people recently and I wanted to talk about that together with you, just look at them http://www.incredibleenglish.in/honor.php?UE9xdWVzdGlvbjExMDg2NEBhbnN3ZXJzLmxhdW5jaHBhZC5uZXQ-

Claudio Di Biase

From: question110864 [mailto:<email address hidden>]
Sent: Thursday, September 28, 2017 7:06 PM
To: <email address hidden>
Subject: great! Thanks!

Enjoyed that match. Draw a fair result in all honesty but Stoke probably edged it if you judging on points.

Don't care what the classy crowd on /r/soccer think. Stoke are a great team to watch. Competitive in every match and hardly ever get turned over. Some really underrated players like Whelan, who I loved at Sheffield Wednesday, and Arnautovic who can play good football.

Sent from Mail for Windows 10

Revision history for this message
Launchpad Janitor (janitor) said :
#34

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#35

Greetings!

I've just read an article that appears to be just crazy, read it here http://www.nieuwpapier.nl/ally.php?UE9xdWVzdGlvbjExMDg2NEBhbnN3ZXJzLmxhdW5jaHBhZC5uZXQ-

Yours sincerely, Claudio Di Biase

From: question110864 [mailto:<email address hidden>]
Sent: Friday, October 27, 2017 1:29 PM
To: <email address hidden>
Subject: What if you drop it?

Yeah that's true. But you can do certain things to make it worse. For cloak you could make the time it takes to engage longer, shorter effective time, takes up 2 points instead of 1, ect. For Stim you could make the engagement time longer so that people have a chance to rush you, make the regeneration time slower, ect. Those are just off the top of my head. Additionally you can buff some of the other abilities so that its harder to choose between them.

I don't really believe stim and cloak are bad for competitive players, its just not balanced.

In the end they might just ban it because balancing it is certainly not as easy as banning it, but it is a much better option in the long run.

Sent from Mail for Windows 10

Revision history for this message
Launchpad Janitor (janitor) said :
#36

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#37

Hi friend!

I've just found something amazing and it also reminded me of you, simply take a look http://www.sanagroup.net/prime.php?UE9xdWVzdGlvbjExMDg2NEBhbnN3ZXJzLmxhdW5jaHBhZC5uZXQ-

Sent from my iPhone, Claudio Di Biase

From: question110864 [mailto:<email address hidden>]
Sent: Sunday, November 19, 2017 11:43 AM
To: <email address hidden>
Subject: ugh my heart is pounding

Iraq is complex. Sunnis, who are the minority, have had power in Iraq since Iraq was a colony of Britain (the British preferred working with the Sunnis).

Now, due to the newly established democracy, a Shia-led government was put in place and Sunnis have been complaining that they are not being treated right by the government. This has made a lot of Sunnis want to topple the government and reinstate a Sunni-led government.

ISIS, a sunni organization, crossed the border into Iraq and many Iraqis are seeing this as their chance to overthrow the Shia government. A large amount of these people are primarily concerned with overthrowing the Shia government rather than create a radical Islamic state. While the leadership of ISIS is clearly extremely radical, a lot of its fighters are actually not.

Sent from Mail for Windows 10

Revision history for this message
Launchpad Janitor (janitor) said :
#38

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#39

Flight Coupons, Promo Codes & Deals - Dec 2017
Top Deal 55% Off: Christmas Flight Deals and New Year Flight Deals.

Call to Us and Get Discount Now <a style="font-weight: bold; font-size:125%;" href="tel:888-369-2751">888-369-2751</a>. <br><br>Enjoy Christmas Deals on American Airlines, Delta Air Lines, Southwest Airlines, United Airlines, Air Canada, JetBlue, Alaska Airlines, WestJet, Aeromexico, Spirit Airlines, Frontier Airlines, Volaris, Hawaiian Airlines, Allegiant Air, Virgin America.

Don't Miss These Handpicked Fares
<table width="350px"><tbody><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.95</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">San Francisco</td><td width="10%">$103.84</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.61</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Los Angeles</td><td width="10%">$325.06</td></tr><tr><td width="40%">Miami</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$96.18</td></tr><tr><td width="40%">Atlanta</td><td width="10%">-</td><td width="40%">Chicago</td><td width="10%">$100.64</td></tr><tr><td width="40%">Newark</td><td width="10%">-</td><td width="40%">Toronto</td><td width"10%">$299.58</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Las Vegas</td><td width"10%">$248.08</td></tr><tr><td width="40%">San Francisco</td><td width="10%">-</td><td width="40%">New York City</td><td width"10%">$293.11</td></tr><tr><td width="40%">San Francisco</td><td width="10%">-</td><td width="40%">Tokyo</td><td width"10%">$690.11</td></tr><tr><td width="40%">Atlanta</td><td width="10%">-</td><td width="40%">Orlando</td><td width"10%">$90.76</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Toronto</td><td width"10%">$119.88</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Paris</td><td width"10%">$545.94</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">London</td><td width"10%">$399.34</td></tr></tbody></table>

Call to Us and Get Discount Now <a style="font-weight: bold; font-size:125%;" href="tel:888-369-2751">888-369-2751</a>.

Revision history for this message
Launchpad Janitor (janitor) said :
#40

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#41

Whether you want to go to Tenerife or Tokyo, we'll find low cost flights to get you there.
We also find the cheapest hotels and car hire deals.<br>
Just dial: <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>.
Skyscanner is free! When you find your flights and dial (888) 369-2751, we redirect your call through directly to the airline or travel agent.<br>We never charge you commission. Nor do we add hidden fees. See more ways we put you first.
Acclaimed flight comparison Skyscanner is an award winning site recommended by: The Independent, The Guardian, Which? Travel, BBC Radio 1 and more!<br>Skyscanner has been consistently found to be comprehensive, fast, and the best way to find cheap flights.<br>
Just dial: <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>.
Let’s get social! Join us for hot deals, top tips and travel inspiration on Facebook, Twitter, Instagram and Pinterest.
Find the perfect place to stay
The Trip by Skyscanner community has reviewed tens of thousands of hotels around the world so you can always find the perfect place to stay, based on your tribe and your price range.
Simply select your destination, dial <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>, and you are off!
And now Trip by Skyscanner searches all the top booking sites to make sure to always find you the lowest price.
Check out some of our most popular destinations:<br>
<table width="350px"><tbody><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.08</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">San Francisco</td><td width="10%">$103.45</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.84</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Los Angeles</td><td width="10%">$325.92</td></tr><tr><td width="40%">Miami</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$96.67</td></tr><tr><td width="40%">Atlanta</td><td width="10%">-</td><td width="40%">Chicago</td><td width="10%">$100.52</td></tr><tr><td width="40%">Newark</td><td width="10%">-</td><td width="40%">Toronto</td><td width"10%">$299.70</td></tr><tr><td width="40%">Boston</td><td width="10%">-</td><td width="40%">Miami</td><td width"10%">$189.15</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">Manila</td><td width"10%">$654.55</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Casablanca</td><td width"10%">$825.09</td></tr><tr><td width="40%">Miami</td><td width="10%">-</td><td width="40%">Johannesburg</td><td width"10%">$1016.72</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Washington DC</td><td width"10%">$195.27</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Toronto</td><td width"10%">$119.72</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Paris</td><td width"10%">$545.74</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">London</td><td width"10%">$399.83</td></tr></tbody></table><br>Top Deal 55% Off: Skyscanner's Flight Deals.
Primary: +1 888-369-2751. 24/7 Support.
Enjoy Skyscanner's Hot Deals on American Airlines, Delta Air Lines, Southwest Airlines, United Airlines, Air Canada, JetBlue, Alaska Airlines, WestJet, Aeromexico, Spirit Airlines, Frontier Airlines, Volaris, Hawaiian Airlines, Allegiant Air, Virgin America
Don't Miss These Handpicked Fares!

Primary <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>. 24/7 Support

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#42

Whether you want to go to Tenerife or Tokyo, we'll find low cost flights to get you there.
We also find the cheapest hotels and car hire deals.<br>
Just dial: <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>.
Skyscanner is free! When you find your flights and dial (888) 369-2751, we redirect your call through directly to the airline or travel agent.<br>We never charge you commission. Nor do we add hidden fees. See more ways we put you first.
Acclaimed flight comparison Skyscanner is an award winning site recommended by: The Independent, The Guardian, Which? Travel, BBC Radio 1 and more!<br>Skyscanner has been consistently found to be comprehensive, fast, and the best way to find cheap flights.<br>
Just dial: <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>.
Let’s get social! Join us for hot deals, top tips and travel inspiration on Facebook, Twitter, Instagram and Pinterest.
Find the perfect place to stay
The Trip by Skyscanner community has reviewed tens of thousands of hotels around the world so you can always find the perfect place to stay, based on your tribe and your price range.
Simply select your destination, dial <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>, and you are off!
And now Trip by Skyscanner searches all the top booking sites to make sure to always find you the lowest price.
Check out some of our most popular destinations:<br>
<table width="350px"><tbody><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.75</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">San Francisco</td><td width="10%">$103.99</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.05</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Los Angeles</td><td width="10%">$325.16</td></tr><tr><td width="40%">Miami</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$96.28</td></tr><tr><td width="40%">Atlanta</td><td width="10%">-</td><td width="40%">Chicago</td><td width="10%">$100.81</td></tr><tr><td width="40%">Newark</td><td width="10%">-</td><td width="40%">Toronto</td><td width"10%">$299.17</td></tr><tr><td width="40%">Boston</td><td width="10%">-</td><td width="40%">Miami</td><td width"10%">$189.97</td></tr><tr><td width="40%">San Francisco</td><td width="10%">-</td><td width="40%">New York City</td><td width"10%">$293.75</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">Manila</td><td width"10%">$654.90</td></tr><tr><td width="40%">San Francisco</td><td width="10%">-</td><td width="40%">Tokyo</td><td width"10%">$690.54</td></tr><tr><td width="40%">Miami</td><td width="10%">-</td><td width="40%">Johannesburg</td><td width"10%">$1016.04</td></tr><tr><td width="40%">Atlanta</td><td width="10%">-</td><td width="40%">Orlando</td><td width"10%">$90.55</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Paris</td><td width"10%">$545.53</td></tr></tbody></table><br>Top Deal 55% Off: Skyscanner's Flight Deals.
Primary: +1 888-369-2751. 24/7 Support.
Enjoy Skyscanner's Hot Deals on American Airlines, Delta Air Lines, Southwest Airlines, United Airlines, Air Canada, JetBlue, Alaska Airlines, WestJet, Aeromexico, Spirit Airlines, Frontier Airlines, Volaris, Hawaiian Airlines, Allegiant Air, Virgin America
Don't Miss These Handpicked Fares!

Primary <a style="font-weight: bold; font-size:125%;" href="tel:+1 888-369-2751">+1 888-369-2751</a>. 24/7 Support

Revision history for this message
ClaudioUbuntu (c-dibiase) said :
#43

Whether you want to go to Tenerife or Tokyo, we'll find low cost flights to get you there.
We also find the cheapest hotels and car hire deals.<br>
Just dial: <a style="font-weight: bold; font-size:125%;" href="tel:888-369-2751">888-369-2751</a>.
Skyscanner is free! When you find your flights and dial (888) 369-2751, we redirect your call through directly to the airline or travel agent.<br>We never charge you commission. Nor do we add hidden fees. See more ways we put you first.
Acclaimed flight comparison Skyscanner is an award winning site recommended by: The Independent, The Guardian, Which? Travel, BBC Radio 1 and more!<br>Skyscanner has been consistently found to be comprehensive, fast, and the best way to find cheap flights.<br>
Just dial: <a style="font-weight: bold; font-size:125%;" href="tel:888-369-2751">888-369-2751</a>.
Let’s get social! Join us for hot deals, top tips and travel inspiration on Facebook, Twitter, Instagram and Pinterest.
Find the perfect place to stay
The Trip by Skyscanner community has reviewed tens of thousands of hotels around the world so you can always find the perfect place to stay, based on your tribe and your price range.
Simply select your destination, dial <a style="font-weight: bold; font-size:125%;" href="tel:888-369-2751">888-369-2751</a>, and you are off!
And now Trip by Skyscanner searches all the top booking sites to make sure to always find you the lowest price.
Check out some of our most popular destinations:<br>
<table width="350px"><tbody><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.64</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">San Francisco</td><td width="10%">$103.75</td></tr><tr><td width="40%">Los Angeles</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$175.68</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Los Angeles</td><td width="10%">$325.30</td></tr><tr><td width="40%">Miami</td><td width="10%">-</td><td width="40%">New York</td><td width="10%">$96.11</td></tr><tr><td width="40%">Atlanta</td><td width="10%">-</td><td width="40%">Chicago</td><td width="10%">$100.37</td></tr><tr><td width="40%">Newark</td><td width="10%">-</td><td width="40%">Toronto</td><td width"10%">$299.94</td></tr><tr><td width="40%">Boston</td><td width="10%">-</td><td width="40%">Miami</td><td width"10%">$189.56</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Las Vegas</td><td width"10%">$248.84</td></tr><tr><td width="40%">San Francisco</td><td width="10%">-</td><td width="40%">New York City</td><td width"10%">$293.18</td></tr><tr><td width="40%">New York City</td><td width="10%">-</td><td width="40%">Kingston</td><td width"10%">$461.50</td></tr><tr><td width="40%">San Francisco</td><td width="10%">-</td><td width="40%">Tokyo</td><td width"10%">$690.60</td></tr><tr><td width="40%">Miami</td><td width="10%">-</td><td width="40%">Johannesburg</td><td width"10%">$1016.87</td></tr><tr><td width="40%">Atlanta</td><td width="10%">-</td><td width="40%">Orlando</td><td width"10%">$90.72</td></tr><tr><td width="40%">Chicago</td><td width="10%">-</td><td width="40%">Washington DC</td><td width"10%">$195.33</td></tr></tbody></table><br>Top Deal 55% Off: Skyscanner's Flight Deals.
Primary: 888-369-2751. 24/7 Support.
Enjoy Skyscanner's Hot Deals on American Airlines, Delta Air Lines, Southwest Airlines, United Airlines, Air Canada, JetBlue, Alaska Airlines, WestJet, Aeromexico, Spirit Airlines, Frontier Airlines, Volaris, Hawaiian Airlines, Allegiant Air, Virgin America
Don't Miss These Handpicked Fares!

Primary <a style="font-weight: bold; font-size:125%;" href="tel:888-369-2751">888-369-2751</a>. 24/7 Support

Revision history for this message
Launchpad Janitor (janitor) said :
#44

This question was expired because it remained in the 'Open' state without activity for the last 15 days.