Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Vista Ultimate SUA tar

Reply
Thread Tools Display Modes

Vista Ultimate SUA tar

 
 
Ronny Mandal
Guest
Posts: n/a

 
      07-04-2008
Hi!

Is it possible to use tape0 as /dev/nst0, i.e. let mt position the
tape and read from e.g. third track?

mt -f /dev/tape0 fsf 1 did not work.

Thanks

-Ronny Mandal
 
Reply With Quote
 
 
 
 
Gordon
Guest
Posts: n/a

 
      07-04-2008
"Ronny Mandal" <> wrote in message
news:ed8fc652-8f35-4f3b-8182-...
> Hi!
>
> Is it possible to use tape0 as /dev/nst0, i.e. let mt position the
> tape and read from e.g. third track?
>
> mt -f /dev/tape0 fsf 1 did not work.
>
> Thanks
>
> -Ronny Mandal



Why do I think you are talking about Unix or Linux commands here?

 
Reply With Quote
 
Ronny Mandal
Guest
Posts: n/a

 
      07-04-2008
On 4 Jul, 22:12, "Gordon" <gbpli...@gmail.com.invalid> wrote:
> "Ronny Mandal" <ronn...@math.uio.no> wrote in message
>
> news:ed8fc652-8f35-4f3b-8182-...
>
> > Hi!

>
> > Is it possible to use tape0 as /dev/nst0, i.e. let mt position the
> > tape and read from e.g. third track?

>
> > mt -f /dev/tape0 fsf 1 did not work.

>
> > Thanks

>
> > -Ronny Mandal

>
> Why do I think you are talking about Unix or Linux commands here?

Your question does not solve the problem. I've checked the manual on
mt, and can see that there is no such thing as the fsf parameter. If I
was to rephrase the question, it would be "How do I use the Windows
Vista SUA to cue the tape to proper position and dump the data fra
that pos. to EOF".
 
Reply With Quote
 
Shane Nokes
Guest
Posts: n/a

 
      07-05-2008
Your attitude doesn't help either.

He said it seemed like you were attempting to use *nix based command
variables in an NT-based environment.

He was trying to figure out what you're up to.

If you can be nice then I'm sure someone will help.

"Ronny Mandal" <> wrote in message
news:7d4471a6-9ecc-40d5-85a1-...
> On 4 Jul, 22:12, "Gordon" <gbpli...@gmail.com.invalid> wrote:
>> "Ronny Mandal" <ronn...@math.uio.no> wrote in message
>>
>> news:ed8fc652-8f35-4f3b-8182-...
>>
>> > Hi!

>>
>> > Is it possible to use tape0 as /dev/nst0, i.e. let mt position the
>> > tape and read from e.g. third track?

>>
>> > mt -f /dev/tape0 fsf 1 did not work.

>>
>> > Thanks

>>
>> > -Ronny Mandal

>>
>> Why do I think you are talking about Unix or Linux commands here?

> Your question does not solve the problem. I've checked the manual on
> mt, and can see that there is no such thing as the fsf parameter. If I
> was to rephrase the question, it would be "How do I use the Windows
> Vista SUA to cue the tape to proper position and dump the data fra
> that pos. to EOF".


 
Reply With Quote
 
Colin Barnhorst
Guest
Posts: n/a

 
      07-05-2008
"Ronny Mandal" <> wrote in message
news:ed8fc652-8f35-4f3b-8182-...
> Hi!
>
> Is it possible to use tape0 as /dev/nst0, i.e. let mt position the
> tape and read from e.g. third track?
>
> mt -f /dev/tape0 fsf 1 did not work.
>
> Thanks
>
> -Ronny Mandal



SUA is a Qt/KDE-based sip user agent, according to freshmeat.net. If you
are going to interface with a tape drive from Vista you won't be able to do
it with the command strings as listed. I don't doubt that you could do it
using something like PowerShell. See:
http://www.microsoft.com/technet/scr.../hubs/msh.mspx.
What has to happen in addition to that I don't know but also see:
http://www.microsoft.com/technet/scr...ubs/vista.mspx

 
Reply With Quote
 
Ronny Mandal
Guest
Posts: n/a

 
      07-05-2008
On 5 Jul, 07:17, "Colin Barnhorst" <c.barnho...@comcast.net> wrote:
> "Ronny Mandal" <ronn...@math.uio.no> wrote in message
>
> news:ed8fc652-8f35-4f3b-8182-...
>
> > Hi!

>
> > Is it possible to use tape0 as /dev/nst0, i.e. let mt position the
> > tape and read from e.g. third track?

>
> > mt -f /dev/tape0 fsf 1 did not work.

>
> > Thanks

>
> > -Ronny Mandal

>
> SUA is a Qt/KDE-based sip user agent, according to freshmeat.net. *If you
> are going to interface with a tape drive from Vista you won't be able to do
> it with the command strings as listed. *I don't doubt that you could doit
> using something like PowerShell. *See:http://www.microsoft.com/technet/scr.../hubs/msh.mspx.

Thanks for the constructive answer. I'll check out on the links you've
provided and give you feedback if it worked or not.

-RM

> What has to happen in addition to that I don't know but also see:http://www.microsoft.com/technet/scr...ubs/vista.mspx


 
Reply With Quote
 
Colin Barnhorst
Guest
Posts: n/a

 
      07-05-2008
"Ronny Mandal" <> wrote in message
news:c2835407-8fbd-4dcb-a8e9-...
On 5 Jul, 07:17, "Colin Barnhorst" <c.barnho...@comcast.net> wrote:
> "Ronny Mandal" <ronn...@math.uio.no> wrote in message
>
> news:ed8fc652-8f35-4f3b-8182-...
>
> > Hi!

>
> > Is it possible to use tape0 as /dev/nst0, i.e. let mt position the
> > tape and read from e.g. third track?

>
> > mt -f /dev/tape0 fsf 1 did not work.

>
> > Thanks

>
> > -Ronny Mandal

>
> SUA is a Qt/KDE-based sip user agent, according to freshmeat.net. If you
> are going to interface with a tape drive from Vista you won't be able to
> do
> it with the command strings as listed. I don't doubt that you could do it
> using something like PowerShell.
> See:http://www.microsoft.com/technet/scr.../hubs/msh.mspx.

Thanks for the constructive answer. I'll check out on the links you've
provided and give you feedback if it worked or not.

-RM

> What has to happen in addition to that I don't know but also
> see:http://www.microsoft.com/technet/scr...ubs/vista.mspx



You're welcome and good hunting.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ultimate extras on non english vista ultimate editions... D. Solomon Windows Vista General Discussion 0 09-20-2007 12:27 PM
vista ultimate.. the ultimate internet pain in the A** mickyd Windows Vista General Discussion 11 08-28-2007 05:48 PM
Where or How to Download Ultimate Extras _ I have Vista Ultimate JD Windows Vista General Discussion 3 06-18-2007 06:08 PM
Error Report In Windows Vista x32 ultimate and x64 Vista Ultimate Magicspeakeruk Windows Vista General Discussion 5 06-05-2007 10:38 PM
short bug report on Vista Ultimate, Office Ultimate & SnagIt yo Windows Vista General Discussion 1 01-30-2007 03:04 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59