Public bug reported:

The s-i archives that u-d-f unpacks specify the contents of /dev.
However, running the following on a snappy system gives unexpected
results:

ubuntu@localhost:~$ ls -l /dev|grep ^-|wc -l                                    
0
ubuntu@localhost:~$ ls -l /dev|egrep "^(b|c)"|wc -l
181

ubuntu@localhost:~$ sudo mount -obind / /mnt
ubuntu@localhost:~$ ls -l /mnt/dev/|grep ^-|wc -l
80
ubuntu@localhost:~$ ls -l /mnt/dev/|egrep "^(b|c)"|wc -l
0

The real files in /dev "underneath" the devtmpfs mount are files, not
char and block devices as they should be.

** Affects: goget-ubuntu-touch (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1441197

Title:
  devices created as files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/goget-ubuntu-touch/+bug/1441197/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to