Advertising
advertising
related pastes to tag 'mount'
- 1537318 - Python script to mount ISO file: python iso mount zenith
-
- #!/usr/bin/env python
- import os
- iso_file = os.popen("zenity --file-selection").read().strip()
- if not iso_file: exit(0)
- mount_point=os.popen("zenity --file-selection --directory").read().strip()
- 1327734 - fstab: linux ubuntu samba permissions fstab mount open
-
- # /etc/fstab: static file system information.
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- proc /proc proc defaults 0 0
- # /dev/sda1
- UUID=244bd238-7e6e-4a30-8b61-f888b1c49082 / ext3 relatime,errors=remount-ro 0 1
- # /dev/sda5
- UUID=bcd59f89-3a2f-4dde-8ad2-80ca9a82fa14 none swap sw 0 0
- 1027016 - Graham Perrin: time machine mount afp journal fseventsd spotlight
-
- Relating to
- https://rt.sussex.ac.uk/Ticket/Display.html?id=27812
- [macbookpro03:~] gjp22% mount
- /dev/disk0s2 on / (hfs, local, journaled)
- devfs on /dev (devfs, local)
- fdesc on /dev (fdesc, union)
- map -hosts on /net (autofs, automounted)
- 1027008 - Graham Perrin: time machine mount afp
-
- Relating to
- https://rt.sussex.ac.uk/Ticket/Display.html?id=27812
- — *selections* from the Console view of all messages:
- 23/05/2008 10:39:09 configd[15] setting hostname to "macbookpro03.centrim.freeman-centre.ac.uk"
- 23/05/2008 10:39:09 mDNSResponder[17] SetupAddr invalid sa_family 0
- 23/05/2008 10:39:09 mDNSResponder[17] SetupAddr invalid sa_family 0
- 23/05/2008 10:39:10 com.apple.KerberosAutoConfig[1545] Couldn't find KerberosClient config record
- 1025084 - Graham Perrin: time machine mount afp
-
- [macbookpro03:~] gjp22% mount
- /dev/disk0s2 on / (hfs, local, journaled)
- devfs on /dev (devfs, local)
- fdesc on /dev (fdesc, union)
- map -hosts on /net (autofs, automounted)
- map auto_home on /home (autofs, automounted)
- map -fstab on /Network/Servers (autofs, automounted)
- afp_3Kh6wM0007Ka0000oM0000VU-1.2d000005 on /Volumes/dodgy (afpfs)
- 870390 - netmount.pl 1.3-RC2 net perl windows mount
- preview unavailable
- 859190 - netmount.pl 1.2-RC7 net perl mount shutup
- preview unavailable
- 848695 - RC0: netmount-v1.1.0 net perl windows mount
- preview unavailable
- 848651 - RC2: netmount-v1.0.0 net perl windows mount
- preview unavailable
- 848635 - RC1: netmount-v1.0.0 net perl windows mount
- preview unavailable
- 848535 - RC2: netmount.pl perl windows mount
- preview unavailable
- 848484 - netmount.pl perl windows mount
- preview unavailable
- 797182 - fstab: linux debian hdd fstab mount disk partition
-
- # /etc/fstab: static file system information.
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- proc /proc proc defaults 0 0
- /dev/hda1 / ext3 defaults,errors=remount-ro 0 1
- /dev/hda5 none swap sw 0 0
- /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
- /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0