Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'mount'

1537318 - Python script to mount ISO file: python iso mount zenith
  1. #!/usr/bin/env python
  2.  
  3. import os
  4.  
  5. iso_file = os.popen("zenity --file-selection").read().strip()
  6. if not iso_file: exit(0)
  7.  
  8. mount_point=os.popen("zenity --file-selection --directory").read().strip()
  9.  
1327734 - fstab: linux ubuntu samba permissions fstab mount open
  1. # /etc/fstab: static file system information.
  2. #
  3. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  4. proc            /proc           proc    defaults        0       0
  5. # /dev/sda1
  6. UUID=244bd238-7e6e-4a30-8b61-f888b1c49082 /               ext3    relatime,errors=remount-ro 0       1
  7. # /dev/sda5
  8. UUID=bcd59f89-3a2f-4dde-8ad2-80ca9a82fa14 none            swap    sw              0       0
  9.  
1027016 - Graham Perrin: time machine mount afp journal fseventsd spotlight
  1. Relating to
  2. https://rt.sussex.ac.uk/Ticket/Display.html?id=27812
  3.  
  4. [macbookpro03:~] gjp22% mount
  5. /dev/disk0s2 on / (hfs, local, journaled)
  6. devfs on /dev (devfs, local)
  7. fdesc on /dev (fdesc, union)
  8. map -hosts on /net (autofs, automounted)
  9.  
1027008 - Graham Perrin: time machine mount afp
  1. Relating to
  2. https://rt.sussex.ac.uk/Ticket/Display.html?id=27812
  3. — *selections* from the Console view of all messages:
  4.  
  5. 23/05/2008 10:39:09 configd[15] setting hostname to "macbookpro03.centrim.freeman-centre.ac.uk"
  6. 23/05/2008 10:39:09 mDNSResponder[17] SetupAddr invalid sa_family 0
  7. 23/05/2008 10:39:09 mDNSResponder[17] SetupAddr invalid sa_family 0
  8. 23/05/2008 10:39:10 com.apple.KerberosAutoConfig[1545] Couldn't find KerberosClient config record
  9.  
1025084 - Graham Perrin: time machine mount afp
  1. [macbookpro03:~] gjp22% mount
  2. /dev/disk0s2 on / (hfs, local, journaled)
  3. devfs on /dev (devfs, local)
  4. fdesc on /dev (fdesc, union)
  5. map -hosts on /net (autofs, automounted)
  6. map auto_home on /home (autofs, automounted)
  7. map -fstab on /Network/Servers (autofs, automounted)
  8. 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
  1. # /etc/fstab: static file system information.
  2. #
  3. # <file system> <mount point>   <type>  <options>       <dump>  <pass>
  4. proc            /proc           proc    defaults        0       0
  5. /dev/hda1       /               ext3    defaults,errors=remount-ro 0       1
  6. /dev/hda5       none            swap    sw              0       0
  7. /dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
  8. /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
  9.  
fantasy-obligation
fantasy-obligation