chris-(E-Mail Removed) wrote:
> daniele_athome <(E-Mail Removed)> wrote:
>> I want to export over the network the block device /dev/ttyS0 [...]
>
> ls -l /dev/ttyS0
> crw-rw---- 1 root dialout 4, 64 Jul 5 08:33 /dev/ttyS0
>
> On my box this is a character device (which is to be expected for a
> serial line).
>
>
>> I've already tried nfs-user-server (cannot read or write to the
>> block device)
>
> NFS is for "real" files, and doesn't do anything with device nodes
>
>
>> and nbd-server/client (nothing happens with this)
>
> Possibly because NBD is for block devices, and ttyS0 is a character
> device?
>
>
>> Can someone help me?
>
> Did you look at google? I entered "share modem device linux" and the very
> first result was a link to the Modem Sharing mini-HOWTO, which explains
> a simple way of resolving your problem.
>
> Chris
Oh, I found a solution: I share the internet connection, instead of sharing
the modem
thank you anyway
--
daniele_athome